Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 704 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 704 Bytes

DonationsLogParser

Build Status

Donations Log Parser for Wikimedia France. It allows to export donations log by month into CSV or Java Script array.

Usage

In order to export as CSV data of december 2013 into data/donations-2013-12.csv just run

python daily_parser.py -y 2013 -m 12 > data/donations-2013-12.csv

In order to export as JS array the data of december 2013 into data/donations-2013-12.js in the var named donations12Data just run

python daily_parser.py -y 2013 -m 12 -j donations12Data > data/donations-2013-12.js