-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
다시 질문입니다. Read.me에 따라 실행을 했는데. 또 오류가 나오는데요. #28
Comments
@Sturtle1 크롤링 중간에 저장되고 있는 엑셀을 열어도 따로 크롤링이 중단되지는 않습니다. |
답변 감사합니다. 크롤러 다시 지우고 진행하겠습니다.
2022년 4월 7일 (목) 오후 3:32, geun9716 ***@***.***>님이 작성:
… @Sturtle1 <https://github.com/Sturtle1>
해당 코드에서의 Crawler가 이전 버전 input을 받는 것 같습니다.
새로운 버전으로 업데이트 하기를 추천드립니다.
크롤링 중간에 저장되고 있는 엑셀을 열어도 따로 크롤링이 중단되지는 않습니다.
—
Reply to this email directly, view it on GitHub
<#28 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AI5JL6MBDMESYWL2A7OROJTVDZ6OLANCNFSM5SUHQ4LA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
공개해주신 네이버 뉴스 크롤러 사용과 관련된 사항에 대해 허락을 여쭙고자 메일 보냅니다.
공개해주신 네이버 뉴스 크롤러를 논문 작성을 위하여 사용을 해도 되는지 여부와
만약 가능하다면, 작성하신 크롤러 코드를 기반으로 지역신문 혹은 다른 신문에 활용을 해도 괜찮은지요?
2022년 4월 7일 (목) 오후 3:36, 네모난거북이 ***@***.***>님이 작성:
… 답변 감사합니다. 크롤러 다시 지우고 진행하겠습니다.
2022년 4월 7일 (목) 오후 3:32, geun9716 ***@***.***>님이 작성:
> @Sturtle1 <https://github.com/Sturtle1>
> 해당 코드에서의 Crawler가 이전 버전 input을 받는 것 같습니다.
> 새로운 버전으로 업데이트 하기를 추천드립니다.
>
> 크롤링 중간에 저장되고 있는 엑셀을 열어도 따로 크롤링이 중단되지는 않습니다.
>
> —
> Reply to this email directly, view it on GitHub
> <#28 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AI5JL6MBDMESYWL2A7OROJTVDZ6OLANCNFSM5SUHQ4LA>
> .
> You are receiving this because you were mentioned.Message ID:
> ***@***.***>
>
|
@lumyjuwon 님께 문의 하시는 것이 좋을 듯 합니다. |
루미 주원님 이신줄 알고 메일을 보냈네요. 알겠습니다.
2022년 4월 14일 (목) 오후 1:56, geun9716 ***@***.***>님이 작성:
… @lumyjuwon <https://github.com/lumyjuwon> 님께 문의 하시는 것이 좋을 듯 합니다.
—
Reply to this email directly, view it on GitHub
<#28 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AI5JL6K5AQJXHKRI7EOINFTVE6QRRANCNFSM5SUHQ4LA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
코드는
Crawler = ArticleCrawler()
Crawler.set_category("경제")
Crawler.set_date_range("2017-01", "2018-04-20")
Crawler.start()
이며,
오류는
ypeError Traceback (most recent call last)
~\AppData\Local\Temp/ipykernel_1836/1408842911.py in
1 Crawler = ArticleCrawler()
2 Crawler.set_category("경제")
----> 3 Crawler.set_date_range("2017-01", "2018-04-20")
4 Crawler.start()
TypeError: set_date_range() missing 2 required positional arguments: 'end_year' and 'end_month'
이렇게 나옵니다. 뭐가 문제일까요?
그리고 혹시 크롤링 중간에 저장되고 있는 엑셀을 열면 크롤링은 중단되는 건가요?
The text was updated successfully, but these errors were encountered: