No project description provided
Project description
Job Automate is a command line application written in Python using the Selenium and Click libraries. The application uses the Indeed Job Search API to find and automatically apply to ‘easily apply’ jobs scraped by Indeed’s job crawler. Job Automate requires access to Indeed’s API with an Indeed Publisher Key. To obtain a key, please visit: http://www.indeed.com/publisher.
Due to Mozilla’s move to the GeckoDriver for WebDriver instances, Job Automate does not currently support FireFox versions above 47.0.
Installation
To install the script merely run the following command in a command line prompt:
$ pip install jobautomate
If you would rather install from source, run the following commands:
$ git clone https://github.com/mandeep/Job-Automate.git $ cd Job-Automate $ python install setup.py
Usage
Job Automate accepts the Indeed Publisher ID as an environment variable or as a command line flag. In order to be used as an environment variable, one must export API_KEY=ID. The command line application may be invoked with the following command, flags, and arguments:
$ jobautomate --key INDEED_PUBLISHER_ID FIRST_NAME LAST_NAME EMAIL_ADDRESS JOB_DESCRIPTION RESUME_PATH [JOB_LOCATION] Optional arguments: --verbose Print to stdout the jobs that are not easily apply applications --vxfb Run the application in a virtual display (Linux only) Example: $ jobautomate --key 12345 "Bender" "Rodriguez" "bender@ilovebender.com" "Metalworking" "girder.doc"
Once entered the script will open a Firefox webdriver instance and search for ‘easily apply’ jobs in the URLs given by the Indeed API. Due to the API only allowing 25 urls at a given time, the application will prompt for continuation after 25 urls have been traversed.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file jobautomate-0.18.2.tar.gz
.
File metadata
- Download URL: jobautomate-0.18.2.tar.gz
- Upload date:
- Size: 5.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | db75caea38550b2363a2efe79178d5ca75421c3e8f573ca749a5608b260cd90f |
|
MD5 | 236bf439202a43d668996db9b2ff0767 |
|
BLAKE2b-256 | 7946407934d1296eb6c6c315becaa46808aa8a375425c5bc855d38bf697e6863 |
File details
Details for the file jobautomate-0.18.2-py3-none-any.whl
.
File metadata
- Download URL: jobautomate-0.18.2-py3-none-any.whl
- Upload date:
- Size: 6.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e2a490225c32a4d54fba3175260665e90f2d97c950f27a10e3b96af8b849dbba |
|
MD5 | 669b9df26e4ab41816c36fb8fe31138f |
|
BLAKE2b-256 | fa925f82a070a8d4806092f24aeea56f0b32ef4a1b6923849feaf7349ac14a97 |