Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

telegram-logging

Module to notify unhandled error for beta running app

Installtion

This module requires python 3.9+ (with pip installed) to run. To install, just simply execute:

python -m pip install git+$<link-to-this-repo>

Setup

The module requires two environment variables:

TELEGRAM_ROOM=<value>
TELEGRAM_BOT_TOKEN=<value> 

Usage

# normal usage
from telelog import log
log('a message, stacktrace or whatever')

# or in a asynchronous context
from telelog import alog 
await alog('a message, stacktrace or whatever')

About

module to notify unhandled error for beta running app

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages