Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 1.06 KB

README.md

File metadata and controls

19 lines (13 loc) · 1.06 KB

Flamingo Upload Bot

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

Setup config files

cp config.ini.json config.json

Now fill out the json file completely

Build and run the bot

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