Skip to content

Commit ea149ca

Browse files
marchbnrPaulMcInnis
authored andcommitted
Modify german indeed demo settings
1 parent a934226 commit ea149ca

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

demo/settings_DE.yaml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,28 +24,29 @@ search:
2424
- INDEED
2525

2626
# Region that we are searching for jobs within:
27-
province_or_state: "108" # NOTE: this is generally 2 characters long.
27+
province_or_state: "" # Not used for the german scraper.
2828
city: "Berlin" # NOTE: this is the full city / town name.
2929
radius: 0 # km (NOTE: if we were in locale: USA_ENGLISH it's in miles)
3030

3131
# These are the terms you would be typing into the website's search field:
3232
keywords:
33-
- community-manager
33+
- Python
34+
- Senior
35+
- AI
3436

3537
# Don't return any listings older than this:
3638
max_listing_days: 10
3739

3840
# Blocked company names that will never appear in any results:
3941
company_block_list:
40-
- "DFKI"
42+
- "EvilCorp"
4143

4244
# The desired level of work-remoteness (i.e. IN_PERSON, FULLY_REMOTE, ANY,
4345
# TEMPORARILY_REMOTE, PARTIALLY_REMOTE)
4446
remoteness: ANY
4547

4648
# Logging level options are: critical, error, warning, info, debug, notset
47-
#log_level: INFO
48-
log_level: DEBUG
49+
log_level: INFO
4950

5051
# Delaying algorithm configuration
5152
delay:

0 commit comments

Comments
 (0)