🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

botify-tg

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

botify-tg

Elegant, modern and asynchronous Telegram MTProto API framework in Python for users and bots

2.0.106
Source
PyPI
Maintainers
1

Pyrogram
Telegram MTProto API Framework for Python
Homepage Documentation Releases News

Botify

[!NOTE] The project is no longer maintained or supported. Thanks for appreciating it.

A Gen Z themed, elegant and asynchronous Telegram MTProto API framework in Python for users and bots

from Botify import Client, filters

app = Client("my_account")


@app.on_message(filters.private)
async def hello(client, message):
    await message.reply("Yo! Botify in the house! 🔥")


app.run()

Botify is a modern, Gen Z-styled MTProto API framework. It lets you vibe with the Telegram API through your own account (custom client) or a bot identity (bot API alternative) using Python.

Key Features

  • Ready: Get Botify with pip and start creating your cool stuff right away ⚡
  • Easy: Makes the Telegram API super chill and intuitive, while keeping the power moves possible
  • Aesthetic: Clean vibes with abstracted low-level details for a smoother experience ✨
  • Fast: Powered up by TgCrypto, a high-performance cryptography library written in C 🚀
  • Type-hinted: Everything's type-hinted for that perfect editor support, no cap
  • Async: Fully asynchronous (but can keep it old school with sync if that's your thing)
  • Powerful: Full access to Telegram's API to do literally anything the official client can do, and then some

Installing

pip3 install Botify

Resources

  • Hit up the docs at https://docs.Botify.org to learn the ways of Botify and level up your development game with some serious knowledge
  • Join our vibe tribe at https://t.me/Botify for all the latest updates and announcements 💯

Keywords

telegram chat messenger mtproto api client library python

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts