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

Example with puppeteer? #130

Open
geotrev opened this issue Jan 31, 2021 · 1 comment
Open

Example with puppeteer? #130

geotrev opened this issue Jan 31, 2021 · 1 comment

Comments

@geotrev
Copy link

geotrev commented Jan 31, 2021

Hi there!

I was hoping to use a proxy list tool like this for some automated testing. Is there an example with puppeteer you could provide? I'm not sure how to tie this into it based on the readme.

To be extra specific, I'm hoping to get a list of proxies before I run puppeteer.launch(), but I don't know if that's possible or if that's even the intended use. 😅

Thanks!

@chill117
Copy link
Owner

chill117 commented Feb 4, 2021

The best approach is probably to use this project to build a database of proxies. Then your other application can read from that database and run its own instance of puppeteer with the proxies. Also note that the proxies from the public proxy sources tend to be unreliable. So as few as 5% of them may actually work.

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

2 participants