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

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

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