Skip to content

weichuanjun/pocket

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pocket

##介绍

使用flask框架编写的一个类似于Pocket(read it later)的web应用。

##功能

添加URL,将网页内容保存到服务器,方便以后阅读。

##Demo

http://pocket.gimo.me

##截图

##运行

建议使用virtualenv

  1. git clone https://github.com/Masakichi/pocket.git
  2. cd pocket && pip install -r requirements.txt
  3. python manage.py shell
  4. db.create_all()
  5. python manage.py runserver

##TODO

  • 添加API
  • 重写html_parser

About

a flask web application that clone Pocket(read it later)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 54.0%
  • Python 46.0%