Skip to content

A Telegram bot that parses job vacancies from various websites based on specified requests and sends you the latest ones directly to your Telegram account. Currently, the bot supports job sites from Moldova only.

Notifications You must be signed in to change notification settings

disbeliefff/JobHopper

Repository files navigation

You can ping bot:

https://t.me/jobhunterr_bot

Soon:

  • search using your own filter keywords
  • list of filter keywords
  • more sources

Getting Started

Prerequisites

Ensure you have the following installed on your machine:

  • Go 1.23
  • Docker and Docker Compose
  • Goose (for database migrations)

Starting the DB

To start the database on your local machine, run the following command:

make database-up

Running Database Migrations

To apply all pending migrations, use the following command:

make goose-up

For additional migration commands, you can use:

  • Check migration status:
make goose-status
  • Roll back the last migration:
make goose-down

About

A Telegram bot that parses job vacancies from various websites based on specified requests and sends you the latest ones directly to your Telegram account. Currently, the bot supports job sites from Moldova only.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published