nileshnk / mesra-job-alert-bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BIT Mesra Telegram Job Alert Bot

A simple alert bot which scrapes Bit Mesra's Job Portal for new Posts. It sends a Post in Telegram channel whenever New Post is listed.

Installation

Local

go run .

Docker

  • Build the image
docker build -t job-alert-bot .
  • Run the image
docker run -d --env-file ./.env --name Mesra-Job-Alert job-alert-bot

About


Languages

Language:Go 98.1%Language:Dockerfile 1.9%