Releases: fitnr/twitter_bot_utils
Releases · fitnr/twitter_bot_utils
v.14.0
- 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
- 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
- Remove remaining Python 2 methods and support (#6)
- Move tests to tox
0.10.5
- Fix encoding bug when reading non-ASCII text from archives.
- Add docs
0.10.4
- 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
- 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
- Fixed a Windows bug (#3 - thanks hugovk)
- Added mock to tests, using Travis for CI
- Smoother Python 2/3 integration
0.8.1
- Overhaul command line follow/favorite utilities
- Fix imports in Py3
- Expand tests
0.6.5
- Fix bugs in queryize, recent tweets in API
- use logger named screen_name in follow tools