Headline API example for Python/Django.
Create virtualenv and install dependencies:
virtualenv --python=python3 venv
. venv/bin/activate
pip install -r requirements.txtCreate a .env file in the base directory containing GRIP_URL, e.g.:
GRIP_URL=http://localhost:5561
Run the server:
python manage.py runserver