fix typo in readme

master
EmaMaker 2022-02-18 09:48:00 +01:00
parent ab63850d7f
commit 7bc3f251a3
1 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
# PageViewerBot # PageViewerBot
A bot to act as a user surfing a website, using [UndetectedChromedriver](https://github.com/ultrafunkamsterdam/undetected-chromedriver) and the [Tor Network](https://torproject.org) 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)
# Usage # 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.<br> 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>
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 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 > TOR_PATH= _path_to_tor_daemon_ python3 page_viewer.py
@ -13,4 +13,4 @@ Tor daemon executable is passed as environment variable TOR_PATH, you can downlo
[] Configuration file (?) [] Configuration file (?)
# Important disclaimer # 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 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