Releases: PyGeek03/boosted_tweets
Releases · PyGeek03/boosted_tweets
New features!
use_botometer.py
:
- Add command-line argument
--max
to let user set maximum number of accounts to classify (to match their Botometer API daily limit). The original tweet's account will have first priority to be selected for classification, followed by accounts with highest numbers of tweets. - Print out Botometer's output after each new account is classified, as well as number of accounts classified up to that point.
- Gracefully exit if the user presses Ctrl-C (by saving all accounts classified up to that point)
Bug fixes
Minor release
- Update README with instructions on how to use the project
- Let user modify the threshold for bot probability with a command line argument
First release
- All features in workflow implemented
use_botometer.py
: Adds command line argument--dry
to make a dry run (that doesn't call Botometer API)