Skip to content

elacheche/ubuntustatics

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Ubuntu IRC channels statics generator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%