tgfilestream
tgfilestream copied to clipboard
A Telegram bot that can stream Telegram files to users over HTTP.
Every time I deploy the applicaroin heroku suspend applicatioin afer I run, python3 -m tgfilestream
Is there a Demo TG Bot available?
I try to stream file on jwplayer or other web players it shows error.
Hi. Somehow after some time, the bot stop responding to some users. There is no error in log, everything looks fine from it but the bot itself will either not...
Hi, i need to add connection limit per each link, can i do this with TGFileStream? (also connection limit per IP doesn't work for me btw, I can download with...
- added `Dockerfile`. users can build a docker image using `docker build --tag tgfilestream:latest .` on a vps or there machine - seems like async had issues with 3.6 so...
added some links, which can be helpful
Hey @tulir so I was trying the project and I countered an error about telethon package, the requirements file installs the newest one but the project dependence was Telethon 1.10.10....
Hi after create link, i get error 404: not found. i check with source, and find bug in line 63 this line return NONE : message = cast(Message, await client.get_messages(entity=peer,...