DownBot is a Telegram bot that lets you monitors websites and get notified instantly whenever they seem to become unavailable.
Quick (and incomplete) demo : http://g.recordit.co/Tu7XtuNfQP.gif.
- Create a Telegram bot, copy its API token
- Clone the repository
- Run
npm install
- Set the environment variable containing the API token of your bot using
export TELEGRAM_API_TOKEN=YOUR_TOKEN
- Run
coffee app.coffee
- Have fun!