PaulMcInnis / JobFunnel

Scrape job websites into a single spreadsheet with no duplicates.
MIT License
1.78k stars 210 forks source link

Implemented Remote, Search within State or Province, and Search within Country #113

Closed LilySu closed 3 years ago

LilySu commented 3 years ago

Added the options of searching for remote within locale / country. Also added options to search within a state or province and search within a country supposing one is open to relocation.

Description

Example cases in my_settings.yaml: To search entire country if one is willing to relocate anywhere: province_or_state: Null city: Null remote_within_country: False To search within entire province or state (radius will not be accounted): province_or_state: (ie. Scotland) city: Null remote_within_country: False To search entire country for remote roles: province_or_state: Null city: Null remote_within_country: True

Please note: CSV entries organically log the location of the user who posted the job listing, so even when a job is remote, a CSV entry for location still exists, thus '' for entry is unnecessary.

Please note: Even though 'remote_within_country: ' is set to True, it is not guaranteed within each platform that all jobs will be remote due to promoted listings.

Context of change

Please add options that are relevant and mark any boxes that apply.

Type of change

Please mark any boxes that apply.

How Has This Been Tested?

I tried variations for each locale where remote is enable and Null is indicated to city or province_or_state

Checklist:

Please mark any boxes that have been completed.

PaulMcInnis commented 3 years ago

Closing this for now due to inactivity, 100% open to revisiting this.