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

tegram

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tegram

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

  • 1.0.0
  • Source
  • PyPI
  • Socket score

Maintainers
1

tegram
Telegram MTProto API Framework for Python
Homepage Documentation Releases News

tegram

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

from tegram import Client, filters

app = Client("my_account")


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


app.run()

tegram is a modern, elegant and asynchronous MTProto API framework. It enables you to easily interact with the main Telegram API through a user account (custom client) or a bot identity (bot API alternative) using Python.

Installing

pip3 install tegram

###----------------- Abdo Asil -------------------

Telegram : @ttccss
Facebook : https://www.facebook.com/AElasil
phone : +201025657503
Email :   almlmana20@gmail.com


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