한국어 인터넷 트렌드 스트리밍과 처리를 위하여 만들어진 파이썬 패키지 코숏
koshort is a Python package for Korean internet trends streaming and processing... or maybe Korean domestic cat 🐱
- English Documentation: http://koshort.readthedocs.io/
- 한국어 문서: http://koshort.readthedocs.io/ko/latest/
KoNLPy와 Koshort의 통합이 진행되고 있습니다!
The easiest way to install the latest version is by using pip/easy_install to pull it from PyPI:
pip install koshort
You may also use Git to clone the repository from GitHub and install it manually:
git clone https://github.com/koshort/koshort.git
cd koshort
python setup.py install
Python 3.3, 3.4, 3.5 & 3.6 are supported.
3.7 compatibility soon will be available.
Use out-of-box script
$ stream_naver
display_rank = False
filename = trends.txt
interval = 60
n_limits = 10
verbose = True
시크릿 마더
무법변호사
신아영
미얀마
로드fc
소진
위너
불후의명곡
그것이 알고싶다
짠내투어
아는형님
로또
로또806회
msi
전지적 참견 시점
김재훈
아이돌룸
토익
아오르꺼러
같이 살래요
Use koshort API
$ python
>>> from koshort.stream import naver
>>> streamer = naver.NaverStreamer()
>>> streamer.stream()
cj채용
온주완의 뮤직쇼
유상무
현대차
...
copyright by 2018 Nyanye with 💜