Skip to main content

Easy logs mailing

Project description

mailing_logs

easy logs with package

How to use

from mailing_logs import MailingLogs

log = MailingLogs(tg_token="YOUR_TG_TOKEN")

for profile in profiles:
    message = send_foo(...)
    log.append(profile.chat_id, message.message_id)  # chat_id, message_id

log.send_to_tg(YOUR_ACCOUNT_ID)  # send a logs file to your telegram account

Project details


Release history Release notifications | RSS feed

This version

0.2

Download files

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

Source Distribution

mailing_logs-0.2.tar.gz (3.3 kB view hashes)

Uploaded Source

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