Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 327 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 327 Bytes

Telegram Web Crawler

A simple crawler which is able to crawl telegram channels and gather all types of posts, including photos, videos, audio and poll content.

Installation

Install project & development dependencies

$ pip install -r requirements.txt
$ pip install -r requirements-dev.txt
$ pre-commit install