A Telegram bot to broadcast Job Service notifications
- Clone the repo
- Run
npm install
to install project dependencies - Copy
.env.example
to.env
and setTELEGRAM_API_KEY
,JOBS_BACKEND_URL
andCHAT_IDS_JSON
environment variables.CHAT_IDS_JSON
is where the bot will broadcast the job announcements, and the bot must already be on those channels. - Run
npm start
to start the Telegram Bot
This project has been tested with TypeScript 4.8.4
and Node.js v18.12.1
.