Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
maanimis committed Jun 5, 2024
1 parent 2f55acb commit 205acbf
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,24 @@
# hamsterBOT
simple autiTap bot for https://t.me/hamster_kombat_bot

## run@linux
```
git clone git@github.com:maanimis/hamsterBOT.git
cd hamsterBOT
```
edit 'Authorization' header from index.js and save it:
```
nano index.js
```
install dependencies:
```
npm i
```

run:
```
npm start
```


![alt text](images/1.png)

0 comments on commit 205acbf

Please sign in to comment.