TheTechRobo

Results 405 comments of TheTechRobo

Check your cookies.txt file. Does it have lines that start with #HttpOnly ? If so, remove the `#HttpOnly` from the line.

Hate to bug you, but this still occurs for me on chat_downloader 0.2.5... any update? I'd run this verbosely, but I'm not sure how to do this with the CLI...

@Dev-Anky07 Authentication won't be supported in snscrape: #270

snscrape already supports proxies. On the CLI, you can use the `HTTPS_PROXY` environment variable; in the module, there is a `proxies` argument to the scraper. The issue AFAIK is not...

This issue I previously opened should clear up the naming convention: #517

You can check the scraper code's classes. Just instigate one of them, and then call the get_items generator like you would normally.

> The proxy works fine and can be confirmed by: Loading the Twitter homepage isn't the same as loading the HTTP endpoints, I believe. If you can load whatever snscrape...