Skip to content

Releases: fitnr/twitter_bot_utils

v.14.0

15 Apr 00:36
Compare
Choose a tag to compare
  • Bump required tweepy to 4.6
  • Remove api.update_status method with retry
  • Remove use_env option in API.
  • Remove support for bots.json files

v0.13.0

27 Dec 19:35
Compare
Choose a tag to compare
  • Add tbu retweet method to command-line tool
  • Boring updates to packaging method and testing
  • Remove media upload methods now available in tweepy

v0.12.1

26 Sep 19:32
Compare
Choose a tag to compare
  • Remove remaining Python 2 methods and support (#6)
  • Move tests to tox

0.10.5

14 Feb 23:55
Compare
Choose a tag to compare
  • Fix encoding bug when reading non-ASCII text from archives.
  • Add docs

0.10.4

30 Dec 21:43
Compare
Choose a tag to compare
  • Add include argument to args.parent
  • Bump required tweepy to take advantage of TweepError.api_code
  • In Py 3, don't read config files as strings, not bytes
  • Check rate limits in follow/fave tools

0.10.0

22 Dec 16:58
Compare
Choose a tag to compare
  • Add helpers.chomp method for progressively shortening strings.
  • Remove app, secret, consumer-key and consumer-secret command line args. A bots.yaml config file now mandatory.
  • No longer urlencode when queryizing
  • Logging: Remove file logger, add silent option, start logger with args, add logger in api
  • Rename helper utils to 'auto-follow' and 'fave-mentions'

0.9.1

23 Sep 18:57
Compare
Choose a tag to compare
  • Fixed a Windows bug (#3 - thanks hugovk)
  • Added mock to tests, using Travis for CI
  • Smoother Python 2/3 integration

0.8.1

23 Mar 17:46
Compare
Choose a tag to compare
  • Overhaul command line follow/favorite utilities
  • Fix imports in Py3
  • Expand tests

0.6.5

17 Feb 22:47
Compare
Choose a tag to compare
  • Fix bugs in queryize, recent tweets in API
  • use logger named screen_name in follow tools

0.6.2.1

17 Feb 22:47
Compare
Choose a tag to compare

fix file finding bug