A python bot using UndetectedChromedriver and Tor to act as a user viewing a webpage
Go to file
emamaker 913b5d0ee3 use modified undetected_chromedriver
which allows for custom chromedriver binary location to be passed
Install with:

	cd undetected-chromedriver
	python setup.py build
	python setup.py install
2022-02-05 10:13:24 +01:00
undetected-chromedriver@134a1628d0 use modified undetected_chromedriver 2022-02-05 10:13:24 +01:00
.gitignore Revert "go back to single-threaded (because of chromedriver)" 2022-02-05 10:09:02 +01:00
.gitmodules use modified undetected_chromedriver 2022-02-05 10:13:24 +01:00
README.md Initial commit 2022-01-30 17:13:58 +01:00
browser_manager.py Revert "go back to single-threaded (because of chromedriver)" 2022-02-05 10:09:02 +01:00
page_viewer.py Revert "go back to single-threaded (because of chromedriver)" 2022-02-05 10:09:02 +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