/api-demo-python

Basic demo of OAuth login to Camdram using Python and Django

Primary LanguagePython

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