mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-01-26 09:14:31 +03:00
Fix updates introduction and add more projects using Telethon
This commit is contained in:
parent
58f3225fa6
commit
a43830d403
|
@ -133,7 +133,7 @@ Entities
|
||||||
When you need the user or chat where an event occurred, you **must** use
|
When you need the user or chat where an event occurred, you **must** use
|
||||||
the following methods:
|
the following methods:
|
||||||
|
|
||||||
.. code-block::
|
.. code-block:: python
|
||||||
|
|
||||||
async def handler(event):
|
async def handler(event):
|
||||||
# Good
|
# Good
|
||||||
|
|
|
@ -27,6 +27,13 @@ snippets using the library. The main repository also has a folder with
|
||||||
some cool examples (even a Tkinter GUI!) which you can download, edit
|
some cool examples (even a Tkinter GUI!) which you can download, edit
|
||||||
and run to learn and play with them.
|
and run to learn and play with them.
|
||||||
|
|
||||||
|
@TelethonSnippets
|
||||||
|
=================
|
||||||
|
|
||||||
|
`@TelethonSnippets <https://t.me/TelethonSnippets>`_
|
||||||
|
|
||||||
|
You can find useful short snippets for Telethon here.
|
||||||
|
|
||||||
telegram-export
|
telegram-export
|
||||||
===============
|
===============
|
||||||
|
|
||||||
|
@ -64,3 +71,35 @@ spotify_telegram_bio_updater
|
||||||
|
|
||||||
Small project that updates the biography of a telegram user according
|
Small project that updates the biography of a telegram user according
|
||||||
to their current Spotify playback, or revert it if no playback is active.
|
to their current Spotify playback, or revert it if no playback is active.
|
||||||
|
|
||||||
|
Telegram-UserBot
|
||||||
|
================
|
||||||
|
|
||||||
|
`Telegram-UserBot <https://github.com/raphielgang/telegram-userbot>`_ /
|
||||||
|
`baalajimaestro's site <https://baalajimaestro.ooo>`_
|
||||||
|
|
||||||
|
A modular telegram Python UserBot running on python3 with an sqlalchemy database.
|
||||||
|
|
||||||
|
kantek
|
||||||
|
======
|
||||||
|
|
||||||
|
`kantek <https://github.com/mojurasu/kantek>`_ /
|
||||||
|
`mojurasu's site <https://mojurasu.com>`_
|
||||||
|
|
||||||
|
kantek is a userbot written in Python using Telethon.
|
||||||
|
|
||||||
|
tgcloud
|
||||||
|
=======
|
||||||
|
|
||||||
|
`tgcloud <https://github.com/SlavikMIPT/tgcloud>`_ /
|
||||||
|
`tgcloud's site <https://dev.tgcloud.xyz/>`_
|
||||||
|
|
||||||
|
Opensource Telegram based cloud storage.
|
||||||
|
|
||||||
|
tgmount
|
||||||
|
=======
|
||||||
|
|
||||||
|
`tgmount <https://github.com/nktknshn/tgmount>`_ /
|
||||||
|
`nktknshn's GitHub <https://github.com/nktknshn>`_
|
||||||
|
|
||||||
|
Mount Telegram dialogs and channels as a Virtual File System.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user