Skip to main content

An aggregate of packages I frequently install when building Telegram bots

Project description

telebotbuilder

telebotbuilder

An aggregate of my frequently used packages when building a Telegram bot

Contents

Getting Started

  • Installation using pip (Python Package Index):
$ pip install telebotbuilder

Included Packages

  • pip install pyTelegrambotAPI
  • pip install firebase
  • pip install python_jwt
  • pip install gcloud
  • pip install sseclient
  • pip install pycryptodome
  • pip install requests-toolbelt

Using telebotbuilder

You can just use the packages as normal. Here are some examples:

# main.py

import telebot

bot = telebot.TeleBot(secrets.get_telebot_token())

bot.polling()
# database.py

from firebase import Firebase

firebase = Firebase(secrets.get_firebase_config())
auth = firebase.auth()
db = firebase.database()

All's good, easier pip installs in the future!

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

telebotbuilder-0.0.2.tar.gz (2.8 kB view details)

Uploaded Source

File details

Details for the file telebotbuilder-0.0.2.tar.gz.

File metadata

  • Download URL: telebotbuilder-0.0.2.tar.gz
  • Upload date:
  • Size: 2.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.5

File hashes

Hashes for telebotbuilder-0.0.2.tar.gz
Algorithm Hash digest
SHA256 9fa20031ddb20d16346b2913c40f37c6887c51d8c8f58dfaace8aa63d77e2065
MD5 a1a42c6d448b3c3c8369a820795e4bd7
BLAKE2b-256 91eb7f5e0decceec6716c1b1f3cce213db176bf322dcefdfd0029eb443f11aa5

See more details on using hashes here.

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