Skip to content

Latest commit

 

History

History
33 lines (17 loc) · 642 Bytes

README.md

File metadata and controls

33 lines (17 loc) · 642 Bytes

Development Status

ONLY login snippets and database backend has been implemented.

Prerequisites

Python3: avoid encoding issue.

Dependencies:

pip install -r requirements.txt

Username&password: check Hackpad for the credentials, fill into settings.py.

Database: setup database environment, then fill into settings.py.

Run(NOT Implemented):

Ideally:

source ~/dev/env/python3/bin/activate
python main.py

TODO

  • FIND A CODER!!

  • Actual spider code(WAT?) with incremental updating check(only fetch latest issue that not recorded locally)

  • Non-blocking mechanism

  • Ebook generation and push system