项目作者: nm17

项目描述 :
Get the amount of trees planted by TeamTrees and more
高级语言: Python
项目地址: git://github.com/nm17/teamtrees.git
创建时间: 2019-10-27T15:12:31Z
项目社区:https://github.com/nm17/teamtrees

开源协议:MIT License

下载


teamtrees

Get the amount of trees planted by TeamTrees!

How to install

  1. $ pip install teamtrees

Usage

You can either use the cli teamtrees:

  1. $ teamtrees --recent >> recent_donations.csv
  2. $ teamtrees --top >> top_donations.csv
  3. $ teamtrees # Get current amount of trees planted

Or through Python:

  1. import teamtrees
  2. print(teamtrees.get_trees_count())