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