Telegram bot to get info from https://filmaffinity.com.
You can find it at Telegram: @faffinitybot.
- Rename the
data/.env.example
file todata/.env
and configure inside the environment variables properly:
API_ID
- your api ID from https://my.telegram.org.API_HASH
- your api hash from https://my.telegram.org.BOT_TOKEN
- token of the bot your created with @botfather.ADMIN_ID
- your Telegram account ID.
- Make sure you have installed
docker
andmake
, go to the root folder of the project and run the next commands:
❯ make init-db
❯ make build-prod
❯ make run-prod
- To stop the bot:
❯ make down
- Get Screenwriter, Music and Cinematography for
en
language. - Download trailer.
- Show more stats to admin.
Special thanks to these projects.
This bot is not associated to FilmAffinity. It is a personal project and is hosted by myself, so it can go offline without previous advice.