...
Prerequisites:
- python v 2.7.2 - http://www.python.org/getit/releases/2.7.2/
- urllib2 python module
- json python module
- datetime python module
- sys python modulepython module - http://docs.python.org/2/library/urllib2.html
- json python module - http://docs.python.org/2/library/json.html
- datetime python module - http://docs.python.org/2/library/datetime.html
- sys python module - http://docs.python.org/2/library/sys.html
Installation:
You only need to clone or download the repository linked to above. If you do not have a valid Python 2.7.X installation already then please follow the download and installation instructions from the python wiki.
...