This is a telegram bot aimed to fill time in work schedule spreadsheet in Google Docs. This is specific solution that saved my time and calmness.
My name is hardcoded. Not very 12-factor, but I had no reason to parametrize it yet.
The bot expects SPREADSHEET_ID
in env. Also it is useful to set timezone
with TZ
env variable.
Also, the bot expects the following secrets in files:
secrets/
├── credentials.json # google account credentials to access Spreadsheet API
└── telegram_token # text file with the token of your telegram bot
In provided docker file, the full path of secrets
dir must be /data/secrets
.
MIT