FuckAubreyHuff / bot

0 stars 0 forks source link

Way to Scale Scraping Followers/Sending Tweets #1

Open FuckAubreyHuff opened 3 years ago

FuckAubreyHuff commented 3 years ago

Idk how to efficiently gather the followers. Initially tested with just added to a .txt file, but there's probably a more optimal solution to this.

FuckAubreyHuff commented 3 years ago

current thought for sending tweets is to divide it up amongst x twitter dev accounts and then and then allocating similar to page 6 here https://academicworks.cuny.edu/cgi/viewcontent.cgi?article=1099&context=kb_pubs

for line in tweettext[0:5]: #Will only write first 5 lines api.update_status(line) print line time.sleep(15) # Sleep for 15 seconds

FuckAubreyHuff commented 3 years ago

for scraping followers, was just planning on running it on a cloud server indefinitely until there's a shitload of user ids