Skip to content

Basic demo of OAuth login to Camdram using Python and Django

Notifications You must be signed in to change notification settings

camdram/api-demo-python

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages