cardoso / python-rocketchat-bot

rocket.chat python basic bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

python-rocketchat-bot

rocket.chat python basic bot using dpp

dependancies

emerge -va python-meteor or pip install python-meteor

usage

def hello(bot, message):
    bot.sendMessage(message['rid'], "React from hello command")

rocket = RocketChatBot('username', 'password')
rocket.addPrefixHandler('hello', hello)
rocket.start()

About

rocket.chat python basic bot

License:Apache License 2.0


Languages

Language:Python 100.0%