Flask 小项目,漫画阅读网站,支持动态响应式瀑布流和实时过滤搜索

1,624 阅读1分钟

Ishuhui!

Ishuhui

A flask project built for learning. Responsive waterfalls flow by Masonry and real time search by List.js.

Features

Dependencies

  • flask_apscheduler
  • flask_sqlalchemy
  • lxml

Usage

  1. git clone https://github.com/lufficc/flask_ishuhui.git
  2. cd flask_ishuhui
  3. python run.py
  4. Open localhost:5000
  5. Visit /admin/refresh_comics?username=<username>&password=<password> to fill all comics to database.
  6. Visit /admin/refresh_chapters?username=<username>&password=<password> to fill all chapters to database.

NOTE: username and password are defined in env.py

License

Licensed under the MIT License.