Telegram Scraper

Telegram Scraper is a tool that helps you to scrape data from a Telegram group. To run:

sh install.sh

Usage

    Usage: scraper [OPTIONS]

    Options:   
    --config TEXT  Config file path for API ID and hash  
    --debug        Show detailed debug information   
    --help         Show this message and exit.

Config File

    [API]
    ID = xxxx
    HASH = XXXXXXXX

Using a config file allows you to avoid having to type in your API ID and hash every time.

Go to: my.telegram.org and click on "API development tools" to receive your API ID and hash.