Skip to content

Ladvix/telegraph-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Telegraph Parser

Async articles parser Telegra.ph

Install

git clone https://github.com/Ladvix/telegraph-parser.git
cd telegraph-parser
pip install -r requirements.txt

Usage

python main.py -k github

Article url format

For example, https://telegra.ph/Telegraph-Parsing-12-28

  • Telegraph-Parsing - article title
  • 12 - month (december)
  • 28 - day

If several articles with the same titles were published on the same date, then an ordinal number is added to the end of the url.

Example:

About

Async parser Telegra.ph

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages