8000 GitHub - hybridx/CyBot: chatbot application with custom functions for slack api
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

hybridx/CyBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chatbot Application

A chatbot application using RasaNLU to have a general conversation as well as customized replies.

Development

Here's what you need to know about the API endpoints

  • @create - /app/data/create
  • @set - /app/data/update
  • @remove - /app/data/remove
  • @read - /app/data/get_intent_data /app/data/read_all_intents
The request data needs to be in the following format
data
{
	"intent":<>,
	"username":<>,
	"answers":[],
	"questions":[]
}

About

chatbot application with custom functions for slack api

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0