Skip to content

sefarious/telegram-scraper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

telegram-scraper

Telegram Group Scraper

install dependencies

python -m pip -r requirements.txt

Telegram config

Go to the following URL and configure an app

https://my.telegram.org/ > API development tools

.env file structure

# .env.example, committed to repo
TELEGRAM_API_ID = <your api id>
TELEGRAM_API_HASH = <your api hash>
TELEGRAM_PHONE = <your phone>
TELEGRAM_USERNAME = <your username>

run scraper

python scraper.py

## ...and follow the steps to connect to telegram

About

Telegram Group Scraper

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Python 100.0%