Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proxy File List #28

Open
DirkGaston opened this issue Nov 14, 2022 · 2 comments
Open

Proxy File List #28

DirkGaston opened this issue Nov 14, 2022 · 2 comments

Comments

@DirkGaston
Copy link

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?

@humandecoded
Copy link
Owner

humandecoded commented Nov 24, 2022

@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.

@timelf123
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants