A Telegram bot to share your love of FIP
- BOT_TELEGRAM_TOKEN: the token for the bot
- FIP_API_HOST and FIP_API_PORT : for the RadioFrance/FIP service
- SPOTIFY_API_HOST and SPOTIFY_API_PORT: for the Spotify API service
You can run locally with make dev
You can build the Docker image with make build
and then run it with make run
.
Add your BOT_TELEGRAM_TOKEN token into your .env
file for development (don't commit this file).
Then you can create the secret with kubectl create secret generic spotify-api-access --from-env-file=.env
.