Skip to content

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

License

Notifications You must be signed in to change notification settings

JustKappaMan/Habr-Parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 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.