0 purchases
teamtrees 1.0.0
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
Or through Python:
import teamtrees
print(teamtrees.get_trees_count())
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.