We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3c7384 commit 57d1b8eCopy full SHA for 57d1b8e
day2_5.py
@@ -0,0 +1,9 @@
1
+from indeed import extract_indeed_jobs, extract_indeed_pages
2
+
3
+# #range - 입력한 수 만큼의 크기의 배열을 생성
4
+# for n in range(max_page):
5
+# print(f"start={n*50}")
6
7
+last_indeed_pages = extract_indeed_pages()
8
9
+extract_indeed_jobs(last_indeed_pages)
0 commit comments