Skip to content
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

✨feat: 연관어 크롤링 및 프론트 API 연결 구현 #26

Merged
merged 2 commits into from
Jun 22, 2024

Conversation

colde99
Copy link
Contributor

@colde99 colde99 commented Jun 21, 2024

#️⃣ 작업한 내용 요약

다음과 같은 형태로 적어주세요 (ex. - [ ] 작업 내용 || - [x] 작업 내용)

  • 백엔드 썸트렌드 크롤링 요청 구현

🍩 위키에 올릴 내용 정리

위키에 올릴 내용을 정리해주세요 (자유롭게 적어주세요)

  • 썸트렌드 웹페이지에서 keyword, scoringkeyword, startdate, enddate 등을 params에 담아 POST 요청합니다.
  • 프론트에서 relatedKeywordAPI로 백엔드 중간매개로 요청하여 데이터를 불러옵니다.
  • 검색어 기반 연관어는 startdate 기준으로 이번주와 저번주 데이터를 가져올 수 있는데, 이번주가 해당날짜 기준 -7일인지 혹은 월-금 기준 이번 주인지 (ex. 수요일이면 월요일부터 이번주로 3일치) 확인이 필요할 것 같습니다. 해당 부분은 주말에 테스트 후 공유하겠습니다!~

⚙️ 이슈 번호

관련된 이슈를 적어주세요 (ex. -close #37 || #37)



@colde99 colde99 requested a review from ShinHeeEul June 21, 2024 07:53
@colde99 colde99 self-assigned this Jun 21, 2024
@gariguri gariguri self-requested a review June 22, 2024 05:48
Copy link
Contributor

@gariguri gariguri left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!!👍🔥

@colde99 colde99 merged commit eb37b52 into develop Jun 22, 2024
@colde99 colde99 deleted the feat/keyword-crawling branch June 22, 2024 05:53
@colde99 colde99 restored the feat/keyword-crawling branch June 24, 2024 00:34
@colde99 colde99 deleted the feat/keyword-crawling branch June 24, 2024 00:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

TASK: 1. 검색어 관련 연관 키워드 추출하기 - 썸트렌드 크롤링 요청
2 participants