All Projects → Nekmo → Telegram Upload

Nekmo / Telegram Upload

Licence: mit
Upload and download files from Telegram up to 2GiB using your account

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Telegram Upload

Fgdownloader
用于断点下载、任务队列、上传进度、下载进度
Stars: ✭ 143 (-35.87%)
Mutual labels:  downloader, download, upload
angular-material-datatransfer
A HTML5 datatransfer UI for handling upload and download of multiple simultaneous files.
Stars: ✭ 13 (-94.17%)
Mutual labels:  downloader, download, upload
Anydlbot
An Open Source GPLv3 All-In-One Telegram Bot
Stars: ✭ 236 (+5.83%)
Mutual labels:  telegram, download, upload
kipp
A flexible file storage server
Stars: ✭ 33 (-85.2%)
Mutual labels:  files, upload, file-upload
Uploadcare Widget
Uploadcare Widget, an ultimate tool for HTML5 file upload supporting multiple file upload, drag&drop, validation by file size/file extension/MIME file type, progress bar for file uploads, image preview.
Stars: ✭ 183 (-17.94%)
Mutual labels:  files, upload, file-upload
Express Fileupload
Simple express file upload middleware that wraps around busboy
Stars: ✭ 1,069 (+379.37%)
Mutual labels:  files, upload, file-upload
lolisafe
Blazing fast file uploader and awesome bunker written in node! 🚀
Stars: ✭ 181 (-18.83%)
Mutual labels:  files, upload, file-upload
React Uploady
Modern file uploading - components & hooks for React
Stars: ✭ 372 (+66.82%)
Mutual labels:  files, upload, file-upload
Pomf
Simple file uploading and sharing
Stars: ✭ 535 (+139.91%)
Mutual labels:  files, upload, file-upload
Chibisafe
Blazing fast file uploader and awesome bunker written in node! 🚀
Stars: ✭ 657 (+194.62%)
Mutual labels:  files, upload, file-upload
Github Files Fetcher
Download a specific folder or file from a GitHub repo through command line
Stars: ✭ 73 (-67.26%)
Mutual labels:  files, downloader, download
Moodle Downloader 2
A Moodle downloader that downloads course content fast from Moodle (eg. lecture pdfs)
Stars: ✭ 118 (-47.09%)
Mutual labels:  telegram, downloader
Upload
Framework agnostic upload handler library
Stars: ✭ 213 (-4.48%)
Mutual labels:  upload, file-upload
React Files
A file input (dropzone) management component for React
Stars: ✭ 126 (-43.5%)
Mutual labels:  files, upload
Filedownloader
Multitask、MultiThread(MultiConnection)、Breakpoint-resume、High-concurrency、Simple to use、Single/NotSingle-process
Stars: ✭ 10,408 (+4567.26%)
Mutual labels:  downloader, download
4chan Downloader
Python3 script to continuously download all images/webms of multiple 4chan thread simultaneously - without installation
Stars: ✭ 136 (-39.01%)
Mutual labels:  downloader, download
Tg Index
Python web app to index telegram channel and serve its files for download.
Stars: ✭ 157 (-29.6%)
Mutual labels:  telegram, download
Macos Downloader
Command line tool for downloading macOS installers and beta updates
Stars: ✭ 162 (-27.35%)
Mutual labels:  downloader, download
Youget
YouGet - YouTube Video/Playlist Downloader/Cutter - MP3 Converter
Stars: ✭ 169 (-24.22%)
Mutual labels:  downloader, download
Angular File Uploader
Angular file uploader is an Angular 2/4/5/6/7/8/9/10 + file uploader module with Real-Time Progress Bar, Responsive design, Angular Universal Compatibility, localization and multiple themes which includes Drag and Drop and much more.
Stars: ✭ 92 (-58.74%)
Mutual labels:  upload, file-upload

.. image:: https://raw.githubusercontent.com/Nekmo/telegram-upload/master/logo.png :width: 100%

|

.. image:: https://img.shields.io/github/workflow/status/Nekmo/telegram-upload/Tests.svg?style=flat-square&maxAge=2592000 :target: https://github.com/Nekmo/telegram-upload/actions?query=workflow%3ATests :alt: Latest Tests CI build status

.. image:: https://img.shields.io/pypi/v/telegram-upload.svg?style=flat-square :target: https://pypi.org/project/telegram-upload/ :alt: Latest PyPI version

.. image:: https://img.shields.io/pypi/pyversions/telegram-upload.svg?style=flat-square :target: https://pypi.org/project/telegram-upload/ :alt: Python versions

.. image:: https://img.shields.io/codeclimate/maintainability/Nekmo/telegram-upload.svg?style=flat-square :target: https://codeclimate.com/github/Nekmo/telegram-upload :alt: Code Climate

.. image:: https://img.shields.io/codecov/c/github/Nekmo/telegram-upload/master.svg?style=flat-square :target: https://codecov.io/github/Nekmo/telegram-upload :alt: Test coverage

.. image:: https://img.shields.io/requires/github/Nekmo/telegram-upload.svg?style=flat-square :target: https://requires.io/github/Nekmo/telegram-upload/requirements/?branch=master :alt: Requirements Status

############### telegram-upload ############### Telegram-upload uses your personal Telegram account to upload and download files up to 2GiB (bots are limited to 50 MiB). Turn Telegram into your personal cloud!

To install telegram-upload, run this command in your terminal:

.. code-block:: console

$ sudo pip3 install -U telegram-upload

This is the preferred method to install telegram-upload, as it will always install the most recent stable release. More info in the documentation <https://docs.nekmo.org/telegram-upload/installation.html>_

To use this program you need an Telegram account and your App api_id/api_hash (get it in my.telegram.org <https://my.telegram.org/>_). The first time you use telegram-upload it requests your telephone, api_id and api_hash. Bot tokens can not be used with this program (bot uploads are limited to 50MB). To send files (by default it is uploaded to saved messages):

.. code-block:: console

$ telegram-upload file1.mp4 /path/to/file2.mkv

Credentials are saved in ~/.config/telegram-upload.json and ~/.config/telegram-upload.session. You must make sure that these files are secured. You can copy these files to authenticate telegram-upload on more machines, but it is advisable to create a session file for each machine. Upload options are available in the documentation <https://docs.nekmo.org/telegram-upload/usage.html#telegram-upload>_.

You can download the files again from your saved messages (by default) or from a channel. All files will be downloaded until the last text message.

.. code-block:: console

$ telegram-download

The --delete-on-success option allows you to delete the Telegram message after downloading the file. This is useful to send files to download to your saved messages and avoid downloading them again. You can use this option to download files on your computer away from home. Read the documentation <https://docs.nekmo.org/telegram-upload/usage.html#telegram-download>_ for more info.

Features

  • Upload multiples files (up to 2GiB per file)
  • Download files.
  • Add video thumbs.
  • Delete local or remote file on success.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].