Skip to content

BradleyShaw/codebottle-python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

codebottle-python Build Status

A Python library to interact with CodeBottle's API. This is obviously still in development.

##Example:

import codebottle

#Results of a search
search = codebottle.search(keywords="java").results

#Get a snippet
snippet = codebottle.get(id="373dcc67").data

#Browse
browse = codebottle.browse(limit=10).results

#Verify secure
secure = codebottle.verifysecure(secure_token="Some type of token here")

##Installing

From git: pip install git+https://github.com/codebottle-io/codebottle-python.git

##TODO:

  • Convert dicts to classes

About

A Python library to interact with CodeBottle's API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%