I hereby claim:
- I am visionario on github.
- I am visionario (https://keybase.io/visionario) on keybase.
- I have a public key ASAIQsDMdbZfMJjmPtYwQZzGKMXR1bduMbTDW6HzN0FD2Qo
To claim this, I am signing this object:
#!/usr/bin/env bash | |
# Send an a Telegram Alert when a Bolivarcoin Masternode is "Out of Sync" | |
# | |
# Author: | |
# Asdrúbal R. Velásquez | |
# Telegram: @Visionario | |
# | |
# Version: 1.1 | |
# Date: 2019/12/30 | |
# |
I hereby claim:
To claim this, I am signing this object:
#!/usr/bin/env python | |
'''Using Webhook and self-signed certificate''' | |
# This file is an annotated example of a webhook based bot for | |
# telegram. It does not do anything useful, other than provide a quick | |
# template for whipping up a testbot. Basically, fill in the CONFIG | |
# section and run it. | |
# Dependencies (use pip to install them): | |
# - python-telegram-bot: https://github.com/leandrotoledo/python-telegram-bot |