[ To : All ] 한국 SNS, Media 트렌드 키워드 분석 메소드와 각 결과값
- Dominant language
- Jupyter Notebook
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
**1. TikTok**
TikTok 의 인기 있는 해시태그를 크롤링을 통해 읽어옵니다.
Output Type : List
Detail : [ 해시태그 이름, 태그 수, 링크 ]...
**2. Google**
Google 검색 데이터 조회(한국)하여 최근 7일 간의 순위를 읽어옵니다.
Output Type : Dict
Detail : { 날짜 : [ 검색어, 링크]... }
**3. Twitter**
트위터의 해시태그를 크롤링하여 가져옵니다. 각각 종합, 태그 수, 오랜 기간 유지한 태그들의 정보를
10개 씩 불러옵니다.
Output Type : Dict
Detail :
{ total : [ 해시태그, 링크]...
famous : [ 해시태그, 링크]...
duration : [ 해시태그, 링크]...
}
**4. Twich**
트위치 스트리머 중 가장 많은 시청자와 인기를 가진 스트리머의 정보(이름,프로필 이미지, 링크, 종목)를
가져옵니다.
Output Type : Dict
Detail : { 스트리머 이름 : [ 종목, 링크, 프로필 이미지 링크 ] }
Contributor guide
No contributing guide indexed for this repository
Research direction
No files, tests, or entry points are named. Start by reviewing the repository structure and identifying where data collection belongs, then assess separate collection for TikTok, Google, Twitter, and Twitch; done means returning the specified list or dictionary fields for each service.
Written by the indexing model from the issue text.
Assessment
- Domain
- data
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100