Skip to content

Commit

Permalink
Disable justjoinit scrapper, apu unrecheable
Browse files Browse the repository at this point in the history
  • Loading branch information
wkobiela committed Oct 4, 2023
1 parent 0d1f79d commit 611147b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
setup.run(EXCEL_NAME, NOFLUFFJOBS_SHEET, BULLDOGJOB_SHEET, JUSTJOINIT_SHEET)
nofluffjobs.run(NOFLUFFJOBS_SHEET, NOFLUFFJOBS_URL)
bulldogjob.run(BULLDOGJOB_SHEET, BULLDOGJOB_URL)
justjoinit.run(JUSTJOINIT_SHEET,
role=justjoinit_settings['role'],
lvl=justjoinit_settings['lvl'],
city=justjoinit_settings['city'])
# justjoinit.run(JUSTJOINIT_SHEET,
# role=justjoinit_settings['role'],
# lvl=justjoinit_settings['lvl'],
# city=justjoinit_settings['city'])
8 changes: 4 additions & 4 deletions tests/test_linksReachable.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def test_is_BulldogJob_reachable():
response = requests.get(link, timeout=120, headers=headers)
assert response.status_code == 200

def test_is_JustJoinIt_reachable():
link = 'https://justjoin.it/api/offers'
response = requests.get(link, timeout=120)
assert response.status_code == 200
# def test_is_JustJoinIt_reachable():
# link = 'https://justjoin.it/api/offers'
# response = requests.get(link, timeout=120)
# assert response.status_code == 200

0 comments on commit 611147b

Please sign in to comment.