jlelse
/
JsonFeedToTelegram
Arkiverade
1
Förgrening 0
A Telegram Bot that sends updates in a JSON Feed to a Telegram channel https://jlel.se/tgblog
This repository has been archived on 2020-06-30. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Jan-Lukas Else 45fda33f8a
continuous-integration/drone/push Build is passing Details
Add support for German notification text
2020-06-30 19:53:47 +02:00
.drone.yml Add drone config 2020-04-25 15:12:48 +02:00
.gitignore Add initial version 2020-04-05 21:28:18 +02:00
Dockerfile Add support for German notification text 2020-06-30 19:53:47 +02:00
Feed.go Add initial version 2020-04-05 21:28:18 +02:00
JsonFeedToTelegram.go Add support for German notification text 2020-06-30 19:53:47 +02:00
LICENSE Add readme and license 2020-04-06 09:07:51 +02:00
README.md Add readme and license 2020-04-06 09:07:51 +02:00
Telegram.go Add initial version 2020-04-05 21:28:18 +02:00
go.mod Add initial version 2020-04-05 21:28:18 +02:00

README.md

JSON Feed to Telegram Bot

This is a simple Telegram bot, written in Go, that is able to check a JSON Feed for updates and sends the latest article to a Telegram channel.

How to use

You should configure this bot to run behind a reverse proxy. It is listening to port 8080 by default. It is recommended to use Docker to run this bot. That let's your remap the port, easily set environment variables etc.

How to trigger posting to Telegram

A recheck of the JSON Feed is triggered when the path /hook is called using a HTTP POST request.

Configuration

Some environment variables are required:

LAST_ARTICLE_FILE: file path to the file where the URL of the last sent article should be saved

FEED: URL to the JSON Feed

BOT_TOKEN: The token for the Telegram bot

CHANNEL: The channel or user ID to which notifications should be send

License

This project is licensed under the MIT license, so you can do basically everything with it, but nevertheless, please contribute your improvements to make it better for everyone. See the LICENSE file.