All Projects → g0v → news-diff

g0v / news-diff

Licence: MIT license
A news crawler, parser and diff engine

Programming Languages

python
139335 projects - #7 most used programming language

News-Diff

新聞 Crawler,並且當新聞內容變動時發出通知。

REQUIREMENTS

  • python-dateutil

  • BeautifulSoup4

  • cssselect

  • python-lxml

  • python-mysqldb

Parse資料檔

###下載檔案

virtualenv --python=python2 venv2; . venv2/bin/activate; pip install --upgrade pip
pip install parallel_sync
python parser/myCurl.py 

轉成文字檔

virtualenv --python=python3 venv; . venv2/bin/activate; pip install --upgrade pip
python parser/readFile.py

LICENSE

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].