Skip to content

JustKappaMan/Habr-Parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Habr Parser

MIT License Code style: black

Parse info about the top articles on Habr.com for a given period of time.

How to Use

Install dependencies.

Use it either as script:

python3 -m habrparser [OPTION]...

Or as package:

from habrparser import HabrParser

parser = HabrParser(period="alltime")
result = parser.run()

License

This project is licensed under the MIT License.

About

Parse info about the top articles on Habr.com for a given period of time

Topics

Resources

License

Stars

Watchers

Forks

Languages