Skip to content
plasticruler edited this page Sep 1, 2019 · 2 revisions

Welcome to the simple-telegram-bot wiki!

Branching information

If you think of the development process as water flowing down a channel, then a branch in that river is simply the same water following a different route. We may decide to test something, like colour the water in this new route and if it works we'll add the coloured water back to the main river so that at point branch+n the river will now be this new colour.

You can create a branch from another branch. Please read up about creating and merging branches.

master

will always contain the latest running version of the codebase

setup-basics

here we just setup the project and get it into a runnable (but useless state)

get-bot-to-do-something

we build on the previous step and create an instance of the bot (be sure to get a bot key, look how to do this on the project task board). we also add a custom command for the bot to process.

Clone this wiki locally