shane-tw / 500px-Bot

Bot which automates following new users on 500px.com
54 stars 17 forks source link

Timeouts lengthened #5

Closed tom-acco closed 7 years ago

tom-acco commented 7 years ago

Also included an hour gap between every 3 fails for login attempts.

shane-tw commented 7 years ago

I noticed userExists, followUser and unfollowUser had their 20 second timers removed. Can you confirm you don't get banned without them?

tom-acco commented 7 years ago

I have been running without those timers for the last 3 days and haven't run into any issues yet.

I did add the timers at lines 288, 300, 312 - this should be adding 20-30 seconds between each time the function gets run for each row in the files.

Python isn't really my strength, haven't really done much with it prior to this so if I'm wrong about something, let me know.

shane-tw commented 7 years ago

Alright, if it worked with no issues for 3 days then I wouldn't expect any. Merging. Thanks :)