Skip to content

jstacoder/basehead

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

basehead

python wrapper for basecamp-next api

to use: open basehead/core.py abd input your basecamp accout number, to find it look in your url on basecamp

also the code expects a file in the directory that the core.py file is, called auth.txt

this file should contain

BASECAMP_USERNAME
BASECAMP_PASSWORD

on two seperate lines just like that

then open up ipython

and:

  [in]: from people import get_me
  [out]: me = get_me() # me is all the data from the above users account
  

or if you like objects

  [in]: from basehead.basecamp import BaseCamper
  [out]: bc = BaseCamper()
  

now bc has all your account data

more to come

About

python wrapper for basecamp-next api

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages