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.