Update README.md
This commit is contained in:
16
README.md
16
README.md
@@ -1,3 +1,17 @@
|
||||
# marketplace-bay-bot
|
||||
|
||||
My vibe code for the marketplace bay bot
|
||||
My vibe code for the marketplace bay bot
|
||||
|
||||
How to use: -
|
||||
- Download the repo, cd into the directory
|
||||
- Edit the values of the bot you want to run at the top of the file. Change the API URL, API Token and Botfather Token
|
||||
- Run these commands =
|
||||
```
|
||||
sudo apt install python3-pip python3-venv
|
||||
tmux new -s mpb
|
||||
python3 -m venv venv
|
||||
source venv/bin/activate
|
||||
pip install python-telegram-bot requests
|
||||
python3 <name of the bot you want to run for group or for DMs>.py
|
||||
```
|
||||
- Profit
|
||||
Reference in New Issue
Block a user