xtaran / zits-gen-rss

Replacement for Zits' RSS feed — which no more contains comics since 19th of February 2015

Home Page:http://zitscomics.com/#comic

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Axel's Zits RSS Generator

This is a Perl written replacement for the no more comics containing RSS feed of the daily webcomic Zits.

Their RSS feed no more contains comics since 19th of February 2015.

Usage

By default it generates an RSS feed for the past 7 days and fetches all according pages from the website to find the right image URL.

Plugin for Liferea and Snownews

The script can be used as command-type source in Liferea, as 'Execurl' type plugin in Snownews, or in any other RSS feed reader with the capability to call an feed-generating program instead of an URL.

Actually it was written for exactly that purpose. I use it with Liferea.

Options

  • -n: Don't download anything from the Sinfest website, just generate a feed with dummy titles.

  • -d <number>: Generate a feed for the past days.

    Setting this value high enough for one run may give you all feed entries you missed since 19th of February 2015.

    But remember to do this only once as it fetches every page for every day since then per run to get the comic title for that day. You may get banned if you do that too often.

Requirements

Besides modules from the Perl core distribution, the following Perl module are required. They can be found on e.g. CPAN or as packages in e.g. Debian.

License

Copyright (C) 2016 Axel Beckert

Licensed under the DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE. See the file LICENSE or http://www.wtfpl.net/txt/copying/ for the full license text.

Ideas

  • It maybe a nice feature to also support a CGI mode. If so, it should be possible to run it without CGI.pm installed.

History

Based on my Sinfest RSS Generator.

About

Replacement for Zits' RSS feed — which no more contains comics since 19th of February 2015

http://zitscomics.com/#comic

License:Do What The F*ck You Want To Public License


Languages

Language:Perl 100.0%