文件名称:DonationsLogParser:维基媒体法国的捐赠日志解析器
文件大小:9KB
文件格式:ZIP
更新时间:2024-07-08 20:07:36
Python
捐赠日志解析器 维基媒体法国的捐赠日志解析器。 它允许按月将捐赠日志导出到 CSV 或 JavaScript 数组中。 用法 为了将 2013 年 12 月的 CSV 数据导出到data/donations-2013-12.csv只需运行 python daily_parser.py -y 2013 -m 12 > data/donations-2013-12.csv 为了将2013年12月的数据作为JS数组导出到data/donations-2013-12.js中名为donations12Data的var中,只需运行 python daily_parser.py -y 2013 -m 12 -j donations12Data > data/donations-2013-12.js
【文件预览】:
DonationsLogParser-master
----.travis.yml(171B)
----test_daily_parser.py(1KB)
----daily_parser.py(5KB)
----data()
--------donations-2013-12.js(1KB)
--------donations-2013-12.csv(900B)
----tox.ini(324B)
----LICENSE(1KB)
----setup.cfg(103B)
----README.md(704B)
----logparser.py(1KB)
----requirements-test.txt(46B)
----data.py(5KB)