Releases: michaelbrooks/twitter-monitor
v0.3.0
Support for Python 3 (thanks to @apapillon) and minor bug fixes.
v0.2.10
Fix a stupid bug with output file specification in stream_tweets script.
v0.2.8
Importantly: fixed problem introduced a few versions ago where the newline didn't appear between tweets in the output. Significant refactoring and new tests also added.
v0.2.7
Add filtering by language, and an optional way to listen for debugger signals.
v0.2.6
Removed a print statement in the stream_tweets script that would complicate later parsing of the tweet files.
Fixed logic for handling exceptions so now tweepy exceptions actually won't halt capture.
Added more tests to cover some of these cases and previously untested code.
v0.2.5
Fix infinite exception loop by clearing exceptions on the listener after they are handled.
v0.2.4
Fixed line endings in PyPi release
v0.2.3
v0.2.2
Fixed bug where stream would stop without restarting when Twitter returns an error code (such as a rate limit). It should now restart automatically after a second or two.
v0.2.1
Fix encoding bug in FileTermChecker