twayback icon indicating copy to clipboard operation
twayback copied to clipboard

Proxy File List

Open DirkGaston opened this issue 1 year ago • 2 comments

I am not sure this is an issue or just lack of knowledge from my part, I rather suspect it is the latter, however, I am attempting to recover tweets from an account that has a couple of thousand deleted tweets. I eventually encounter a rate limit error as is to be expected. I saw the way to handle requests like these is to use a proxy file. Now I have a .txt file that I added inside the twayback folder with a list of proxies and formatted according to the guidelines:

url:port url:port url:port

and so on. I keep getting error for each proxy server so Im not sure if Im doing this right and what the issue could be. It will stay stuck at 0%, switch between proxies until it eventually just gives up with a "" error.

My request looks like this:

python3 twayback.py --proxy-file proxyfiles.txt -u USERNAME

Am I doing this correctly?

DirkGaston avatar Nov 14 '22 01:11 DirkGaston

@DirkGaston Hmmm. Do your proxies require a username:password to authenticate? When I put this feature together it was built around my proxies which are IP based authentication.

humandecoded avatar Nov 24 '22 02:11 humandecoded

This is what I have typically seen with username/pass auth type setups

protocol://username:password@hostname:port

eg http://user:pass@ip:port

Protocols: HTTP/HTTPS/SOCKS

timelf123 avatar Nov 28 '22 23:11 timelf123