Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nikkhvat/anime-sentry
The bot that notifies you about the release of new episodes from various anime viewing services
https://github.com/nikkhvat/anime-sentry
anime golang telegram-bot
Last synced: about 1 month ago
JSON representation
The bot that notifies you about the release of new episodes from various anime viewing services
- Host: GitHub
- URL: https://github.com/nikkhvat/anime-sentry
- Owner: nikkhvat
- License: agpl-3.0
- Created: 2023-07-10T12:25:16.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-08-01T16:53:52.000Z (5 months ago)
- Last Synced: 2024-08-01T19:01:53.167Z (5 months ago)
- Topics: anime, golang, telegram-bot
- Language: Go
- Homepage: https://t.me/anime_schedule_bot
- Size: 1.32 MB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Anime Sentry
## Operation principle
- You send the bot a link to an anime.
- The bot mentions the release time of the episode.
- The bot checks every half hour, according to the cron schedule, whether a new anime episode has been released (with voice acting or subtitles).
- You can opt out of notifications for a specific anime, and the bot will stop notifying you about the release of new episodes.## Supported websites
- [animego.org](https://animego.org/)
![prewiew image](./prewiew.jpg)
## Supported Languages
The bot currently supports the following languages:
- En (English) 🇬🇧
- Ru (Russian) 🇷🇺## Local setup
- make env file (see .env.example)
- run script from Makefile```sh
make dev
```## Production setup
- run script from Makefile
```sh
make start
```> it runs docker containers