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: 11 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 (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-10T14:05:32.000Z (almost 2 years ago)
- Last Synced: 2025-03-27T22:23:19.429Z (12 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: 10
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TeleCloudBot

#### 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)