7bc3f251a3 | ||
---|---|---|
undetected-chromedriver@134a1628d0 | ||
.gitignore | ||
.gitmodules | ||
README.md | ||
browser_manager.py | ||
chromedriver | ||
page_viewer.py | ||
requirements.txt | ||
tor |
README.md
PageViewerBot
A bot that acts as a user surfing a website, using UndetectedChromedriver and the Tor Network
Usage
Number of concurrent processes and website to visit are hardcoded for now, and so are other parameters. You will have to change those directly in the code.
Tor daemon executable is passed as environment variable TOR_PATH, you can download it on torproject.org or with your distro's package manager, then launch
TOR_PATH= path_to_tor_daemon python3 page_viewer.py
TODO
[] use ArgumentParser for stuff that needs to be customized at use time
[] Configuration file (?)
Important disclaimer
This project was made only for fun and educational purposes. I am not responsible if you get rate limited/temp banned/perm banned by website or a service or anything else that could derive from your use of this project