Report a Bug | Request Feature
This is a modified version of the original FileStreamBot. It provides stream links for Telegram files without waiting for downloads to complete, while also offering file storage capabilities.
You can deploy on Koyeb, locally, or on a VPS.
Deploy on Koyeb (Free) :
-
Fork this repository.
-
Click on the button below to deploy easily.
-
Follow the instructions in Koyeb to set up your bot.
-
Go to the variables tab for more info on setting up environmental variables.
Deploy Locally :
git clone https://github.com/basil03p/FileStreamBot
cd FileStreamBot
python3 -m venv ./venv
. ./venv/bin/activate
pip install -r requirements.txt
python3 -m FileStream