Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/murtaza98/dialogflow-fulfillment-server
https://github.com/murtaza98/dialogflow-fulfillment-server
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/murtaza98/dialogflow-fulfillment-server
- Owner: murtaza98
- Created: 2020-07-09T08:21:26.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T11:06:07.000Z (almost 2 years ago)
- Last Synced: 2024-10-19T16:09:11.199Z (about 1 month ago)
- Language: Python
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dialogflow Fulfillment Server
### Prerequisites
- Python 3### Installation Step
1. Create a virtual environment with Python 3.6:
`python3 -m virtualenv venv`2. Activate the environment:
- **Linux:** `source venv/bin/activate`
- **Windows:** `.\venv\Scripts\activate.bat`3. Install the required packages from `requirements.txt` inside this virtual environment:
`pip install -r requirements.txt`4. Run app.py script: `python server.py`
5. Use tunnelling service like `ngrok` to get a global IP address
6. Enable `Fulfillment` on Dialogflow Dashboard and there enter the URL from step 5