Skip to content

Releases: janezkranjc/twitter-tap

Twitter Tap 2.0.3

29 Apr 15:56
Compare
Choose a tag to compare

The script should now work with python3.

Twitter Tap 2.0.1

14 May 08:31
Compare
Choose a tag to compare

Fixed a bug where search results would fail to retreive tweets due to invalid since_id. The since_id is now manually computed from the results.

Twitter Tap 2.0.0

17 Apr 12:36
Compare
Choose a tag to compare

Supports both the search api and the streaming api

Twitter Tap 1.1.0 (2014-04-17)

17 Apr 09:03
Compare
Choose a tag to compare

Added two options for changing the default collection names for queries and tweets.

The options are --queries-collection and --tweets-collection

Twitter Tap 1.0.0 (2014-04-15)

15 Apr 14:09
Compare
Choose a tag to compare

This is the first release meant for production use.

It is executed like this:

tap --consumer-key CONSUMERKEY --consumer-secret CONSUMERSECRET -q "miley cyrus" -v DEBUG

The results are stored in mongoDB (the connection details can be entered via the --db option.

To see help please run

tap -h

Initial alpha release

15 Apr 08:51
Compare
Choose a tag to compare
Initial alpha release Pre-release
Pre-release

Collect tweets to a mongoDB using the twitter search API.

Please read the README.md for instructions on how to use this tool.