https://github.com/koshort/koshort
(deprecated) :cat: koshort is a Python package for Korean internet spoken language crawling and processing... or maybe Korean domestic cat.
https://github.com/koshort/koshort
crawler korean nlp python streaming text-mining
Last synced: about 2 months ago
JSON representation
(deprecated) :cat: koshort is a Python package for Korean internet spoken language crawling and processing... or maybe Korean domestic cat.
- Host: GitHub
- URL: https://github.com/koshort/koshort
- Owner: koshort
- License: other
- Archived: true
- Created: 2018-04-24T08:24:05.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-01-07T22:27:18.000Z (about 5 years ago)
- Last Synced: 2024-05-08T00:38:27.503Z (over 1 year ago)
- Topics: crawler, korean, nlp, python, streaming, text-mining
- Language: Python
- Homepage: http://koshort.readthedocs.io/
- Size: 521 KB
- Stars: 61
- Watchers: 6
- Forks: 10
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-korean-nlp - Python 3
README
Koshort
한국어 인터넷 트렌드 스트리밍과 처리를 위하여 만들어진 파이썬 패키지 코숏
koshort is a Python package for Korean internet trends streaming and processing... or maybe Korean domestic cat :cat:
* English Documentation: [http://koshort.readthedocs.io/](http://koshort.readthedocs.io/)
* 한국어 문서: [http://koshort.readthedocs.io/ko/latest/](http://koshort.readthedocs.io/ko/latest)
## Installation
The easiest way to install the latest version is by using pip/easy_install to pull it from PyPI:
```bash
pip install koshort
```
You may also use Git to clone the repository from GitHub and install it manually:
```bash
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.
## Examples
Use out-of-box script
```shell
$ stream_naver
display_rank = False
filename = trends.txt
interval = 60
n_limits = 10
verbose = True
시크릿 마더
무법변호사
신아영
미얀마
로드fc
소진
위너
불후의명곡
그것이 알고싶다
짠내투어
아는형님
로또
로또806회
msi
전지적 참견 시점
김재훈
아이돌룸
토익
아오르꺼러
같이 살래요
```
Use koshort API
```shell
$ python
>>> from koshort.stream import naver
>>> streamer = naver.NaverStreamer()
>>> streamer.stream()
cj채용
온주완의 뮤직쇼
유상무
현대차
...
```
## Copyright
copyright by 2018 Nyanye with :purple_heart: