Giter Site home page Giter Site logo

telegramprivrss's Introduction

Telegram channel RSS feed generation

Description

Python script using Telegram-client API for generation RSS feed from Telegram channels.

Examples:

Setup and deployment

  • git clone https://github.com/mtrineyev/tgtorss.git
  • cd tgtorss
  • cp config.ini.example config.ini
  • nano config.ini and set the variables as described in the comments
  • sudo apt-get install python3-dev
  • sudo apt-get install python3-venv
  • python3 -m venv venv
  • source venv/bin/activate
  • pip install -r requirements.txt
  • python connect.py and enter your phone and the code you will recieve
  • nano tgtorss.sh and copy the code below
#!/bin/bash
cd /home/USER/tgtorss
source venv/bin/activate
python main.py
deactivate
  • chmod +x tgtorss.sh

To run the server

  • ~/tgtorss/tgtorss.sh

IMPORTANT:

  1. Do not make more than 30 requests per seconds to a new channels, otherwise your ID may be banned to several hours. When a channel has been accessed first time its information hashed and next requests to the channel are safe. You can work with the hash file using the tool hash.py.
  2. If you will delete *.session file you should also delete hash.pickle file and re-connect to the Telegram.

To test the server

curl http://localhost:8091/channel/bbcukrainian

The tools

  • connect.py - creates new connection to Telegram client or shows information about active connection, if any
  • hash.py - hash file viewing/keys deleting tool. Note: you may delete keys only when the server is switched off.

The licence

The script is free software written by Maksym Trineyev ([email protected]).

It comes with ABSOLUTELY NO WARRANTY, to the extent permitted by applicable law.

telegramprivrss's People

Contributors

mtrineyev avatar

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.