##介绍
使用flask框架编写的一个类似于Pocket(read it later)的web应用。
##功能
添加URL,将网页内容保存到服务器,方便以后阅读。
##Demo
##截图
##运行
建议使用virtualenv
git clone https://github.com/Masakichi/pocket.git
cd pocket && pip install -r requirements.txt
python manage.py shell
db.create_all()
python manage.py runserver
##TODO
- 添加API
- 重写html_parser