/ubuntustatics

Ubuntu IRC channels statics generator

Primary LanguagePythonOtherNOASSERTION

Ubuntustatics

Generate SVG pie chart file that list top 10 users of given ubuntu channel.

How to use it:

$ ./ubuntustatics.py -h


usage: ubuntustatics.py [-h] channel startDate endDate

positional arguments:
  channel     IRC Channel name
  startDate   First date to parse in the form of month-day-year
  endDate     Last date to parse in the form of month-day-year

optional arguments:
  -h, --help  show this help message and exit

Example

$ ./ubuntustatics.py ubuntu-tn 07-01-2015 07-30-2015

Than you can open the svg file with your browser.

Dependencies:

requests

$ pip install requests

pygal

$ pip install pygal