vladkens / twscrape

2024! X / Twitter API scrapper with authorization support. Allows you to scrape search results, User's profiles (followers/following), Tweets (favoriters/retweeters) and more.
https://pypi.org/project/twscrape/
MIT License
1.13k stars 132 forks source link

Twscrape working fine when running manually, errors in cronjob? #209

Open Randomness74 opened 4 months ago

Randomness74 commented 4 months ago

When I'm running my cronjobs manually, twscrape works fine and returns the tweets as expected, but when the cronjob is left to run automatically, it tells me there are no active accounts and stops running. image

Randomness74 commented 4 months ago

image relevant code here ^

Randomness74 commented 4 months ago

and this is what happens when I run the crontabs manually image