Skip to content
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.

BukGet/pybukget

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is pyBukGet?

pyBukGet is a client-side module for interfacing with the BukGet API over Python. This module was written by the developer of the BukGet API itself and acts as a reference on how to properly communicate to BukGet.

How do I install this?

pyBukGet is available vie pip and easy_install. You can also manually install pyBukget by simply downloading the code here and installing it using setup.

Examples:

Using pip:

pip install pybukget

Using Easy_Install:

easy_install pybukget

Manually:

python setup.py install

How do I use the API?

More detailed walkthrough is coming soon, however here are the available functions:

  • plugins
  • plugin_details
  • plugin_download
  • authors
  • author_plugins
  • categories
  • category_plugins
  • search

Overloadable variables:

  • bukget.USER_AGENT - This should be set to whatever your application is. By default, it will report as pyBukGet 2.3.