A Telegram bot writen in Python for searching files in Drive
This is a Telegram bot writen in Python for searching files in Drive. Based on SearchX-bot git clone https://github.com/breakdowns/drive-searchbot searchbot/ cd searchbot Install requirements sudo apt install python3 sudo snap install docker For Arch and it’s derivatives: sudo pacman -S docker python Setting up config file cp config_sample.env config.env Remove the first line saying: _____REMOVE_THIS_LINE_____=True Fill up rest of the fields. Meaning of each fields are discussed below: BOT_TOKEN: The telegram bot token that you get from @BotFather OWNER_ID: The […]
Read more