GitHub - Naturaldoc/python-history-articles: Script to gather articles from python-history.blogspot blog

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Repository files navigation

Python history blog articles

This script take articles from the blog and generate pdf file.

You can download pdf with current articles from here

How to run it

  • Install Python 2.6.x or 2.7.x. Installation steps depends on your operating system.

  • Install Pip, the python package installer:

      easy_install pip
    

    For more information about pip refer to http://www.pip-installer.org/.

  • Install dependencies

      pip install -r requirements.txt
    
  • Run it

      python pyhistorypdf.py
    

Some html and code was taken from https://github.com/vrtx64/fav2pdf

About

Script to gather articles from python-history.blogspot blog

Resources

Readme

Activity

Stars

1 star

Watchers

1 watching

Forks

0 forks

Releases

No releases published