Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 352 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 352 Bytes

django_superstar

requests爬取網頁於Django呈現

AJAX偵測資料庫更新

可結合Celery, Redis實現定期自動爬取

環境需求

    * Anaconda3
    * celery==3.1.24
    * cssselect==1.0.1
    * lxml==3.7.3
    * Django==1.11.4
    * djangorestframework==3.7.7

        於ubuntu 16.04 LTS上測試通過