Skip to content

arslanstack/telegram_api

Repository files navigation

Telegram API Cloud Drive

Utilize your Telegram account as a cloud drive by leveraging the Telegram API. It includes following features:

File Upload

  • Upload unlimited files, each with a size of up to 2GB.
  • Utilize the API endpoint for file upload: http://127.0.0.1:8000/api/upload
  • Use Postman for a convenient POST request with the following parameters:
    [
      {
        "key": "file",
        "description": "",
        "type": "file",
        "enabled": true,
        "value": ["/C:/Users/...../Downloads/file.mp4"]
      }
    ]

File Download

-Download unlimited files from the same storage of your telegram account, with each file size capped at 20MB. -Access the file download endpoint: http://127.0.0.1:8000/api/download-file/{fileid}

Feel free to integrate these functionalities into your projects and make the most out of your Telegram account!

About

Telegram API to use your telegram as a cloud drive

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages