aboutsummaryrefslogtreecommitdiffstats
path: root/python3-telethon/README
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-08-21 15:31:12 +0200
committerDanilo M. <danix@danix.xyz>2026-08-21 15:31:12 +0200
commitd90ce180c394f893349eb93c9f6e93bea6f096d7 (patch)
tree0c6610505d07e27a0fdfe7a975d9fb3f355d12f2 /python3-telethon/README
parent207198063d806e1688617b4b63cb4b1c35d7bbcf (diff)
downloadmy-slackbuilds-d90ce180c394f893349eb93c9f6e93bea6f096d7.tar.gz
my-slackbuilds-d90ce180c394f893349eb93c9f6e93bea6f096d7.zip
python3-telethon: remove (published on SBo)
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