Skip to content

Apocalypsor/Formatted-RSS-to-Telegram

Repository files navigation

Formatted RSS to Telegram

Highly customizable RSS to Telegram.

sample

Usage

  1. Install Docker.

  2. Save the docker-compose.yaml file:

    version: '3'
    
    services:
      fr2t:
        image: ghcr.io/apocalypsor/fr2t
        container_name: fr2t
        restart: always
        volumes:
          - ./data:/app/config
          - ./logs:/app/logs
  3. Refer to the files in docs for configuration. Save the two file as rss.yaml and config.yaml in the ./data directory.

    rss-parser is used to parse the RSS feed. Refer to this folder to see what property you can use in the rss.yaml text template.

  4. Run docker-compose up -d.

Todo

  • Proxy
  • Notify for invalid RSS links
  • docs
  • Clean Database periodically