Skip to main content

This lib for sending message to tg bots

Project description

  [Link to the documentation](https://magnificent-maamoul-2f7a55.netlify.app/)

Python

How to install ?

pip install tg-bot-sender

Imports

from tg_bot_sender import Data, TelegramSender

Getting started

The logs parameter indicates that logs are saved in json format

tg = TelegramSender(telegramToken, logs = False)

Response structure

{ "amount": 0 } // number of messages sent

Options for sending messages

sendFromIds - sending to users

tg.sendFromIds([...telegramUserIds], Data(
    text = 'Hello',
    photo = 'Photo link',
    buttons = [{
        buttonTitle: 'Hello',
        buttonUrl: 'https://google.com'
    }]
))

sendFromId - sending to the user

tg.sendFromIds(telegramUserId, Data(
    text = 'Hello',
    photo = 'Photo link',
    buttons = [{
        buttonTitle: 'Hello',
        buttonUrl: 'https://google.com'
    }]
))

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

tg_bot_sender-0.5.tar.gz (3.0 kB view details)

Uploaded Source

File details

Details for the file tg_bot_sender-0.5.tar.gz.

File metadata

  • Download URL: tg_bot_sender-0.5.tar.gz
  • Upload date:
  • Size: 3.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.8.0

File hashes

Hashes for tg_bot_sender-0.5.tar.gz
Algorithm Hash digest
SHA256 aaf7eedc29c08c37c99ad95fb73f9b70463fbcd1621092cdaa9fa882e0d8899b
MD5 d314210319614db7d42481a05361bc1c
BLAKE2b-256 a225f5f3bbd8315e8e5f520388456b44734e713062ffe24d016a8a6ce7d05924

See more details on using hashes here.

Supported by

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