TheTechRobo
TheTechRobo
Does thsi work better? https://intelliscapesolutions.com/apps/caffeine
I believe that's a mistake. Issues are disabled by default in forked repositories.
Does this work better? https://intelliscapesolutions.com/apps/caffeine
Doesn't it already allow you to export as JSON?
Ohhh I thought you meant the song settings
https://github.com/igorbrigadir/twitter-advanced-search is a handy resource. Use it with the TwitterSearchScraper
That's a very esoteric explanation, it'll just look like gibberish to new people in my opinion.
That's meant for you to do. For example: ```python tweet_generator = twitter.TwitterSearchScraper("Spacex").get_items() tweet_list = [] max = 100 for count, tweet in tweet_generator.enumerate(): if count >= max: break # reached...
Hmm, having strange behaviour when printing from threads sounds like a recipe for disaster. Lots of code, often beyond a developer's control, might try to print in a separate thread.
It's still a problem when someone sends a link to a server that happens to have this issue, and suddenly nobody can access it anymore.