nekozee
Project description
Telegram MTProto API Framework for Python
Documentation
•
Issues
•
Support
nekozee
Elegant, modern and asynchronous Telegram MTProto API framework in Python for users and bots
from pyrogram import Client, filters
app = Client("my_account")
@app.on_message(filters.private)
async def hello(client, message):
await message.reply("Hello from nekozee!")
app.run()
nekozee 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.
Key Features
- Ready: Install nekozee with pip and start building your applications right away.
- Easy: Makes the Telegram API simple and intuitive, while still allowing advanced usages.
- Elegant: Low-level details are abstracted and re-presented in a more convenient way.
- Fast: Boosted up by TgCrypto, a high-performance cryptography library written in C.
- Type-hinted: Types and methods are all type-hinted, enabling excellent editor support.
- Async: Fully asynchronous (also usable synchronously if wanted, for convenience).
- Powerful: Full access to Telegram's API to execute any official client action and more.
Installing
pip3 install -U nekozee
Resources
- Check out the docs at https://dawn.github.io/nekozee-docs to learn more about nekozee, get started right away and discover more in-depth material for building your client applications.
- Join the official group at https://t.me/OpenFileZ and stay tuned for news, updates and announcements.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
nekozee-2.tar.gz
(2.4 MB
view details)
Built Distribution
nekozee-2-py3-none-any.whl
(4.1 MB
view details)
File details
Details for the file nekozee-2.tar.gz
.
File metadata
- Download URL: nekozee-2.tar.gz
- Upload date:
- Size: 2.4 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.27.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3fc215de1e698eee112f9820adcc7cae626c1d52cae4519dacbacf86aea7e948 |
|
MD5 | 6abe61b22e7d6f90521c8c01c81e6d15 |
|
BLAKE2b-256 | b631e1f7268872407a832924e1dfd8469be9703266a10aaf9c603e0ba3380183 |
File details
Details for the file nekozee-2-py3-none-any.whl
.
File metadata
- Download URL: nekozee-2-py3-none-any.whl
- Upload date:
- Size: 4.1 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.27.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 97ff07999d46e641e280969b62af86047835ab26720d2cef0310cbca1a4831e2 |
|
MD5 | 93fccfffd5a1713242b44e421a61b46b |
|
BLAKE2b-256 | 7309848630f7cd8dd20b53427fbd8a091871cb38d7047aae738eb4b15ac22b21 |