Larium-rs - telegram bot for notification about new episode of anime. Rewritten from JS
- Get token from FatherBot in Telegram
- Create cluster in MongoDB Atlas and get URI Token
- In root project create .env file and paste there's tokens
- Command /start - guide how to use bot.
- Command /subscribe - subscribe to anime for notification about new episode:
/subscribe "anime name"
- Command /unsubscribe - unsubscribe from anime notification:
/unsubscribe "anime name"
- Command /list - list of all anime that you subscribed.
- Command /info - provide information about anime:
/info "anime name"
- Add command /info for providing information about anime.
- Add autoremove anime from database when it's stop be ongoing.
- Find better API for anime searching and info.
- Find a better way to check the release of an anime episodes (Cant find a way to fast check the release of an anime episode, idk how to do it).