aboutsummaryrefslogtreecommitdiffstats
path: root/python3-telethon/README
diff options
context:
space:
mode:
Diffstat (limited to 'python3-telethon/README')
-rw-r--r--python3-telethon/README10
1 files changed, 0 insertions, 10 deletions
diff --git a/python3-telethon/README b/python3-telethon/README
deleted file mode 100644
index 3fcb6b2..0000000
--- a/python3-telethon/README
+++ /dev/null
@@ -1,10 +0,0 @@
-Telethon is a full-featured Telegram client library for Python 3, built
-on asyncio. It speaks Telegram's MTProto protocol directly, so it works
-both for user accounts and for bots, without going through the Bot API.
-
-An optional dependency, cryptg, provides a C implementation of the
-AES-IGE encryption used by MTProto and speeds up transfers noticeably.
-It is not packaged here; install it separately if you need the speedup.
-
-Homepage: https://telethon.dev
-Source: https://codeberg.org/Lonami/Telethon