Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 644 Bytes

README.md

File metadata and controls

29 lines (16 loc) · 644 Bytes

Telegram Similar Channel Parser

So basic script, about 100 code lines, simple to use.

How do you use it?

  1. Download and install python 3.10+. click

  2. Download/clone this repository (folder).

  3. Open terminal and run command like this:

    cd /path/to/this/folder

  4. Install required packages:

    python -m pip install -r requirements.txt

  5. Run script by this command:

    python main.py

Enjoy.

How to merge all parsed channels without duplicates?

  1. Run this module:

    python merge_parsed.py