Skip to content

yasserjanah/CVSender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CVSender

Automate sending your resume to recruiters

AUTHOR

    [+] AUTHOR:       Yasser Janah
    [+] GITHUB:       https://github.com/yasserjanah
    [+] TWITTER:      https://twitter.com/th3x0ne
    [+] FACEBOOK:     https://fb.com/yasser.janah0

Screenshots

Linux OS

Windows OS

Installation

git clone https://github.com/yasserjanah/CVSender
cd CVSender/
pip3 install -r requirements.txt

Usage

  1. edit conf/config.ini file.

  • change SMTP_SERVER value to your mail server (if you will be using your Gmail account don't change the value).
  • change SMTP_PORT value to your mail server port (if you will be using your Gmail account don't change the value).
  • change SMTP_EMAIL value to your own e-mail.
  • change SMTP_PASS value to your own e-mail password. (if you will be using your Gmail account, please create new App Password from Here.
  • change SENDER_NAME to your full name.
  • change MAIL_SUBJECT.
  • change CV_PATH value to your resume path.
  • change TEMPLATE value to your email template (or let it in default template, but you should make changes to example.html).
  1. create a file that contains emails (each one in a different line).
  2. run the script.
    python CVSender.py --emails list_of_emails.txt

Result

Releases

No releases published

Packages

No packages published