Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 750 Bytes

README.md

File metadata and controls

39 lines (26 loc) · 750 Bytes

PTT 詞雲產生器

Intro

demo

補眠睡醒看到股板這篇文章 - [其他] 推薦忙碌人看股板的方法 參考 PTT allmwh 大大的一部分 code

想想也不只能放在股板使用,乾脆做成詞雲產生器

Usage

Python 3.7

Use pipenv

pipenv install

Download and import ptt-web-crawler

修改 src/run.py 中的 boardarticle_id 變數,如

board = 'Stock'
article_id = 'M.1609135202.A.69E'

執行

python src/run.py

Ref