Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 1.34 KB

README.rst

File metadata and controls

41 lines (24 loc) · 1.34 KB

Boilerplate-bot

https://travis-ci.org/botstory/boilerplate-bot.svg?branch=develop https://coveralls.io/repos/github/botstory/boilerplate-bot/badge.svg?branch=develop

Good place to start your bot based on BotStory framework.

Stack

🚀 auto deploying landing page (sources)

🐍 Python 3.6 and AsyncIO and AioHTTP

📦 Mongodb - storage for user and session

🚢 Docker Container for Mongo and Python

🚜 Travis-CI - test and coverage

Instruction

Test performance of webhook

WEBHOOK_URL=<url-to-webhook-of-your-bot> ./scripts/performance.sh

Bot Checklist

Common checklist for common bot

  • [ ] Mindmap. Could use Coggle. Example
  • [ ] Describe bot profile at <chatbot-name>/__init__.py.