robbiebarrat / twitter-contest-enterer

Twitter bot that mass-enters contests on twitters, and (mostly) avoids bot-detection accounts.
MIT License
135 stars 24 forks source link

Added logging to display sleep #10

Closed the4rchangel closed 6 years ago

the4rchangel commented 6 years ago

Original script on sleep would display: "No handlers could be found for logger "tweepy.binder". Code revision displays: "WARNING: tweepy.binder: Rate limit reached. Sleeping for: TIME HERE"

For a while I thought my script was failing and locking up but it was actually sleeping, I just didn't know. screen shot 2018-05-16 at 12 53 24 pm screen shot 2018-05-16 at 12 54 11 pm

robbiebarrat commented 6 years ago

sick thank you - just merged it

was definitely a needed feature.