Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)