Skip to content

carsonmcdonald/python-ebird-wrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python EBird Wrapper

This is a simple wrapper for the eBird API version 1.1

The library also wraps the portion of the avian knowledge API that is needed for the eBird API.

Usage

from ebird import AvianKnowledge
from ebird import EBird

ak = AvianKnowledge()

print ak.country_list()

ebird = EBird()

print ebird.species_reference()

About

Simple wrapper for the EBird API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages