You can see the channel which is used by main production bot. | Upload Channel
- Automatic upload of anime files to a Telegram channel.
- Support for multiple file resolutions: 480p, 720p, and 1080p.
- Encoding of 720p files.
- User-friendly interface for accessing uploaded files from Bot.
- Powerful VPS (Virtual Private Server)
- Anime files in the specified resolutions
-
Clone the Repository:
git clone https://github.com/Dhruv-Tara/Auto-Anime-Bot && cd Auto-Anime-Bot
-
Install Dependencies:
- Remeber to Run the setup in sudo environment.
bash setup.sh
-
Configure Bot:
- Create a Telegram bot and obtain the API token.
- Before running the bot, ensure that you fill in the necessary configuration details in the
config.json
file. Here's an example configuration:
{
"Author" : "Yash-Kun",
"Licensed_under" : "GNU GPL V-3.0",
"owner" : ["Replace with ID of sudos."],
"database_url" : "Your Mongo",
"main_channel" : "Id or channel username",
"thumbnail_url" : "AAB/utils/thumb.jpeg",
"files_channel" : -100,
"production_chat" : -100,
"api_id" : 123456,
"api_hash" : "Api Hash",
"main_bot" : "Main Bot for file transfer",
"client_bot" : "Client Bot for upload"
}
-
Run the Bot:
python3.11 -m AAB
or
bash start.sh
-
Accessing Files:
- Users can access the uploaded files directly from the Telegram bot.
- Ensure that your VPS has sufficient resources to handle encoding and file uploads.
- Customize the bot behavior as needed by modifying the source code.
- Feel free to contribute to the project by submitting issues or pull requests.
Dhruv-Tara | |
---|---|
illuminati-Dev | |
--- | --- |
Qewertyy |
For any issues or feature requests, please open an issue on the GitHub repository. Contributions are welcome!
This project is licensed under the GNU General Public License v3.0.