All Projects → tabris17 → Doufen

tabris17 / Doufen

Licence: mit
将你的豆瓣帐号数据备份到本地并支持脱机浏览

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Doufen

Scrapydouban
豆瓣电影/豆瓣读书 Scarpy 爬虫
Stars: ✭ 400 (+198.51%)
Mutual labels:  douban
Douban Books Results
Douban books grabbed from doulists, series, and tags.
Stars: ✭ 38 (-71.64%)
Mutual labels:  douban
Paperplane
📚 PaperPlane - An Android reading app, including articles from Zhihu Daily, Guokr Handpick and Douban Moment.
Stars: ✭ 1,147 (+755.97%)
Mutual labels:  douban
Douban
Douban book website demo by server side render
Stars: ✭ 468 (+249.25%)
Mutual labels:  douban
Meizi
豆瓣妹子图iOS客户端
Stars: ✭ 778 (+480.6%)
Mutual labels:  douban
Kohana Douban
Douban API Package (PHP版本) 基于 Kohana 开发 (`master` for v3.0.x / `develop` for v3.2.x)
Stars: ✭ 47 (-64.93%)
Mutual labels:  douban
Pupafm
🎵 douban.fm Music Desktop Player
Stars: ✭ 341 (+154.48%)
Mutual labels:  douban
Doubanauto
Automatic Robot for Douban | 豆瓣机器人:自动加入/退出小组、自动在小组发帖/删帖、自动回复
Stars: ✭ 116 (-13.43%)
Mutual labels:  douban
Douban spider
一个简单的豆瓣信息爬虫😄
Stars: ✭ 8 (-94.03%)
Mutual labels:  douban
Lxspider
爬虫案例合集。包括但不限于《淘宝、京东、天猫、豆瓣、抖音、快手、微博、微信、阿里、头条、pdd、优酷、爱奇艺、携程、12306、58、搜狐、百度指数、维普万方、Zlibraty、Oalib、小说、招标网、采购网、小红书》
Stars: ✭ 60 (-55.22%)
Mutual labels:  douban
Douya
开源的 Material Design 豆瓣客户端(A Material Design app for douban.com)
Stars: ✭ 4,502 (+3259.7%)
Mutual labels:  douban
Focuslayoutmanager
有焦点item的水平/垂直滚动RecyclerView-LayoutManager。仿Android豆瓣书影音“推荐“频道列表布局
Stars: ✭ 772 (+476.12%)
Mutual labels:  douban
Flutter douban
豆瓣Flutter版
Stars: ✭ 53 (-60.45%)
Mutual labels:  douban
Petal
🌺 Douban.FM Client With Extra - - - 一个简洁的豆瓣FM客户端。
Stars: ✭ 460 (+243.28%)
Mutual labels:  douban
Xiangxuema
“想学吗”个人知识管理与自媒体营销工具
Stars: ✭ 1,321 (+885.82%)
Mutual labels:  douban
Doubanj
Visualize your reading history.
Stars: ✭ 342 (+155.22%)
Mutual labels:  douban
Socialite
Socialite is an OAuth2 Authentication tool. It is inspired by laravel/socialite, you can easily use it without Laravel.
Stars: ✭ 1,026 (+665.67%)
Mutual labels:  douban
Douban crawler
备份豆瓣计划
Stars: ✭ 124 (-7.46%)
Mutual labels:  douban
Douban Movie
Golang爬虫 爬取豆瓣电影Top250
Stars: ✭ 114 (-14.93%)
Mutual labels:  douban
Douyaapikey
豆芽 API Key 设置向导
Stars: ✭ 65 (-51.49%)
Mutual labels:  douban

此项目已废弃。新版豆瓣备份工具,请移步 https://github.com/doufen-org/tofu

豆坟

用来备份豆瓣帐号的软件。目前支持备份关注、黑名单、书影音、广播。

开发环境要求:

  • VSCode
  • Python 3.6
  • virtualenv 15.2
  • Nodejs 8.9
  • npm 5.8
  • git 2.16

开始

> npm config set script-shell "C:\\Program Files\\Git\\usr\\bin\\bash.exe"
> npm i

如果安装 peewee 组件提示『找不到sqlite3.h』错误,尝试使用如下方法安装:

> set NO_SQLITE=1
> pip install peewee

命令

调式 app:

> npm run app

调试 service:

> npm run service

打包 app:

> npm run build:app

打包 service:

> npm run build:service

Linux 和 MacOS

在 Unix-like 的系统下,Virtualenv 的激活命令为:

> .venv/bin/activate

直接运行 npm i 会提示“./.venv/Scripts/activate: No such file or directory”错误。请修改 package.json 中相应的命令。

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].