/pfe

Primary LanguageGo

PFE, Please

Send an email requesting a PFE Internship to all the companies in the list. It is based on the Courier API, so it is required to have an account with a valid provider and valid template and brand.

Usage

  1. Install the binary
wget https://github.com/Nie-Mand/pfe/releases/download/v0.1.2/pfe
chmod +x pfe
  1. Create config.txt file (or anything), it should contain the following information:
    • COURIER_TOKEN: your Courier token
    • TEMPLATE_ID: the template id of the email you want to send
    • BRAND_ID: the brand id of the email you want to send
COURIER_TOKEN=your_token
TEMPLATE_ID=your_template_id
BRAND_ID=your_brand_id_if_applicable
  1. Create companies.csv file, it should contain the following information:
    • company: the name of the company
    • email: the email of the company
    • position: the position you are applying for
company,position,email
Google,Software Engineering Intern,hr@google.com
Tiktok,Platform Engineering Intern,hr@tiktok.com
  1. Run the script
./pfe send -f companies.csv -c config.txt

Notes

  • It will create a .pfe.state file to keep track of the companies you have already sent an email to, so it will not send the same email twice. Any change to a row will be considered as a new company.