An API for searching and delivering Code Lyoko transcripts and subtitles.
Check out our
$ pip install foxtrot-api
$ pip install -e .[dev]
$ gunicorn --workers 2 --bind :8080 --reload foxtrot_api.__main__:app
$ rm -f MANIFEST.in && check-manifest --update
$ sphinx-apidoc -f -o docs foxtrot_api && make -C docs html
As you would expect, everything in this section requires valid API tokens and misc authentication procedures. This is more of a note for the devs, really.
$ python setup.py bdist_wheel sdist && twine upload dist/*
$ gcloud app deploy