A human "Heartbeat" checker hosted on Telegram and powered by Google Apps Script. You can read all about it here.
- Copy paste all the code from this repo to a new apps script
- Create a new Google Spreadsheet and DO NOT change anything else there
- Generate a Telegram Bot API token per the instructions
- Replace the Sheet ID and Telegram Bot API Token on
Code.gs
- Deploy the script as a Web App
- Run the
setup
function fromSetup.gs
(it is important that you deploy the script first and then the setup function)- Then run the
scheduler
function fromSetup.gs
- Then run the
You can access SphygmoBot on Telegram & watch a setup video here -
- Please consider this as a Proof of Concept (POC) and not a full-fledged application to utilise in everyday life!
- Also, this bot makes use of Telegram BOT API's Webhook functionality and logs (stores) all parameters (data) including (but not restricted to) first name, last name, chat & message ID, user name etc.