Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/totekuh/pyimmigration

Python scripts to discover and collect a dataset of jobs applications
https://github.com/totekuh/pyimmigration

Last synced: 1 day ago
JSON representation

Python scripts to discover and collect a dataset of jobs applications

Awesome Lists containing this project

README

        

# pyimmigration
Python scripts to discover and collect a dataset of jobs applications.

STEP 1 - Finding job applications


A valid Indeed API-key is required to use the script.


Use pyapplicant.py script to iterate through Indeed.com REST API and collect a dataset with job applications.
The script has a few options to help you filter your results.
Use --help argument to see all of them.

STEP 2 - EMAIL HARVESTING


Use email_harvester.py script to iterate through the collected dataset and attempt to scrape emails from a number of stored web-sites. This is the slowest step, as the script visits every web-site and every link in order to discover emails.

STEP 3 - MASSIVE EMAIL DELIVERY


Use massive_delivery.py script to perform a massive email delivery to the scraped email addresses. You have to give an smtp relay to use.