FAQ

Got a question? Find the answer here!

Update your module

Users can install updates for their installed modules. However this is only possible if you change your module_list.json each time you change or improve your module.

Once you have replaced your module_id.zip on your server with the new version, please update the last_updated field in the module_list.json. In addition, please update the date field and raise the version number for your module.

Add Telegram commands

Add commands for your module to the Hobbit Telegram Bot! Users can message these commands using Telegram to the Bot in order to execute code in your module or receive data in a response message.

Project Hobbit uses the python wrapper for the Telegram API. Check out the file telegram_commands.py in the dummy module for an example of how you can create your very own Telegram commands for the Hobbit Telegram Bot.