Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 621 Bytes

README.md

File metadata and controls

27 lines (15 loc) · 621 Bytes

account-audit

Python Jupyter Notebook
3.6+ 5.7.4

Install

Installing the Jupyter Notebook

dependencies:

requirements.txt

Run

  1. mkdir raw

  2. dump account exported csv files in /raw (把账户导出csv文件放入/raw文件夹中)

  3. add/verify parameters in constants.py (新建/确认 constants.py 中参数)

  4. cd $PATH/account-audit | jupyter notebook audit.ipynb

  5. re-run all and get results (重新运行全部并查看数据)

  6. account.csv will be generated for further use (将会生成account.csv,以待后用)