Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/totekuh/pyimmigration
- Owner: totekuh
- Created: 2019-11-28T23:29:37.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-28T07:47:13.000Z (about 4 years ago)
- Last Synced: 2024-11-05T09:26:07.388Z (about 2 months ago)
- Language: Python
- Homepage:
- Size: 150 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.