Библиотека для управления настоящим аккаунтом Telegram
Project description
TeleRone - Telegram API Library
Библиотека для управления настоящим аккаунтом Telegram от RONEXXXiXX.
Установка
pip install TeleRone
Использование:
from TeleRone import TeleRone
import asyncio
async def main():
t = TeleRone("my_session")
await t.start()
# Отправляем сообщение
await t.messages.send("@username", "Привет!")
await t.stop()
asyncio.run(main())
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
telerone-1.0.0.tar.gz
(1.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file telerone-1.0.0.tar.gz.
File metadata
- Download URL: telerone-1.0.0.tar.gz
- Upload date:
- Size: 1.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d418f760a9fd3dbb347c14a11de47eef54aecd14805a6a16bab840e231d93920
|
|
| MD5 |
2d702b222199632b5b2ecd9ff28ed475
|
|
| BLAKE2b-256 |
cee055dd080bfb29c8c76c42ebc52626b1305e129585c6644a175ecf868d1ce6
|
File details
Details for the file telerone-1.0.0-py3-none-any.whl.
File metadata
- Download URL: telerone-1.0.0-py3-none-any.whl
- Upload date:
- Size: 1.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
69d3a2b140e76d796879e7c27f9726711cbcd7b3a67a9b4a8b0932af05db23f1
|
|
| MD5 |
74e96769d2084340be6ff345144c03dc
|
|
| BLAKE2b-256 |
79d861416a6492b0bd60cd93e7389a04f63dac3a404300ab933e9aa657943080
|