Metadata-Version: 2.1
Name: rocketbot
Version: 0.2.6
Summary: A RocketChat bot-framework with a DDP- and a Rest-Client
Home-page: https://github.com/corewire/rocketbot
Author: Stefan Möhrle
Author-email: stefan@corewire.de
License: MIT
Description: # Rocketbot
        
        [![Build Status](https://travis-ci.org/corewire/rocketbot.svg?branch=master)](https://travis-ci.org/corewire/rocketbot) [![codecov](https://codecov.io/gh/corewire/rocketbot/branch/master/graph/badge.svg)](https://codecov.io/gh/corewire/rocketbot)
        
        This repository contains a
        - Async Rest-Client
        - DDP-Client
        - Botframework
        
        for [Rocket.Chat](https://github.com/RocketChat/Rocket.Chat)
        
        # Usage
        
        Examples on how to use this bot can be found [here](./examples).
        
        # Features
        
        todo..
        
        # Custom commands
        
        todo..
        
        # Custom bots
        
        todo..
        
Keywords: rocketchat,ddp-client,restclient,bot-framework
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.7
Description-Content-Type: text/markdown
