Sign inSign up

jimeh/kotaku-uk-rss

By jimeh

Updated over 9 years ago

Small experimental web-scraper to provide a RSS feed of kotaku.co.uk for my own personal use.

Image
0

2.2K

jimeh/kotaku-uk-rss repository overview

Kotaku UK RSS (for fun) GitHub tag

So Kotaku UK does not have an RSS feed right now. And as I'm still teaching myself Go, I figured it would be a fun small project to hack together a small scraper that serves up an RSS feed for my personal use.

Building/Running

git clone [email protected]:jimeh/kotaku-uk-rss.git
make build
bin/heroku-uk-rss --help

Docker

docker run -d --name kotaku-uk-rss -p 8080:8080 jimeh/kotaku-uk-rss

Deploying to Heroku

git clone [email protected]:jimeh/kotaku-uk-rss.git
cd kotaku-uk-rss
heroku create
git push heroku master

Technical

When launched, the process does two things:

  1. Starts a goroutine that will fetch a list of articles from the first 3 pages of kotaku.co.uk, and building and caching a RSS XML string from those articles. This is repeated every 60 seconds.
  2. Starts a web-server on PORT number serving up cached RSS feed on /rss.

License

        DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
                    Version 2, December 2004

 Copyright (C) 2014 Jim Myhrberg

 Everyone is permitted to copy and distribute verbatim or modified
 copies of this license document, and changing it is allowed as long
 as the name is changed.

            DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION

  0. You just DO WHAT THE FUCK YOU WANT TO.

Tag summary

Content type

Image

Digest

Size

2.9 MB

Last updated

over 9 years ago

docker pull jimeh/kotaku-uk-rss