Skip to content

maxux/python-rocketchat-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages