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
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 details)
File details
Details for the file mailing_logs-0.2.tar.gz
.
File metadata
- Download URL: mailing_logs-0.2.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 14b9932caf1347a4c82341110609783f0d26c6eabb930532f477e1730d8ef305 |
|
MD5 | 2f73aa4deb043f5418990188d9dfbc92 |
|
BLAKE2b-256 | 1b1d0383b811b061078de4432177daa379b8c14744789e1c904d2673f20abaff |