A Telegram bot to generate google service accounts.
- Find it on Telegram as Google Service Accounts
- Create New Projects.
- Generate Service Accounts.
- Delete Service Accounts.
- Extract Service Mails.
- Handle more exceptions.
- LOGGER support.
- Update command.
Deploy on Heroku
- Clone this git repository.
git clone https://github.com/modbots/Google-Service-Accounts-Generator-Bot
- Change Directory
cd Google-Service-Accounts-Generator-Bot
- Install requirements with pip3
pip3 install -r requirements.txt
There are two Ways for configuring this bot.
- Add values to Environment Variables. And add a
ENV
var to Anything to enable it. - Add values in config.py. And make sure that no
ENV
environment variables existing.
BOT_TOKEN
- Get it by contacting to BotFatherAPP_ID
- Get it by creating app on my.telegram.orgAPI_HASH
- Get it by creating app on my.telegram.orgSUDO_USERS
- List of Telegram User ID of sudo users, seperated by space.SUPPORT_CHAT_LINK
- Telegram invite link of support chat.DATABASE_URL
- Postgres database url.DOWNLOAD_DIRECTORY
- Custom path for downloads. Must end with a forward/
slash. (Default to./downloads/
)
python3 -m bot
- Dan for creating PyroGram
- Spechide for gDriveDB.py
- xyou365 for Autorclone
- Copyright (©) 2021 by Moedyiu
- Licensed under the terms of the GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007