Get data from official TeamTrees website
Project description
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())
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
teamtrees-1.0.0.tar.gz
(2.4 kB
view hashes)