An open API service indexing awesome lists of open source software.

https://github.com/treethought/cookiecutter-flask-assistant

Cookiecutter template for creating Virtual Assistants with Flask-Assistant
https://github.com/treethought/cookiecutter-flask-assistant

Last synced: about 1 year ago
JSON representation

Cookiecutter template for creating Virtual Assistants with Flask-Assistant

Awesome Lists containing this project

README

          

****************************
cookiecutter-flask-assistant
****************************

A project skeleton to get started with `Flask-Assistant`_ quickly!

This template provides

- a basic Flask app created utilizing best practices: `Blueprints `_ and `Application Factory `_ patterns
- blueprint for Flask-Assistant API.AI webhook
- blueprint for a typical web application

Get Started
------------

1. Install cookiecutter and pull this repo

.. code-block:: bash

pip install cookiecutter
cookiecutter https://github.com/treethought/cookiecutter-flask-assistant.git

2. Provide your projects basic info according to the shell prompts
3. Follow the instructions in the README.rst of the newly created directory

Inspiration
-----------

- `cookiecutter`_
- `cookiecutter-flask`_
- `cookiecutter-flask-ask`_

License
-------

BSD licensed.

.. _cookiecutter: https://github.com/audreyr/cookiecutter
.. _cookiecutter-flask: https://github.com/sloria/cookiecutter-flask
.. _cookiecutter-flask-ask: https://github.com/chrisvoncsefalvay/cookiecutter-flask-ask
.. _Flask-Assistant: https://github.com/treethought/flask-assistant