Ano Transfer Bot is a Telegram bot that handles video and photo messages. It echoes back any video or photo received in a private chat and sends a log of these messages to a designated surveillance group. The bot is intended to operate only in private messages, not in groups or channels.
- 🔄 Echo Videos and Photos: The bot will send back any video or photo it receives in a private chat.
- 🔍 Surveillance Logging: All videos and photos sent to the bot are also forwarded to a private surveillance group with user information.
- 🔒 Private Chat Only: The bot only functions in private chats and will notify users if added to a group or channel.
-
📥 Clone the Repository:
git clone https://github.com/AceModz/Ano-Transfer-Bot.git
-
📂 Navigate to the Project Directory:
Ano-Transfer-Bot
-
🌐 Create and Activate a Virtual Environment (optional but recommended):
python -m venv venv source venv/bin/activate # On Windows use: venv\Scripts\activate
-
📦 Install Dependencies:
pip install -r requirements.txt
-
⚙️ Configure the Bot:
- Replace
YOUR_BOT_TOKEN_HERE
with your Telegram bot token. - Replace
YOUR_GROUP_ID_HERE
with your private group's ID.
- Replace
-
🚀 Run the Bot:
python ano_transfer_bot.py
This project is licensed under the MIT License - see the LICENSE file for details.