PageViewerBot/README.md

17 lines
958 B
Markdown
Raw Normal View History

2022-01-30 17:09:24 +01:00
# PageViewerBot
2022-02-18 09:48:00 +01:00
A bot that acts as a user surfing a website, using [UndetectedChromedriver](https://github.com/ultrafunkamsterdam/undetected-chromedriver) and the [Tor Network](https://torproject.org)
2022-01-30 17:09:24 +01:00
# Usage
2022-02-18 09:48:00 +01:00
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.<br>
2022-01-30 17:09:24 +01:00
Tor daemon executable is passed as environment variable TOR_PATH, you can download it on [torproject.org](https://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
2022-02-18 09:48:00 +01:00
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