teamtrees
Get the amount of trees planted by TeamTrees!
How to install
$ pip install teamtrees
Usage
You can either use the cli teamtrees:
$ teamtrees --recent >> recent_donations.csv
$ teamtrees --top >> top_donations.csv
$ teamtrees # Get current amount of trees planted
$ teamtrees --top >> top_donations.csv
$ teamtrees # Get current amount of trees planted
Or through Python:
import teamtrees
print(teamtrees.get_trees_count())
print(teamtrees.get_trees_count())