wund0r / rss-my-ass

Telegram bot for generating RSS feeds from Youtube and beyond with a help of rss-bridge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RSS my ass

@rss_my_ass_bot

This Telegram bot is able to generate RSS feeds for YouTube and beyond (with the power of rss-bridge). Send /help to bot or check out release page to see what it can do.

Self hosting

Of course you can selfhost it. There are 2 prerequisites:

  1. Create new Telegram bot
  2. Spin up rss-bridge instance if you want to generate feeds not only for YouTube
  3. Rename .env.example to .env
    cp .env.example .env
  4. Insert Telegram bot token and rss-bridge instance host in .env file

If you want to run it locally

  • pip install -r requirements.txt
  • python bot.py

If you want to run it in docker

  • docker run --env-file .env wunderwaffla/rss-my-ass

I'll provide Dockerfile just in case or you can use prebuilt image from DockerHub


You can help me to pay electric bill if you're not feeling like hosting it yourself


logo

Art is not mine, I just slapped RSS logo where it belonds

About

Telegram bot for generating RSS feeds from Youtube and beyond with a help of rss-bridge


Languages

Language:Python 94.8%Language:Shell 2.7%Language:Dockerfile 2.6%