Skip to content

Releases: michaelbrooks/twitter-monitor

v0.3.0

15 Sep 22:40
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

Support for Python 3 (thanks to @apapillon) and minor bug fixes.

v0.2.10

14 Feb 03:12
Compare
Choose a tag to compare
v0.2.10 Pre-release
Pre-release

Fix a stupid bug with output file specification in stream_tweets script.

v0.2.8

14 Feb 03:00
Compare
Choose a tag to compare
v0.2.8 Pre-release
Pre-release

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

13 Feb 18:32
Compare
Choose a tag to compare
v0.2.7 Pre-release
Pre-release

Add filtering by language, and an optional way to listen for debugger signals.

v0.2.6

02 Feb 03:21
Compare
Choose a tag to compare
v0.2.6 Pre-release
Pre-release

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

01 Feb 00:37
Compare
Choose a tag to compare
v0.2.5 Pre-release
Pre-release

Fix infinite exception loop by clearing exceptions on the listener after they are handled.

v0.2.4

30 Jan 21:49
Compare
Choose a tag to compare
v0.2.4 Pre-release
Pre-release

Fixed line endings in PyPi release

v0.2.3

30 Jan 20:49
Compare
Choose a tag to compare
v0.2.3 Pre-release
Pre-release

Hopefully fix deadlock and infinite loop issue in 138fd4f.
Add support for unfiltered streaming with the stream_tweets script in 792cb3c.

v0.2.2

02 Jun 19:01
Compare
Choose a tag to compare
v0.2.2 Pre-release
Pre-release

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

18 Apr 18:09
Compare
Choose a tag to compare
v0.2.1 Pre-release
Pre-release

Fix encoding bug in FileTermChecker