A python bot using UndetectedChromedriver and Tor to act as a user viewing a webpage
Go to file
emamaker 5b299b20d7 add option for headless browser 2022-01-31 22:26:53 +01:00
.gitignore Initial commit 2022-01-30 17:13:58 +01:00
README.md Initial commit 2022-01-30 17:13:58 +01:00
browser_manager.py add option for headless browser 2022-01-31 22:26:53 +01:00
page_viewer.py add option for headless browser 2022-01-31 22:26:53 +01:00
requirements.txt Initial commit 2022-01-30 17:13:58 +01:00

README.md

PageViewerBot

A bot to act 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 thos 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 can rate limited/temp banned/perm banned by website or anything else that derives from your use of this project