Skip to content
/ rektin Public

automate mass emailing to employees of any company

Notifications You must be signed in to change notification settings

Wayne-X/rektin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RektIn

Fully automated recruiting growth hack: set up once, and reach recruiters' inboxes with a single command.


example of the code at work, these are fake names

Leverages data mining and a portion of the SMTP protocol to collect email addresses of recruiters at top companys. We do this by scraping LinkedIn for first/last names of people that work at that company as far as 3+ degrees of connection, and come up with a list of possible email addresses they might be using based on their name and company. Email addresses get checked silenty for occupancy using the first part of the SMTP(rotocol), and automates sending emails to discovered email addresses. This code is provided as-is, use at your own discretion. Go easy on the data mining part, if you query too fast your LinkedIn account might get flagged.

Our submission to Wildhacks 2016: Wayne Xun (CS '17), Hayley Hu (CS '18)

Motivation:

GeekedIn recently leaked information on 8 million developers that was crawled from Github (link). Corporations have begun to mass email developers with recruitment spam.

We bring you revenge. Now you can can crawl for information from LinkedIn, and mass email corporations with recruitment spam.

Installation:

    git clone https://github.com/Wayne-X/rektin.git
    chmod u+x rektin/setup.sh
    sudo rektin/setup.sh

Email Setup:

  1. Fill in ~/email_credentials/config.json with your gmail credentials and email template
  2. Enable gmail log in permissions as follows:

In gmail, go to settings In settings, go to Accounts and import tab, and click Other Account Settings Click on the Sign in and security card Scroll down and enable allow less secure apps

Usage:

    python linkScrape.py -e YourLinkedInEmail -c CompanyName -d EmailDomainName

Example Usage:

    python linkScrape.py -e stew_dent@gmail.com -c DunderMifflin -d DunderMiffl.com

Feature Queue:

Features that would be nice to have in the future

  • more robust credentials handling: support system keychain
  • async queries, multiple SMTP querying workers
  • get emails mode, only get emails but does not send anything
  • user adjustable settings for linked scrape speed
  • "costco mode", input list of companies with conservative scrape speed and run silently "always-on", email new people not seen before

About

automate mass emailing to employees of any company

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published