A Python library to interact with CodeBottle's API. This is obviously still in development.
fromcodebottleimportCodeBottlecb=CodeBottle()
# Results of a searchsearch=cb.snippets.get(keywords='java').data# Get a snippetsnippet=cb.snippets.get('91f98993c8').data# Get newest snippetsbrowse=cb.snippets.new().dataFrom git:
pip install git+https://github.com/codebottle-io/codebottle-python.git
- Convert dicts to classes