Skip to content
This repository was archived by the owner on Jan 24, 2026. It is now read-only.

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:

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().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

Topics

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages