Skip to content

everybit/everybit-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

everybit-python

Everybit API Python Wrapper

Various Ways of Installing

  1. Using easy_install
  • easy_install everybit-python
  1. Grab from git and run setup
  1. Grab from git and throw it in your project

Examples

## Don't forget to modify everybit/configuration.py with your API key
## which is obtained from your account page in dashboard.everybit.co

from everybit.api import *

Everybit = EverybitAPI()
print Everybit.get_account_info()

For further examples, see example.py.

Releases

No releases published

Packages

No packages published

Languages