Skip to content

A small utility to send personalized responses to recruiters

Notifications You must be signed in to change notification settings

shsorot/recruiter_rm-fork

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Recruiter Relationship Manager

This is a small Python script for sending a personalized response to recruiter emails. It uses the OpenAI GPT-3 API to extract the recruiter's information, and IMAP and SMTP to read and send emails.

The script will:

  • get all emails in a specified recruitment folder
  • send a personalized response to each one
  • append the response to the Sent folder
  • move the thread to a done folder

Installation

pip install -r requirements.txt

Usage

Copy the .env.sample file to .env, and fill out the configuration environment variables.

source .env && python recruiter_rm.py

About

A small utility to send personalized responses to recruiters

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 92.8%
  • Shell 7.2%