Skip to content

Commit

Permalink
Connectum based scraper (#1000)
Browse files Browse the repository at this point in the history
* converted the scraper to use connectum instead
* integrated the new rooms into the current codebase
  • Loading branch information
CommanderStorm authored May 5, 2024
1 parent 3ac57dc commit 080182c
Show file tree
Hide file tree
Showing 18 changed files with 695,372 additions and 520,075 deletions.
309 changes: 0 additions & 309 deletions data/data_format_geo-entry.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion data/external/models/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

class PydanticConfiguration(BaseModel):
model_config = pydantic.ConfigDict(
frozen=True,
frozen=False,
str_strip_whitespace=True,
extra="forbid",
populate_by_name=True,
Expand Down
1 change: 1 addition & 0 deletions data/external/models/test_models.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
from typing import Literal

import pytest

from external.models import nat, public_transport, roomfinder, tumonline


Expand Down
Loading

0 comments on commit 080182c

Please sign in to comment.