Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arslanstack/telegram_api
Telegram API to use your telegram as a cloud drive
https://github.com/arslanstack/telegram_api
laravel php postman telegram telegram-api telegram-bot
Last synced: about 1 month ago
JSON representation
Telegram API to use your telegram as a cloud drive
- Host: GitHub
- URL: https://github.com/arslanstack/telegram_api
- Owner: arslanstack
- Created: 2023-10-02T10:07:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-04T18:16:59.000Z (about 1 year ago)
- Last Synced: 2024-01-04T19:29:58.657Z (about 1 year ago)
- Topics: laravel, php, postman, telegram, telegram-api, telegram-bot
- Language: PHP
- Homepage:
- Size: 3.44 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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:
```json
[
{
"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!