/overwatch_feed_generator

Generates an Atom feed from the Overwatch PC patch notes site

Primary LanguageGo

Overwatch Atom Feed Generator

This project uses Beautiful Soup 4 to scrape the Overwatch PC patch notes page to generate an Atom feed using gorilla/feeds

An example systemd service that runs the feed generator once per hour is included. If you're going to use the service make sure you update the paths in the ExecStart and WorkingDirectory variables to where you installed this project

Installation

Install using go get

go get -u github.com/fbis251/overwatch_feed_generator

Usage

Once installed, run the get.sh script to generate the pc.atom file containing the Atom feed created from the patch notes page

cd $GOPATH/github.com/fbis251/overwatch_feed_generator
./get.sh
less pc.atom

Demo

You can see a hosted version of the generated feed on my github site