A Telegram bot (based on GoTG) to mirror and upload files from any direct link or a gdrive link to our hosted website. It will also generate and push OTA while at it
cp config.ini.json config.json
Now fill out the json file completely
go build . -o bot
./bot
To get info on how to make various config files for microsoft onedrive, follow this guide from rclone. To get various details about telegram related configs, follow the official telegram website to get them. For mongoDB related config vars. follow this guide from mongo. Finally for gdrive, you can follow official documentation from google