Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

pyroexalt

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pyroexalt

Fork of pyrogram. Elegant, modern and asynchronous Telegram MTProto API framework in Python for users and bots

  • 1.0.0
  • Source
  • PyPI
  • Socket score

Maintainers
1

Pyrofork
Telegram MTProto API Framework for Python
Homepage Issues Support Channel

PyroExalt

Elegant, modern and asynchronous Telegram MTProto API framework in Python for users and bots Made for Private Use, Not for Production, No Copyright Intentioned

from pyrogram import Client, filters

app = Client("my_account")


@app.on_message(filters.private)
async def hello(client, message):
    await message.reply("Hello from Pyrofork!")


app.run()

Keywords

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc