flounder

flounder is a library that create Entity of Dialogflow. This library uses RestAPI of dialogflow. It is not an official library.


Keywords
dialogflow, entity, apiai, python27
License
MIT
Install
pip install flounder==0.0.2

Documentation

flounder

flounder is a library that create Entity of Dialogflow. This library uses RestAPI of dialogflow. It is not an official library.

Installation

flounder requires:

pip install git+https://github.com/miurahr/pykakasi.git

install flounder:

pip install flounder

Example

from flounder.flounder import Flounder

flounder = Flounder(DEVELOPER_ACCESS_TOKEN)
create_request = flounder.create_request('Sushi', 'sushi.csv')
response = create_request.getresponse()

print (response.read())
print (response.status, response.reason)

CSV

"鯖"
"鯵"
"é°ˆ"
"鱸"
"鮑"
"鮪"
"鯨"
"é®­"
$ python test_entity_upload.py

Automatically generated Entity

Automatically generated Entity

License

flounder is licensed under MIT License. See LICENSE for more information.