DownloadGator
1.0.0

A Web App to Start a file download remotely on the server. Server is hosted using ngrok and connecting it to a Telegram Bot can notify about server activities
The server is started hosted ngrok. When the server starts, a message with the url is sent to the Telegram bot @downloadgator_bot (Download Telegram from Google Playstore)
Add your telegram user id in the main.py file on line 65, else it won't work.
You can get your id from the @get_id_bot in Telegram
start_server.sh file executable and run with ./start_server.sh orsh start_server.shTo clear the Downloads/ folder and reset the Downloads/downloads.json file, run the reset_downloads.sh file on the server by either
sh reset_downloads.sh or./reset_downloads.sh (make it executable before running)