• Stars
    star
    247
  • Rank 163,158 (Top 4 %)
  • Language
    Python
  • License
    MIT License
  • Created about 5 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A online RSS service

己思

己思是一个开源的 RSS 体验站,旨在探索更加高效阅读的可能。

预览

功能特性

持续扩充的订阅源

一些支持的订阅源:

酷 壳 – CoolShell科技爱好者周刊GitHub 热门有赞技术团队...

VimLike的快捷键

Vim 党的福音来了~

n 下一篇文章(next) N 上一篇文章 F 切换全屏(fullscreen)
p 下一页(page) P 上一页 D 标记本页已读并翻页
j 向下移动一行 k 向上移动一行 space 向下翻一页
gg 回顶部 G 去底部 f 链接全览

关于

本站仅为演示用,完整功能请下载桌面客户端 Dinosaur Rss 🦕

快速开始

依赖

必须的:

  • Python3
  • Python3依赖库,详见 requirements.txt

可选的:

  • Redis服务(6379端口),用于记录阅读数、点赞数等数据
  • requirements.txt 中的依赖库 gunicorngevent 在开发环境为非必须

运行Web服务

python3 manage.py runserver

数据库相关

初始化:

python3 manage.py migrate web

数据录入:

在 Django 管理后台录入站点信息,或者在线提交订阅源地址。

贡献

详见 CONTRIBUTING.md