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
- Host: GitHub
- URL: https://github.com/zeionara/google-sheets-notifier
- Owner: zeionara
- Created: 2020-09-25T16:40:57.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-25T16:41:24.000Z (over 4 years ago)
- Last Synced: 2025-01-02T07:46:17.872Z (5 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`