Skip to main content

Send yourself real time alerts and update messages about your projects on any platform

Project description

Drop dead simple alerts and updates for every project on any platfrom! This package lets your code send messages to you about its status. As of now, the best option is using Telegram (other platforms will be added in the future).

Drop this into your code:

Installation

pip install dakia

Usage

from dakia import Dakia

cryptoBearDakia = Dakia(token='secret1', chatId='something2')
cryptoBullDakia = Dakia(token='secret1', chatId='something2')

genDakia = Dakia(token='secret3', chatId='something3')

# Multiple messengers for seprate tasks / projects
if win:
    cryptoBullDakia('brrr')
    else:
    cryptoBearDakia('oof')


genDakia.dak(f"🔥 #new-user-signup {username}")
genDakia.dak(f"💵 #sale {amount}")
genDakia.dak(f"🌟 #project-{projectName} deployed successfully")


genDakia.dak('warning', '#project-quotes-crawler : Memory usage > 80%')

d = dakia.dak('hi') # Keep it short d('hi')

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dakia-0.0.1.tar.gz (4.4 kB view hashes)

Uploaded Source

Built Distribution

dakia-0.0.1-py3-none-any.whl (4.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page