ICalendar adapter for the 36C3 schedule. You can subscribe to the ICS file:
You can deploy the app using Heroku. There is a free plan.
Heroku uses gunicorn to run the server, see the Procfile.
Commits the the master branch first pass the Travis tests. After this, they are automatically deployed to heroku. @niccokunzmann manages c3icalendar.herokuapp.com.
- Optional: Install virtualenv and Python3 and create a virtual environment.
virtualenv -p python3 ENV source ENV/bin/activate
- Install the packages.
pip install -r requirements.txt test-requirements.txt
- Start the app.
python3 app.py
- Test the app.
pytest
For the configuration of the app through environment variables, see the app.json file.