Commit 30e573bc authored by Seunghye Kim's avatar Seunghye Kim
Browse files
No related merge requests found
Showing with 38 additions and 14 deletions
+38 -14
MIT License
Copyright (c) 2022 Seunghye Kim
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
# scraper4notion
## 01-11.
생성일. 응애.
+ Description : 기사 및 특정 카테고리의 글을 노션에 자동 스크랩 합니다. '제목', '태그', 'URL', 체크박스로 스크랩한 글을 쉽게 관리할 수 있습니다.
-----------------------
## 01-12.
##### Zum 홈페이지 > 오늘의 스토리 > 자동차
![Img](images/thisIsCar.png)
##### 글의 제목과, 주소를 노션에 가져옵니다.
![Gif](images/0112exec.gif)
+ "Zum - 오늘의 스토리 - 자동차"에 올라오는 글 가져오기
+ 노션에 자동으로 표 생성
+ 표 자동 입력
### 해결해야 할 무엇
+ 주제 넓혀서 글 가져오기
+ 적당한 양의 글.
+ 노션 api : 미리보기 이미지.
> Zum 홈페이지 > 오늘의 스토리 > 자동차
>글의 제목과, 주소를 노션에 가져옵니다.
>
> ![Gif](images/0112exec.gif)
> + "Zum - 오늘의 스토리 - 자동차"에 올라오는 글 가져오기
> + 노션에 자동으로 표 생성
> + 표 자동 입력
## 01-16
> ![Gif](images/0116exec.gif)
![Image](images/scrap0116.png)
> + 종합 랭킹 뉴스 1,2,3위 기사 / 자동차, 여행, 푸드 토픽에서 랜덤으로 기사를 하나 가져옵니다.
+ 그에 맞는 태그를 설정합니다.
----------------------
### note
+ pip install bs4, requests, selenium==3.141, notion
+ 테스트 현장 : https://trail-frog-afb.notion.site/6786d6031cf84a33b7870ba83cbc5b9c
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment