Skip to content

Commit

Permalink
dropped the mytum data scraper as it is no longer expected to be upda…
Browse files Browse the repository at this point in the history
…ted (#1338)
  • Loading branch information
CommanderStorm authored Jul 20, 2024
1 parent de9e1db commit e6cabe5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 290 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/update-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,6 @@ jobs:
CONNECTUM_OAUTH_CLIENT_ID: ${{ secrets.CONECTUM_OAUTH_CLIENT_ID }}
CONNECTUM_OAUTH_CLIENT_SECRET: ${{ secrets.CONECTUM_OAUTH_CLIENT_SECRET }}
working-directory: data/external
- name: Download mytum data
continue-on-error: true # a PR deleting all data will be created if this fails => fail obvious
run: PYTHONPATH=$PYTHONPATH:.. python3 scrapers/roomfinder.py
env:
TQDM_MININTERVAL: 100
working-directory: data/external
- continue-on-error: true # a PR deleting all data will be created if this fails => fail obvious
run: ls -lah data/external/results
- continue-on-error: true # a PR deleting all data will be created if this fails => fail obvious
Expand Down
284 changes: 0 additions & 284 deletions data/external/scrapers/roomfinder.py

This file was deleted.

0 comments on commit e6cabe5

Please sign in to comment.