From f975040e655fb5d2f4e5055aff62d1a2aed35832 Mon Sep 17 00:00:00 2001 From: driftywinds Date: Sun, 11 May 2025 12:59:36 +0000 Subject: [PATCH] update instructions --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eb8971d..062404f 100644 --- a/README.md +++ b/README.md @@ -4,14 +4,20 @@ 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 +- Choose which bot you want to run - +``` +DSbot.py = Discord Bot +GTbot.py = Telegram Group Topics bot +DMbot.py = Telegram Bot DM bot +``` +- Edit the values of the example.env file accordingly and rename the file to ```.env```. - 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 +pip install python-telegram-bot requests python-dotenv discord.py python3 .py ``` - Profit \ No newline at end of file