Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

microbot

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

microbot

Connect telegram bots to your API

  • 1.7.3
  • PyPI
  • Socket score

Maintainers
1

============================= microbot

CI:

.. image:: https://travis-ci.org/jlmadurga/microbot.svg?branch=master :target: https://travis-ci.org/jlmadurga/microbot

.. image:: https://coveralls.io/repos/github/jlmadurga/microbot/badge.svg?branch=master :target: https://coveralls.io/github/jlmadurga/microbot?branch=master

.. image:: https://requires.io/github/jlmadurga/microbot/requirements.svg?branch=master :target: https://requires.io/github/jlmadurga/microbot/requirements/?branch=master :alt: Requirements Status

PyPI:

.. image:: https://img.shields.io/pypi/v/microbot.svg :target: https://pypi.python.org/pypi/microbot

Docs:

.. image:: https://readthedocs.org/projects/microbot/badge/?version=latest :target: https://readthedocs.org/projects/microbot/?badge=latest :alt: Documentation Status

Connect instant messaging bots to your APIs.

The idea is to use it as microservice to host messaging bots leaving the application model into current APIs.

Documentation

The full documentation is at https://microbot.readthedocs.org.

Quickstart

Install microbot::

pip install microbot

Then use it in a project::

import microbot

Features

  • Telegram, Kik and Facebook Messenger bots
  • Message handling definition with regex, as django urls.
  • HTTP methods: GET/POST/PUT/DELETE/PATCH
  • Text responses and keyboards with Jinja2 templates
  • Chat State handling
  • Asynchronous processing of messages
  • Media messages not supported

Running Tests

Does the code actually work?

::

source <YOURVIRTUALENV>/bin/activate
(myenv) $ pip install -r requirements/test.txt
(myenv) $ make test
(myenv) $ make test-all

History

0.1.0 (2016-03-07) ++++++++++++++++++

  • First release on PyPI.

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc