Skip to content

UlyssesZh/deviantartrss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

deviantartrss

A very simple HTTP server to provide RSS feed for user galleries on DeviantArt.

Features

Advantages compared to the official RSS API of DeviantArt:

  • Better title and icon.
  • Use large image for thumbnail.
  • Filter blurred images (images behind paywall).

Deploy

On bare metal:

bundle install
RACK_ENV=production PORT=80 bundle exec ./main.rb

With Docker Compose:

services:
  app:
    image: ulysseszhan/deviantartrss
    container_name: deviantartrss
    restart: unless-stopped
    environment:
      RACK_ENV: production
    ports:
      - '80:4567'

Change 80 to the port on which you want it to be hosted.

Usage

Suppose you hosted it on deviantartrss.example.com, and then you can simply access http://deviantartrss.example.com/spyed.

License

MIT.

About

A very simple HTTP server to provide RSS feed for user galleries on DeviantArt

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published