voidstar0 / blm-instagram-bot

Inform users clogging the #BlackLivesMatter tag on IG with solid images
135 stars 31 forks source link

keyboard interrupt graceful catch + testing mode #12

Closed mathematicalmichael closed 4 years ago

mathematicalmichael commented 4 years ago

more graceful handling of ctrl-c

optional test mode (crude)

mathematicalmichael commented 4 years ago

better solution:

use ArgParse for enabling testing mode, setting username/password. if interested, I can contribute this.

voidstar0 commented 4 years ago

Thank you so much for this! ArgParse would be a nice addition if it's not too much for you.

mathematicalmichael commented 4 years ago

Thank you so much for this! ArgParse would be a nice addition if it's not too much for you.

just seeing this. will be doing so later today. feel free to open a new issue and assign it to me. should we handle user name and password in argparse as well?