A Telegram bot to broadcast Jobs service notifications
- Clone the repo
- Run
npm install
to install project dependencies - Copy
.env.example
to.env
and setTELEGRAM_API_KEY
andJOBS_BACKEND_URL
environment variables - Copy
src/data/chats.template.json
tosrc/data/chats.json
and set your Chat ID that the bot will broadcast new jobs - Run
npm start
to start the Telegram Bot
This project has been tested with TypeScript 3.3.3333
and Node.js v10.1.0
.
This Telegram bot saves logging information to two kinds of files: error.log
and combined.log
.