Skip to content

dodo0095/pttcrawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pttcrawler

給沒用過PYTHON的人

STEP1 先安裝一下PYTHON吧 https://medium.com/ccclub/ccclub-python-for-beginners-tutorial-c23859d2bde4

step2 安裝一下套件

到命令提示去輸入

pip install django
pip install bs4
pip install requests
pip install time
pip install re
pip install beautifulsoup4
pip install csv
pip install datetime
pip install numpy

step3 把整個資料夾抓下來放桌面

step4 進入命令提示列中 先進去剛剛抓下來的資料夾

cd/desktop/???????

step5 啟動

輸入 python manage.py runserver

step6 去網址觀看成果 我沒寫在index

所以本機端要跑 請在網址輸入 http://127.0.0.1:7122/home/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published