telegram-upload icon indicating copy to clipboard operation
telegram-upload copied to clipboard

Upload and download files from Telegram up to 4 GiB using your account

Results 99 telegram-upload issues
Sort by recently updated
recently updated
newest added

fix #163 #118 As explained in the note here: https://docs.telethon.dev/en/stable/concepts/entities.html?highlight=client.get_dialogs()#entities > To “encounter” an ID, you would have to “find it” like you would in the normal app. If the...

* telegram-upload version:last * Python version:3.9 * Operating System:ubuntu * Dependencies list (run `pip freeze`): ### Description When I send a single file like a photo or a video, the...

* telegram-upload version: 0.5.1 * Python version: 3.9.1 * Operating System: Ubuntu 22 LTS * Dependencies list (run `pip freeze`): * aniso8601==9.0.1 APScheduler==3.9.1 attrs==21.4.0 Automat==20.2.0 babelfish==0.6.0 bcrypt==3.2.0 beautifulsoup4==4.10.0 blinker==1.4 Brotli==1.0.9...

requires research

* telegram-upload version:0.5.1 * Python version:3.9 * Operating System:debian11 * Dependencies list (run `pip freeze`):ceph==1.0.0 cephfs==2.0.0 certifi==2020.6.20 chardet==4.0.0 click==8.1.3 crit==0.0.1 cryptg==0.3.1 dbus-python==1.2.16 distro-info==1.0 hachoir==3.1.3 httplib2==0.18.1 idna==2.10 mercurial==5.6.1 prettytable==0.7.2 prompt-toolkit==3.0.30 protobuf==3.12.4...

* telegram-upload version: * Python version: * Operating System: * Dependencies list (run `pip freeze`): ### Description _First things First, Top notch product!! Hats off to the Devs for creating...

Can we split large files and upload

* telegram-upload version: 0.5.1 * Python version: 3.9 * Operating System: debian ### Description How in interactive mode (-i) send file to private channel works perfectly and send file to...

What do you know about telegram premium and his 4gb file size?

For example, -1001461731582 / 1461731582 (used in other tg bot/api) When I try to use id instead of username/link, system error ValueError: Cannot find any entity corresponding to "XXXXXXXXX" Like...

Use file info in caption e.g. 1. --caption "%(path)s" 2. --caption "Name: %(short_name)s Size: %(file_size)s" Probably closes #115 :- caption can be set to path(e.g. 1) to mimic folder structure.