Upgrading the Ivago scraper #41
Labels
No Label
Brainstorm
Parent
bug
duplicate
enhancement
help wanted
idea
invalid
project/backend
project/frontend
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Chewing_Bever/fej#41
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
General improvements
Support for scraping calendar
The scraper currently always scrapes the Search API, but we need support for scraping the calendar API as well. To fix this, we can add a command line argument that specifies which scraping job it should perform, e.g.
ivago_scrape search
orivago_scrape calendar
. This can then be used in the cronjobs to specify what task to perform.