from lxmfbot import LXMFBot bot = LXMFBot("HSWro Conference Bot") @bot.received def echo_msg(msg): msg.reply(msg.content) bot.run()