/proxy_scrapper

SOCKS5 proxies scrapper

Primary LanguagePython

SOCKS5 proxies scrapper

Get socks5 proxies from:

Аnd from public repositories that are updated frequently:

On some resources a content is dynamic. In this regard the webdriver (Firefox) is used

You can also use it without a webdriver to get a SOCKS5 proxy from resources without dynamic content.

To use the driver, you need to download geckodriver from ( https://github.com/mozilla/geckodriver/releases ) and put it in the bin/ And run with the -d flag:

$ python main.py -d

Without using the Firefox webdriver:

$ python main.py

After receiving the socks5 proxy list, the proxies are checked using HTTP requests (script checker.py).

The available socks5 proxies are stored in the socks_list/ directory.

Good luck!