Skip to content

solarnz/starred-releases

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

starred-releases

A simple go server that will fetch your starred repositories, fetch the releases for those repositories and generate an atom feed of those releases.

Configuration

You will need to generate a github personal access token. You can do this by going to the settings page on github, going to the "Personal access tokens" section and clicking on "Generate new token"

Running

Docker

docker build . -t starred-releases
docker run -p "8080:80" starred-releases

Locally

go get github.com/solarnz/starred-releases
starred-releases

Usage

You can then access the atom feed at http://localhost:8080/<github username>/<personal access token>/atom.xml

Alternatively, you can use the public instance. Generate your feed by going to http://feedr.sloo.co/generate

About

A golang server to generate an atom feed of releases from your starred repositories.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages