Skip to content
This repository has been archived by the owner on Dec 25, 2022. It is now read-only.

Latest commit

 

History

History
40 lines (25 loc) · 1.33 KB

README.md

File metadata and controls

40 lines (25 loc) · 1.33 KB

comics-rss

The missing image rss feed for https://explosm.net, https://www.buttersafe.com and https://www.fowllanguagecomics.com. This service downloads the rss feed and replaces the description of the content with the image instead of a link.

Forked from https://github.com/daniellowtw/explosm-rss

Installation

go get github.com/laurentlbm/comics-rss

On appengine

This software is compatible with AppEngine.

To use with AppEngine:

  • Make a directory with necessary app.yaml file (or use the one provided)
  • Clone this repo inside that directory
  • Download the Go SDK and run goapp serve to make sure it is working
  • Upload it with appcfg.py
    • python appcfg.py update "<path-to-appengine-folder>" -A <app-name> -V <version-number>

Usage

go get .
go build
./comics-rss

Go to http://localhost:20480/buttersafe

Configuration

  • port - the port that the server is listening on
  • refresh_interval - how often to poll the actual feeds

License

MIT License