Skip to content

wolfy1339/codebottle-python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

codebottle-python Build Status

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

Example:

from codebottle import CodeBottle

cb = CodeBottle()

# Results of a search
search = cb.snippets.get(keywords='java').data

# Get a snippet
snippet = cb.snippets.get('91f98993c8').data

# Get newest snippets
browse = cb.snippets.new().data

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

No packages published

Languages

  • Python 100.0%