Skip to content

Instantly share code, notes, and snippets.

@c3h3
Created July 19, 2018 12:37
Show Gist options
  • Save c3h3/7b0f18925f228629c76621e2757b3ebd to your computer and use it in GitHub Desktop.
Save c3h3/7b0f18925f228629c76621e2757b3ebd to your computer and use it in GitHub Desktop.
import werobot
robot = werobot.WeRoBot(token='')
@robot.handler
def echo(message):
return 'Hello World!'
robot.config['HOST'] = '0.0.0.0'
robot.config['PORT'] = 8890
robot.run()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment