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
- Host: GitHub
- URL: https://github.com/ganesshkumar/zarmin
- Owner: ganesshkumar
- Created: 2017-06-16T21:37:19.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-16T21:37:51.000Z (about 9 years ago)
- Last Synced: 2025-01-08T08:42:12.366Z (over 1 year ago)
- Topics: cloudamqp, personal-utility, telegram-bot
- Language: Python
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.