1
Fork 0
A Telegram Bot that sends updates in a JSON Feed to a Telegram channel https://jlel.se/tgblog
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
Jan-Lukas Else 45fda33f8a
continuous-integration/drone/push Build is passing Details
Add support for German notification text
3 years ago
.drone.yml Add drone config 3 years ago
.gitignore Add initial version 3 years ago
Dockerfile Add support for German notification text 3 years ago
Feed.go Add initial version 3 years ago
JsonFeedToTelegram.go Add support for German notification text 3 years ago
LICENSE Add readme and license 3 years ago
README.md Add readme and license 3 years ago
Telegram.go Add initial version 3 years ago
go.mod Add initial version 3 years ago

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.