docs: Recommend testing contrib_bots with helloworld bot.

This commit is contained in:
Theodore Chen 2017-05-23 20:42:27 +00:00 committed by Tim Abbott
parent 42f9cdcc78
commit c29e0b4c32
1 changed files with 8 additions and 8 deletions

View File

@ -123,15 +123,15 @@ You need:
* Congrats! Now, your bot should be ready to test on the streams you've subscribed it to. * Congrats! Now, your bot should be ready to test on the streams you've subscribed it to.
### Test the `followup.py` bot ### Testing the helloworld bot
1. Do the previous steps for the `followup.py` bot. * The `helloworld` bot is a simple bot that responds with a 'beep boop'
2. Create the *followup* stream. when queried. It can be used as a template to build more complex
3. Subscribe the bot to the newly created *followup* stream and a bots.
stream you want to use it from, e.g. *social*. * Go to a stream your bot is subscribed to. Talk to the bot by
4. Send a message mentioning your new bot to the stream you've typing `@<your bot name>` followed by some commands. If the bot is
subscribed the bot to (other than *followup*). If everything works, the `helloworld` bot, you should expect the bot to respond with
a copy of the message should now pop up in the *followup* stream. "beep boop".
## How to develop a bot ## How to develop a bot