Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Hrushi11 authored May 18, 2021
1 parent 0ee8029 commit 074842a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,21 @@ Python bot of an infinite loop to spam in chats. Works on all kinds of chat syst

2. Check if your created environment has `pynput` library installed.<br>

To check for the library run `check.py` <br>
To check for the correct installation of the library run `check.py` <br>
```elem
python check.py
```
*Although the `venv` folder for this repository already contains all the neccesary libraries.* if not, use : <br>
```elem
pip install pynput
```
3. Run the `main.py` file by :
3. Open the `main.py` file and do the changes as per your choice in the specified areas.

4. Run the `main.py` file by :
```elem
python main.py
```
4. Click and open the chat site where you want to spam and wait for it to start.
5. Click and open the chat site where you want to spam and wait for it to start.

#### Please consult the victim before using this script.

Expand Down

0 comments on commit 074842a

Please sign in to comment.