Closed badjoerichards closed 1 year ago
Actually you can just remove the USERNAME and PASSWORD variable in the .env and run the program then it will ask you to provide a username and password. But I think your ideas is to make it possible for scripts. I will definitely work on that.
Yes, I believe that would make your program even better for use!
python scraper -u="hello" -p="password" -t 100 -ht python --latest
This would allow users to use rotate and use different twitter accounts when scraping, preventing floods and bans.
So by default it uses the account in .env, but if provided in the command-line, will use them instead.