Coder Social home page Coder Social logo

trans-rss's Introduction

说明

订阅、管理番剧,并在下载新番时,通过webhook(例如飞书)推送到手机和电脑,提醒赶快看番。

  • 没有transmissoin服务也可以运行。此时单独起推送通知的作用。
  • 现在nyaa使用时不要打开自动翻页。liyihc#5 (comment)
  • 添加钉钉webhook机器人时,需要添加关键词“番剧”

使用docker运行

安装完docker后,运行命令

docker run -d -p 9855:80 -v trans-rss-config:/app/configs --restart unless-stopped liyihc/trans-rss

9855可换成任何你想要的端口,上面的命令可以直接运行,如果不懂docker,则也不需要任何修改,所有的配置都可在浏览器中进行。

安装完后,在浏览器打开http://localhost:9855即可打开主界面。

Run from script(使用源码运行)

sh build.sh
# modify run.sh
sh run.sh

Change the config file and start this container

If your transmission is also running in docker, please add --link <name or id>:transmission to docker run command and use transmission as your transmission host in trans-rss configs. Or you need not add the command, just use 172.17.0.1 as the transmission host, which is host IP for containers in docker.

road map 路线图

  • 支持通过代理进行订阅
  • 定制化不同订阅源的翻页机制
  • 考虑加入对aria2的支持(通过aria2p)

trans-rss's People

Contributors

liyihc avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.