An open API service indexing awesome lists of open source software.

https://github.com/zeionara/google-sheets-notifier

A simple app for generating telegram notifications on google sheets change events
https://github.com/zeionara/google-sheets-notifier

Last synced: 3 months ago
JSON representation

A simple app for generating telegram notifications on google sheets change events

Awesome Lists containing this project

README

        

# Google sheets notifier
A simple app for making notifications via telegram when some special editions in a google sheets table occur.
## Installing dependencies
`conda env create --file environment.yml`
## Launching the script
`TG_API_KEY='XXX' CHAT_ID='XXX' SHEETS_ID='XXX' GOOGLE_SHEETS_API_CREDS_PATH='XXX' SHEET_ID='XXX' COMMAND_ID=0 python main.py`