[go: up one dir, main page]

Skip to content
This repository has been archived by the owner on Jul 23, 2021. It is now read-only.

et84121/floodfire-newsdiff

 
 

Repository files navigation

政大水火研究團隊新聞爬蟲

環境設定

建立運行的虛擬環境

pipenv --python 3.6

安裝需要的套件

pipenv install

安裝 mysqlclient

  1. 安裝 gcc 編譯環境 因為 mysqlclient 底層是使用 c 語言撰寫,所以需要 c 的編譯環境
sudo apt install build-essential
  1. 安裝 python3-dev
sudo apt install python3-dev
  1. 安裝 mariadb C 語言 head
sudo apt install libmariadbclient-dev
  1. 安裝 mysqlclient
pipenv install mysqlclient

About

水火計劃版新聞爬蟲

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 96.7%
  • TSQL 3.3%