├── LICENSE ├── README.md ├── inflate.exe ├── inflate.py ├── lib ├── browser.py ├── chromedriver.exe ├── const.py ├── proxyChecker.py ├── proxyScraper.py └── queue.py └── requirements.txt /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bitwise-01/Inflator/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bitwise-01/Inflator/HEAD/README.md -------------------------------------------------------------------------------- /inflate.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bitwise-01/Inflator/HEAD/inflate.exe -------------------------------------------------------------------------------- /inflate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bitwise-01/Inflator/HEAD/inflate.py -------------------------------------------------------------------------------- /lib/browser.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bitwise-01/Inflator/HEAD/lib/browser.py -------------------------------------------------------------------------------- /lib/chromedriver.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bitwise-01/Inflator/HEAD/lib/chromedriver.exe -------------------------------------------------------------------------------- /lib/const.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bitwise-01/Inflator/HEAD/lib/const.py -------------------------------------------------------------------------------- /lib/proxyChecker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bitwise-01/Inflator/HEAD/lib/proxyChecker.py -------------------------------------------------------------------------------- /lib/proxyScraper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bitwise-01/Inflator/HEAD/lib/proxyScraper.py -------------------------------------------------------------------------------- /lib/queue.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bitwise-01/Inflator/HEAD/lib/queue.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | bs4 2 | requests 3 | selenium --------------------------------------------------------------------------------