Skip to content
This repository has been archived by the owner on Jul 8, 2023. It is now read-only.
/ rtt Public archive

Simple Rss feed reader for telegram, now moved to a new home: https://github.com/zrootorg/r2t

Notifications You must be signed in to change notification settings

brokenpip3/rtt

Repository files navigation

RTT - Telegram feed reader

The development has been moved here: https://github.com/zrootorg/r2t

Simple Rss feed reader for telegram

example

Usage

Environment variables:

  • TGTOKEN: telegram bot token
  • TGCHAT: the chat id where the bot send the notifications, the bot must be a member
  • CONFIGFILE: optional, where the config file is placed, default "/usr/src/app/settings.yaml"
  • DBFILE: optional, sqlite db path, default "/tmp/rtt.sqlite"

Docker

docker compose example:

version: '3.3'
services:
  rtt:
    environment:
      - TGTOKEN=foo
      - TGCHATID=bar
    volumes:
      - "${PWD}/example-settings.yaml:/usr/src/app/settings.yaml"
      - rttdata:/tmp
    image: brokenpip3/rtt:0.0.2

volumes:
  rttdata:

Kubernetes

See kubernetes directory for example deployment

Credits

1