Releases: janezkranjc/twitter-tap
Releases · janezkranjc/twitter-tap
Twitter Tap 2.0.3
The script should now work with python3.
Twitter Tap 2.0.1
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
Supports both the search api and the streaming api
Twitter Tap 1.1.0 (2014-04-17)
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)
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
Collect tweets to a mongoDB using the twitter search API.
Please read the README.md for instructions on how to use this tool.