🎯 A Telegram Bot to Generate Random Anime Images (NSFW & SFW both)
🧑💻 Developed by @Prime_Hritu
📢 Stay updated via our Developer Channel
✅ Generates Anime Images (SFW & NSFW)
✅ Simple Configuration Setup
✅ Easy Deployment for Various Platforms
✅ Actively Maintained with Frequent Updates
Add these environment variables to configure your bot:
| Variable | Description |
|---|---|
TOKEN |
Bot Token from @BotFather |
USERNAME |
Username of the bot with @ |
SOURCE |
Source code's URL of the bot |
API_ID |
API ID from my.telegram.org |
API_HASH |
API Hash from my.telegram.org |
OWNER |
Your Telegram User ID from @userinfobot |
PORT |
Port number for the bot (default: 8000) |
MONGO_URI |
URL of the MongoDB (OPTIONAL) |
MONGO_NAME |
Name of the MongoDB collection (default: "AnimeBot") |
FORCE |
Enable/Disable force subscription (set true or false) |
CHANNEL_LINK |
Force sub channel link (e.g., https://t.me/YourChannel) |
CHANNEL_USERNAME |
Force sub channel username with @ (e.g., @YourChannel) |
NSFW |
Set True for 18+ content only, False to disable NSFW |
Run the following commands in your terminal:
sudo apt update && sudo apt upgrade -y
sudo apt install python3 python3-pip git -y
git clone https://github.com/Prime-Hritu/Anime-Generator-Bot
cd Anime-Generator-Bot
pip3 install -r requirements.txt
python3 bot.pyDeploy easily using these platforms:
You can find the list of libraries used in this project and their purposes in the Libraries Used section.
This project is licensed under the MIT License.