Here are
102 public repositories
matching this topic...
Pure Python 3 MTProto API Telegram client library, for bots too!
-
Updated
Sep 6, 2020
-
Python
A Telegram Mass Surveillance Bot in Python
-
Updated
Dec 12, 2019
-
Python
Telegram client on your terminal
-
Updated
Dec 15, 2019
-
Python
A Matrix-Telegram hybrid puppeting/relaybot bridge
-
Updated
Sep 4, 2020
-
Python
Python web app to index telegram channel and serve its files for download.
-
Updated
Sep 3, 2020
-
Python
A Telegram bot that can stream Telegram files to users over HTTP.
-
Updated
Jul 24, 2020
-
Python
-
Updated
Jan 5, 2020
-
Python
A clean selfbot for Telegram with an emphasis on quality and practicality, designed to complement the official clients.
-
Updated
Sep 5, 2020
-
Python
kantek is a userbot written in Python using Telethon.
-
Updated
Aug 22, 2020
-
Python
Telegram Userbot Project to helping your Telegram experience based on PaperplaneExtended - Our Support
https://t.me/userbotindo
-
Updated
Sep 6, 2020
-
Python
💾 A telegram bot for backing up and collecting all kinds of media.
-
Updated
Aug 11, 2020
-
Python
-
Updated
Mar 29, 2020
-
Python
Garnet — bot-friendly telethon
-
Updated
Jul 24, 2020
-
Python
SQLAlchemy backend for Telethon session storage
-
Updated
Apr 23, 2020
-
Python
A private covert channels over the Telegram
-
Updated
May 18, 2019
-
Python
Add member auto to telegram group
-
Updated
Jul 25, 2020
-
Python
Mount Telegram dialogs and channels as a Virtual File System.
-
Updated
Sep 4, 2020
-
Python
Redis backend for Telethon session storage
-
Updated
Mar 16, 2018
-
Python
Modular HunterxHunter themed Telegram Bot for managing your group with additional features.
-
Updated
Sep 7, 2020
-
Python
Cryptographic utilities for Telegram, designed to use with Telethon.
-
Updated
May 7, 2020
-
Python
Telegram Directly URL Downloader / Tmp.Ninja Uploader / TransferSh Uploader
-
Updated
Mar 26, 2020
-
Python
Web-application for sending messages to list of users. Use several accounts to avoid ban.
A set of useful command line tools to interact with telegram using telethon and python-fire.
-
Updated
Jul 31, 2020
-
Python
A Telegram bot/userbot mostly for scraping images and stuff.
-
Updated
Sep 5, 2020
-
Python
-
Updated
Feb 29, 2020
-
HTML
-
Updated
Aug 26, 2020
-
Python
Extension for PubGate, Telegram <-> ActivityPub bridge
-
Updated
Jun 21, 2020
-
Python
This userbot updates the biography of a telegram user according to their current spotify playback.
-
Updated
Jun 14, 2020
-
Python
Turns your Telegram profile picture into a real clock
-
Updated
Aug 25, 2020
-
Python
Improve this page
Add a description, image, and links to the
telethon
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
telethon
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
when I try to upload a dir, it not uploads sub-dirs
example:
upload1
some files here
- thisisasubdir
- some files here
-- thisissubsubdir
-- some files here
when I give command
.uploadir upload1
it's not uploading subdirs. how to upload all of files (with all subdir files?)
you may try with a little sample. please fix. thank you :)