use_botometer.py:
- Add command-line argument
--maxto 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)