JustAnotherArchivist

Results 394 comments of JustAnotherArchivist

As @xts-bit reported in #1038, this also affects Python 3.12 where `find_module` has been removed.

I'm seeing the same thing on the web interface: the 'Replies' tab on profile pages is empty. This looks like a bug on Twitter's side.

These mentions are technically part of the tweet text. This is exactly what Twitter returns: ...['tweet_results']['result']['legacy']['full_text'] = '@GitHubCopilot @tabnine @Replit @vercel Have you tried them ? What’s your opinion ?...

Forget that `content` exists; it's a deprecated alias from the early days that will be removed eventually. (It emits a warning if you try to use it.) `rawContent` is the...

Thank you. I'll get back to this when I have time to thoroughly test it. The code used `importlib.import_module` in the past, but then I replaced it, and I don't...

> Used a private browser window to connect to twitter.com and this worked normally. That's not relevant. Does the search work? That is, do you get results on ? The...

That log was not generated with the latest snscrape version. But I just found a proxy where the search works with curl but not with latest dev snscrape, so yeah,...

Do you have control over the proxy server? If so, what's the proxy software and can you run snscrape from there directly for a test?

Yeah, I expected as much. I'll see if I can figure out a way to reproduce it with a simple self-hosted proxy server. Else debugging is going to be tricky....

I don't have much experience with the type of proxy at play here, so no. mitmproxy is nice for other things, but I'm not sure it applies here. It establishes...