This is a Telegram bot that sends notifications when the UrLab HackerSpace opens and closes. It does so within a minute.
Project is written using latest NodeJS, using a synchronous file-based database named lowdb
.
To get notified, please use the @UrLabOpeningBot
Telegram bot. Simply searching for it in the app will allow you to add it.
- Copy
.env.example
to.env
and fill it in - Install deps:
npm install
- Run
node src/index.js
- There ya go ¯\_(ツ)_/¯
See LICENSE
.