Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 419 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 419 Bytes

Camdram API Python Demo

A very basic demo of OAuth authentication with Camdram plus accessing authorised shows.

A host-specific API key is required for the demo, which can be created at https://www.camdram.net/api/apps

Copy 'config.sample.py' to 'config.py' and enter the API key and API secret in the appropriate places.

pipenv install
pipenv run python manage.py runserver