Simple URL uploader bot for Telegram - Based on MadelineProto You can use with 2 methods:
1-) Deploy it and run http://{yourappname}.herokuapp.com/fileassistantbot.php
2-)Write your App ID/Hash and Bot Token.
3-) Enable Dynos.
1-) Run git clone https://github.com/quiec/fileassistantbot
2-) Run php fileassistantbot.php
sudo apt-get install python-software-properties software-properties-common
sudo LC_ALL=C.UTF-8 add-apt-repository ppa:ondrej/php
sudo apt-get update
sudo apt-get install php7.2 php7.2-dev php7.2-fpm php7.2-curl php7.2-xml php7.2-zip php7.2-gmp php7.2-cli php7.2-mbstring git -y
// Working With Debian based distro
Thanks @nimah79 for async and helps! Thanks @spechide for helps!