JustAnotherArchivist

Results 394 comments of JustAnotherArchivist

That wouldn't handle retweets and quoted tweets though. You need some kind of recursion for that. There are tweets that quote a tweet that quotes a tweet, for example. Quoting...

> There are a few images I couldn't remember that have orig being bigger than large, they must be ridiculously huge, like desktop background huge. If you find an example,...

Interesting, the web interface actually uses https://pbs.twimg.com/media/Fc4Pd5YXwAAK0IF?format=png&name=4096x4096 there for me, not `orig`.

I'm afraid I don't have time to write/test/debug the Python script for you. You'd have to use one of the scrapers in `snscrape.modules.twitter` (depending on what you want to scrape...

I'm aware of other JSON packages and their performance benefits. (I'm actually the co-maintainer of one.) I'm absolutely open to adding support for using them in snscrape. This is not...

I've been thinking about this, and the best approach would probably be a separate package for that JSON indirection so that it's reusable outside of snscrape's narrow context. There are...

No idea, works fine here, although Pushshift isn't particularly speedy right now. Try with the CLI in verbose mode; it might reveal more about the actual problem via logging or...

Full output please for both `snscrape -n 10 -v reddit-search steroid` and `snscrape --version`.

Well, clearly something in your environment is wrong. But I'm afraid I can't help you with that since there are so many different ways how Python, pip, and snscrape could...

Closing this as it isn't reproducible or actionable. Given the broken installation, I'll bet this is caused by other issues in the environment, perhaps a broken network configuration.