https://github.com/hassan11196/python-dialogflow-basic
A Basic Chatbot Interface with Dialogflow using Python
https://github.com/hassan11196/python-dialogflow-basic
dialogflow python socket-programming
Last synced: 10 months ago
JSON representation
A Basic Chatbot Interface with Dialogflow using Python
- Host: GitHub
- URL: https://github.com/hassan11196/python-dialogflow-basic
- Owner: hassan11196
- Created: 2020-02-15T01:24:23.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-20T07:03:46.000Z (almost 6 years ago)
- Last Synced: 2025-01-05T20:10:31.584Z (12 months ago)
- Topics: dialogflow, python, socket-programming
- Language: Python
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Basic Python Socket Programming interacting With DialogFlow API
To run server :
python ./server.py
To run client :
python ./client.py
P.S : This is a hasty re-write of a previously hastily written Computer Networks Assignmnet in Go.
[https://github.com/hassan11196/go-dialogflow-basic](https://github.com/hassan11196/go-dialogflow-basic)
## References :
https://realpython.com/python-sockets/
https://docs.python.org/3/howto/sockets.html
neechabe