Commit Graph

28 Commits (ea848f1a782980d9c4734c0024a6a7bcbd54da26)

Author SHA1 Message Date
J. Fernando Sánchez ea848f1a78 Version 0.10.3
* Ability to include "optional" fields from tweets (e.g., retweeted_status).
* Optional caching (for very large datasets)
4 years ago
J. Fernando Sánchez 030c41b826 Changes to user and tweet search: Cache by default
* Improved printing of credential limits
* Tweet and user searchers cache by default. Write has been changed to dry_run
4 years ago
J. Fernando Sánchez bba73091e4 Fixes for serialize
Some commands in the CLI did not properly include serialize (get_tweet,
get_users and search)
4 years ago
J. Fernando Sánchez 80b58541e7 Add serialize 5 years ago
J. Fernando Sánchez 40a8b45231 Fix concurrency issue
Download_list sometimes failed with:
BrokenPipeError: [Errno 32] Broken pipe
5 years ago
J. Fernando Sánchez bdb844d75f Fix compatibility click >=7 5 years ago
J. Fernando Sánchez 653487e2d7 Improve download_list 5 years ago
J. Fernando Sánchez 02aec5eefa Fix bug user_ids
Add number of failed downloads to the output.
Add flag to retry previously failed downloads.
6 years ago
J. Fernando Sánchez e6b08c4ffb Fix bug user ids 6 years ago
J. Fernando Sánchez 311b972b27 Fix typo and bump to version 0.9.1 6 years ago
J. Fernando Sánchez 5199d5b5aa Improve CLI. Add credentials 6 years ago
J. Fernando Sánchez 6259013978 Compose and bug fixes 6 years ago
J. Fernando Sánchez 7c829ee102 Fix py2 compatibility 7 years ago
J. Fernando Sánchez 27bc3557b2 Fixed JSON regression 7 years ago
J. Fernando Sánchez 9c82dea298 Config from variable or file
This replaces the old file of credentials (with one per line) with a
configuration in YAML format.

The configuration can be stored either in a file or in an environment variable
(BITTER_CONFIG).

There is still a command line argument to add the credentials in that file to
the config.
7 years ago
J. Fernando Sánchez cf766a6bf3 API command
* Added API command
* Fixed bug in chunk
7 years ago
J. Fernando Sánchez e65f6836b3 Fixed tweet error 7 years ago
J. Fernando Sánchez 0a0d8fd5f1 Improved tweet downloader (CLI and API) 8 years ago
J. Fernando Sánchez e3a78968da Py2 compatibility and queue handling
* Removed install_aliases(), which caused problems with urllib2
* Better waiting time calculation (used in queue handling)
8 years ago
J. Fernando Sánchez 67ef307cce Improved tweet extraction @ CLI 8 years ago
J. Fernando Sánchez cb054ac365 Added (bulk) user download 8 years ago
J. Fernando Sánchez c0309a1e52 Fixed python2 compatibility issues (print!) 8 years ago
J. Fernando Sánchez 4afdd6807d Fixed MANIFEST error 8 years ago
J. Fernando Sánchez 38605ba2c8 Added stream to CLI
* Save stream to file
* Parse file and get the most important hashtags
8 years ago
J. Fernando Sánchez 738823c8a2 Added Streaming workers/queues 8 years ago
J. Fernando Sánchez 3f42879751 Bumped to v0.5.6 8 years ago
J. Fernando Sánchez 2036d51d96 Added limits to every call 8 years ago
J. Fernando Sánchez 09feb050a6 Changed versioning, added locks 8 years ago