An open API service indexing awesome lists of open source software.

https://github.com/ganesshkumar/zarmin

Bridges CloudAMQP and Telegram
https://github.com/ganesshkumar/zarmin

cloudamqp personal-utility telegram-bot

Last synced: 18 days ago
JSON representation

Bridges CloudAMQP and Telegram

Awesome Lists containing this project

README

          

# zarmin
> bridges CloudAMQP with telegram

## Required environmental variables
* CLOUDAMQP_URL
* TELEGRAM_BOT_TOKEN
* MY_CLIENT_ID

## Contents
* `app.py` listens on a CloudAMQP queue and pushes any incoming messages to telegram client.
* `test_publisher.py` - sample code to publish a message into CloudAMQP queue.