Skip to content

Latest commit

 

History

History
23 lines (23 loc) · 908 Bytes

README.md

File metadata and controls

23 lines (23 loc) · 908 Bytes

Pikio Article Extractor

Needments

  • Ubuntu or Windows OS
  • Python 3
  • Pip
  • Virtualenv or other similar tool

Setup

You can find all needed software within 'requirements.txt' file, You can use it to create your own isolated environment via Virtualenv or other tool

CLI Manual

You can use article scraper via command:
python main.py -url 'url_of_piki_article'
The url argument is obligatory!
You can use also as well:

  • -j: will return output in json format.
  • -f: will save output to txt or to json file if you choose a proper option.
  • -t: will return the title of article with output.
  • -d: will return the date of the article with output.
  • -p: will download picture from the article.