A bot for telegram messenger that posts news updates for Final Fantasy XIV posted to the Lodestone
This is a hobby project to monitor updates in the news sections of FFXIV Lodestone and then post it to a group chat or channel in Telegram Messenger
Multiple -e entries for various environments. environment variables listed further down.
docker run -d -e TELEGRAM_BOT_TOKEN=secret1 -e TELEGRAM_CHAT_ID=secret2 sethrah/ffxivtelegramnews
For fast setup, download the docker-compose.yml file and use docker-compose to manage the container a bit easier.
curl -o https://raw.githubusercontent.com/seth-rah/FFXIV_Telegram_News/master/docker-compose.yml
Relpace environment variables as needed and run docker-compose up -d
once completed.
Set up a telegram bot and get the Bot Token
. Then add the bot to a group, make it admin and extract the Chat ID.
Telegram Bot Token = TELEGRAM_BOT_TOKEN
Telegram Chat ID = TELEGRAM_CHAT_ID
None at this time.
Please let me know through an issue or pull request.