AnimesTele is a project aimed at creating a Telegram bot to provide information and resources related to anime.
-
Anime Search: Users can search for specific anime and obtain detailed information about them, such as title, synopsis, release status, rating, etc.
-
Episode Listing: The bot can provide a list of episodes from a specific anime, including links to watch or download the episodes.
To get started with AnimesTele, follow these steps:
-
Start the Bot: Initiate the bot by searching for "@animestele_oficial_bot" on Telegram and starting a conversation with it.
-
Explore Commands: The bot will provide a list of available commands and instructions on how to use them.
-
Search for Anime: Use the
/search
command followed by the name of the anime you want to search for. For example:/search Naruto
. -
Check Episodes: After finding an anime of interest, you can use the
/episodes
command followed by the anime name to get a list of available episodes. -
Receive Notifications: If you wish to receive automatic notifications of new episodes, use the
/subscribe
command.
Contributions are welcome! If you want to contribute to the development of AnimesTele, follow these steps:
-
Fork the repository.
-
Clone your fork to your local machine.
-
Create a branch for your feature (
git checkout -b feature/new-feature
). -
Make your changes and commit (
git commit -am 'Add new feature'
). -
Push to your branch (
git push origin feature/new-feature
). -
Create a new Pull Request.
- Programming Language: Python
- Web Framework: FastAPI
- Database:
- Server: PostgreSQL
- Local: SQLite
- External APIs:
- Jikan API (for obtaining anime information from MyAnimeList)
- Telegram Bot API: python-telegram-bot
This project is licensed under the The GNU Affero General Public License v3.0 (AGPL v3.0).