Skip to content

toashd/python-dicks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-dicks

A Python interface for the Dicks API

Installation

pip install python-dicks

Requires

  • requests
  • simplejson

Example

import dicks

api = dicks.Client()

dicks = api.get_dicks()
print(dicks)

served = api.get_dicks_served()
print(served)

This example can also be found in the example.py file.

License

python-dicks is available under the MIT license.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages