Skip to content
This repository has been archived by the owner on Jul 3, 2023. It is now read-only.
/ hunter2 Public archive

Hunter2 is a job hunt bot that indexes jobs and candidates from the fediverse

License

Notifications You must be signed in to change notification settings

Flockingbird/hunter2

Repository files navigation

hunter2

Hunter2 is a job hunt bot that finds jobs on the fediverse and makes those avaiable on a job search page.

Bot

The bot is found in /bot. The readme there describes the bot and the tech.

Search page

The search website is found /web.

Quickstart

Requirements:

Run

After installing the requirements, on the development machine, run

cd bot
cargo run -- --help

This builds and runs the bot locally, and passes the flag --help to the bot.

Test

After installing the requirements, on the development machine, run

cd bot
cargo test

This builds and runs the tests locally.

Release and deploy.

Any commit on main, will be checked, tested and when those pass, a release will be built and pushed to production.

Any pull-request against main will be checked and tested. When merged into main, a release will be built and pushed to production.