Skip to content

Releases: nellore/vickitrix

vickitrix 0.1.5

07 Jul 05:04
Compare
Choose a tag to compare

Bug fix:

  • Switches from tweepy to twython because an issue that can unexpectedly disconnect a stream is not resolved in the PyPI version of tweepy. twython is also (more?) actively maintained.

vickitrix v0.1.4

04 Jul 21:35
Compare
Choose a tag to compare

Bug fix:

  • Keywords and handles are no longer sensitive to case in rule specifications

vickitrix v0.1.3

04 Jul 20:54
Compare
Choose a tag to compare

Bug fix:

  • Removes status messages that were used to debug trading code

vickitrix v0.1.2

04 Jul 20:39
Compare
Choose a tag to compare

Bug fix:

  • Corrects case of @Vickicryptobot in default rules; previous versions had not been responsive to any of @Vickicryptobot's tweets because of case sensitivity in handle specification

vickitrix v0.1.1

04 Jul 00:52
Compare
Choose a tag to compare

Feature additions:

  • stop and limit orders now permitted
  • A rule can now accommodate many orders
  • price, funds, and size from an order may now refer to {inside_bid} and {inside_ask} from product order book

vickitrix v0.1.0

03 Jul 14:06
Compare
Choose a tag to compare

Features:

  • Encrypts Twitter/GDAX credentials before storing them on disk
  • Accepts rules file giving action (buy, sell) to perform on encountering a tweet satisfying user-specified criteria