Skip to content

daltskin/python-botframework-directline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

python-botframework-directline

Example Python for calling Bot Framework via the DirectLine API (v3)

For further details refer to the API documentation here: http://dev.botframework.com

  1. Register your bot on the dev.botframework.com portal
  2. Enable the DirectLine Channel and copy the secret key
  3. Add you key below and run

Usage example

bot = DirectLineAPI('{your-direct-line-secret-here}')
bot.send_message("Hi")
botresponse = bot.get_message()
print botresponse

About

Example Python calling Bot Framework via the DirectLine channel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages