Code Monkey home page Code Monkey logo

rsstotelegram's Introduction

RssToTelegram (rss-to-telegram)

Licence GitHub Release Docker Pulls CI CD

This is a simple container app that will fetch the XML from the RSS url and send the latest items as notification to your Telegram bot.

Set the interval between each fetch in an easy way so you don't miss anything.

Usage

๐Ÿ‘‰ You can do it by using docker-compose or docker cli.

Docker-compose

version: "3"
services:
  rss-to-telegram:
    container_name: rss-to-telegram
    image: rteixeirax/rss-to-telegram
    restart: unless-stopped
    environment:
      - DATE_LOCALE=pt
      - REFRESH_INTERVAL_MINUTES=5
      - RSS_XML_DATA_URL=https://your.rss.url/rss
      - TELEGRAM_CHAT_ID=your_telegram_chat_id
      - TELEGRAM_BOT_TOKEN=your_telegram_bot_token

Docker cli

docker run -d \
  --name=rss-to-telegram \
  -e DATE_LOCALE=pt \
  -e REFRESH_INTERVAL_MINUTES=5 \
  -e RSS_XML_DATA_URL=https://your.rss.url/rss \
  -e TELEGRAM_CHAT_ID=your_telegram_chat_id \
  -e TELEGRAM_BOT_TOKEN=your_telegram_bot_token \
  --restart unless-stopped \
  rteixeirax/rss-to-telegram

Environment variables

Variable Function
DATE_LOCALE Specify a date local.
REFRESH_INTERVAL_MINUTES Interval between refreshes.
RSS_XML_DATA_URL http address to the rss data.
TELEGRAM_CHAT_ID Chat id of your telegram.
TELEGRAM_BOT_TOKEN Token of your telegram bot.

rsstotelegram's People

Contributors

rteixeirax avatar

Stargazers

 avatar  avatar

Watchers

 avatar

rsstotelegram's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.