Sign inSign up

etiennestrobbe/showrss

By etiennestrobbe

Updated over 7 years ago

Image
0

53

etiennestrobbe/showrss repository overview

ShowRSS

Build Status Go Report Card

Description

ShowRSS is a small app that let you ask Betaseries for your unseen episodes and then find the corresponding torrent using RARBG and expose them as an RSS feed.

Using it

First of all you need a Betaseries Token, you obtain it using the /auth endpoint like this

curl -X POST --data "username=xxx&password=xxx" http://localhost:8000/auth

Note: the username and password are send using x-www-urlencoded

Then they are the /refresh endpoint, it's role is to refresh the unseen episode and to refresh the torrent. They are use like this :

http://yourdomain/refresh?action=episode&token=xxx
http://yourdomain/refresh?action=torrent

And finally what really interest us is the /rss endpoint

http://yourdomain/rss?token=xxx

###Testing

curl -X POST --data "username=xxx&password=xxx" http://localhost:8000/auth

##Running

docker run -p 8000:8000 -e BETASERIES_KEY=xxx teambrookie/showrss


heroku container:push web --app showrss

Tag summary

Content type

Image

Digest

Size

2.6 MB

Last updated

over 7 years ago

docker pull etiennestrobbe/showrss:1080p