Skip to content

Commit

Permalink
fix emoji ✌️
Browse files Browse the repository at this point in the history
  • Loading branch information
hyzhak authored Dec 16, 2016
1 parent a8112ab commit 47d6a38
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,14 @@ Boilerplate-bot
Good place to start your bot based on `BotStory framework <https://github.com/botstory/bot-story>`_.

Stack
=====
~~~~~

- :rocket: auto deploying `landing page <https://botstory.github.io/boilerplate-bot/>`_ (`sources <https://github.com/botstory/boilerplate-bot-landing>`_)
- :snake: `AsyncIO <https://docs.python.org/3/library/asyncio.html>`_ and `AioHTTP <http://aiohttp.readthedocs.io/en/stable/>`_
- `Mongodb <https://www.mongodb.com/>`_ - storage for user and session
- :ship: `Docker Container <https://www.docker.com/>`_ for Mongo and Python
- :tracktor: `Travic-CI <https://travis-ci.org/>`_ - test and coverage
`:rocket:` auto deploying `landing page <https://botstory.github.io/boilerplate-bot/>`_ (`sources <https://github.com/botstory/boilerplate-bot-landing>`_)

`:snake:` `AsyncIO <https://docs.python.org/3/library/asyncio.html>`_ and `AioHTTP <http://aiohttp.readthedocs.io/en/stable/>`_

`:package:` `Mongodb <https://www.mongodb.com/>`_ - storage for user and session

`:ship:` `Docker Container <https://www.docker.com/>`_ for Mongo and Python

`:tractor:` `Travic-CI <https://travis-ci.org/>`_ - test and coverage

0 comments on commit 47d6a38

Please sign in to comment.