Skip to content

A simple bot that will pull up your resumes for free, every 4 hours and 10 minutes.

License

Notifications You must be signed in to change notification settings

4erdenko/hh_bot_api

Repository files navigation

HH Bot API

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.

Features

  • 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.

Getting Started

Prerequisites

  • Docker

Installation

  1. Clone the repository:

    git clone https://github.com/4erdenko/hh_bot_api.git
  2. Navigate to the cloned directory:

    cd hh_bot_api
  3. Create a .env file based on the provided example. Ensure you fill in the necessary fields such as LOGIN, PASSWORD, USER_AGENT, ANTICAPTCHA_API_KEY, and RESUME_LINKS.

Usage

  • Using Docker directly:

    docker run -d --env-file .env 4erdenko/hh_bot_api:latest
  • Using Docker Compose:

    docker compose up -d

Configuration

  • All project settings can be found in the config.py file.
  • For captcha handling, you'll need an API key from the AntiCaptcha service.

CI/CD

The project includes a GitHub Actions workflow for automatic code checks, Docker image builds, and deployment.

About

A simple bot that will pull up your resumes for free, every 4 hours and 10 minutes.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published