Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/new-dev0/telecloudbot
Switch Mini-App to stream telegram files and more features.
https://github.com/new-dev0/telecloudbot
bot-development pyrogram streaming switch switch-communities telegram video
Last synced: 3 months ago
JSON representation
Switch Mini-App to stream telegram files and more features.
- Host: GitHub
- URL: https://github.com/new-dev0/telecloudbot
- Owner: New-dev0
- Created: 2024-04-10T13:17:48.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-10T14:05:32.000Z (9 months ago)
- Last Synced: 2024-05-01T16:34:50.573Z (9 months ago)
- Topics: bot-development, pyrogram, streaming, switch, switch-communities, telegram, video
- Language: Python
- Homepage: https://iswitch.click/telecloud_bot
- Size: 3.66 MB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TeleCloudBot
![](https://f004.backblazeb2.com/file/switch-bucket/b56ec7a0-c44f-11ee-9cb5-a4b7a49d7fec.png)
#### TeleCloudBot provide mini-Telegram management on the Switch platform with the power of mini-apps.
[Check TeleCloud on Switch](https://iswitch.click/telecloud_bot)
---
## Features
- login with your account.
- Search and save channels.
- Stream any video file.
- folders management.
- Open pdf files without download.
- Sharable file links.## Screenshots
## Installation
- python3.10 or greater is required!```bash
pip3 install -r requirements.txt
```## Setting up `.env` file
- Create a Switch Bot and paste token as `BOT_TOKEN`
- Login on `my.telegram.org` to get `API_ID` and `API_HASH`
- `TG_BOT_TOKEN`: telegram bot token to use for files publically accessible.
- `WEB_SERVER_BIND_ADDRESS`: address where the server is running
- Create a firebase database, and store the admin file as `service.json`## Starting bot
```bash
python3 main.py
```## Based on
- [TG-FileStreamBot](https://github.com/EverythingSuckz/TG-FileStreamBot/)## Powered by
- [swibots](https://github.com/switchcollab/Switch-Bots-Python-Library)