Giter VIP home page Giter VIP logo

rss-feed-telegram-bot's Introduction

RSS Feed Telegram Bot

A bot to post messages to Telegram Groups or Channels from rss feed.

  • This bot can also send /mirror commands to your mirror bot using your telegram account. bcoz bot can't read another bot's mag. So this bot will use your TG account to interact with mirror bot. Fill STR_SESSION and MIRROR_CHAT_ID vars to enable it.

Warning

  • This bot will work only when the rss feed is time-sorted (latest to oldest)
  • If its not time-sorted (e.g. some obtained from Jackett) then it will repeat a lot of items.

Configuration

  • Edit the rss.py as your needs.
  • Edit values in config.env or set it in Environment Variables. There is an template for config.env already exists just edit it and rename the file.

Configuration Values

  • APP_ID - Get it from my.telegram.org
  • API_HASH - Get it from my.telegram.org
  • BOT_TOKEN - Get it by creating a Telegram bot on BotFather
  • FEED_URLS - List of URLs of RSS Feed, sperated by | vertical bar.
  • LOG_CHAT - ID of the Telegram Chat where messages are to be posted.
  • DATABASE_URL - Here is a full guide. For Heroku, just add the Heroku Postgres add-on.
  • INTERVAL - Checking Interval in seconds. (optional)
  • MAX_INSTANCES - Max instances to be used while checking rss feed. (optional)

Working as a userbot on your behalf to interact with mirror bot.

These variabls are required only if you want to use your tg account to send /mirror cmd to any mirror bot.

  • MIRROR_CHAT_ID - Group/chat_id of mirror chat or mirror bot to send mirror cmd.
  • MIRROR_CMD - if you have changed default cmd of mirror bot, replace this.
  • STR_SESSION - String session generate using your tg mobile number for sending mirror cmd on your behalf. Generate by running
python gen_str.py

(heroku users run in heroku console)

Deployment

Deploying on Heroku

Deploy

VPS or any other server/pc

pip3 install -r requirements.txt
  • Deploy
python3 rss.py

Copyright & License

rss-feed-telegram-bot's People

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.