Skip to content
This repository has been archived by the owner on Oct 10, 2020. It is now read-only.

alfieyfc/ptt-movie

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PTT電影板爬蟲程式

  • 了解特定電影目前的熱門程度,與新聞廣告效益
  • 確認電影的普遍評價,反映觀眾感官

與神同行0808.png 與神同行0812.png


使用方法

於下列方法ㄧ方法二之中擇一使用

方法一:本機 Python3 安裝

https://realpython.com/installing-python/

執行以下 pip3 install

$ pip3 install plotly
$ pip3 install beautifulsoup4
  • 尚缺 plot.ly 帳號申請、產生圖表的設定說明

執行程序:

$ python3 ptt-movie.py
  • 尚缺截圖

方法二:打包 Docker 容器

https://docs.docker.com/install/

執行以下 docker 命令:

$ docker build -t ptt-movie .
$ docker run -it ptt-movie

docker-ptt-movie.png

About

Created by KallenHuang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.4%
  • Dockerfile 2.6%