Skip to content

Cvtx/habr-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

habr-parser

Save articles from habr.com to the SQLite database and .csv files. Also perform fuzzy search in database.

Usage

$ habr-parser -h

usage: habr-parser TASK [OPTIONS]
 -h,--help          Prints this usage hint.
 -parse,--parse     Perform parsing. For usage instruction type
                    habr-parser -parse -h
 -search,--search   Perform fuzzy-search in database. For usage
                    instruction type habr-parser -search -h

Parser Usage

$ habr-parser -parse -h

usage: habr-parser -parse [OPTIONS]
 -f,--filename <filename>   File name of the output .csv file.
 -p,--pages <pages>         If -u contains only one page URL, this can be
                            specified to download N amount of pages after
                            specified page. This should be >= 0.
 -parse,--parse             Perform parsing. For usage instruction type
                            habr-parser -parse -h.
 -u,--urls <urls>           URLs for parsing e.g.
                            `https://habr.com/en/all/`,
                            `https://habr.com/en/all/page5/`,
                            `https://habr.com/en/articles/127197/`
 -ve,--verbose-errors       If specified, errors would be more verbose.

Searcher Usage

$ habr-parser -search -h

usage: habr-parser -search [OPTIONS]
 -f,--filename <filename>         File name of the output .csv file.
 -k,--keyword <keyword>           Starts fuzzy-search with provided
                                  keyword.
 -s,--minscore <minscore>         Minimum search score to be indexed by
                                  searcher.
 -search,--search                 Perform fuzzy-search in database. For
                                  usage instruction type habr-parser
                                  -search -h
 -t,--ntopresults <ntopresults>   Number of keyword occurrences to find.

Examples

$ habr-parser -parse -u https://habr.com/en/flows/develop/page2/
$ habr-parser -parse -u https://habr.com/en/all/page1/ -p 3
$ habr-parser -parse -u https://habr.com/en/all/page5/ https://habr.com/en/articles/127197/
$ habr-parser -search "machine learning"
$ habr-parser -search Habr -t 100
$ habr-parser -search kubernetes -t 30 -s 85

About

Save articles from habr.com to the SQLite database and .csv files.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages