HH Bot API is a tool designed for automating actions on the HeadHunter platform. With its help, you can automatically update resumes, bypass captchas, and perform other related tasks.
- Automatic Resume Update: Automate the process of updating your resume on the platform.
- Captcha Bypass: Uses the AntiCaptcha service to bypass captchas encountered during the process.
- Configurable: Easily set up and integrate with your existing systems.
- Docker
-
Clone the repository:
git clone https://github.com/4erdenko/hh_bot_api.git
-
Navigate to the cloned directory:
cd hh_bot_api
-
Create a
.env
file based on the provided example. Ensure you fill in the necessary fields such asLOGIN
,PASSWORD
,USER_AGENT
,ANTICAPTCHA_API_KEY
, andRESUME_LINKS
.
-
Using Docker directly:
docker run -d --env-file .env 4erdenko/hh_bot_api:latest
-
Using Docker Compose:
docker compose up -d
- All project settings can be found in the config.py file.
- For captcha handling, you'll need an API key from the AntiCaptcha service.
The project includes a GitHub Actions workflow for automatic code checks, Docker image builds, and deployment.