Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update DataScraper.py #1

Open
jonas-nothnagel opened this issue Apr 16, 2024 · 0 comments
Open

Update DataScraper.py #1

jonas-nothnagel opened this issue Apr 16, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@jonas-nothnagel
Copy link
Owner

jonas-nothnagel commented Apr 16, 2024

The current data scraper function is very basic. It works but is not fast, efficient or "smart" in any way.

I want to re-write the function such that it does the following:

  1. Checks if index file exists in /data folder and only tries to scrape data that does not exist yet (only new jobs).
  2. Still allows to re-scrape all data if desired.
  3. Automatically increments job-id from existing index and tries to scrape until no new job page is found.
  4. Stores the raw data and an index file with the last working job-id for future reference.

Bonus: Github Action that will re-run it every other week/month.

@jonas-nothnagel jonas-nothnagel added the enhancement New feature or request label Apr 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant