Skip to content

Releases: PyGeek03/boosted_tweets

New features!

19 Jun 17:32
Compare
Choose a tag to compare

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

19 Jun 07:17
Compare
Choose a tag to compare
v1.1.1

AU location code doesn't work

Minor release

19 Jun 06:49
Compare
Choose a tag to compare
  • 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

18 Jun 22:13
Compare
Choose a tag to compare
  • All features in workflow implemented
  • use_botometer.py: Adds command line argument --dry to make a dry run (that doesn't call Botometer API)