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