Skip to content

swenson/littlereader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

littlereader

littlereader is a minimalistic single-user RSS reader.

It's written in Go, and is fairly simple to get up and running.

  1. Clone the repo.
  2. Copy your subscriptions.xml from your Google Reader takeout.
  3. Run make import
  4. Export your AWS S3 credentials to the standard variables, e.g.,
export AWS_ACCESS_KEY_ID=something
export AWS_SECRET_ACCESS_KEY=something

(I keep these in a script.)

  1. Run make run
  2. Go to http://localhost:9090/

Features

  • Support Atom and RSS
  • Automatic fetching every 12 hours of new articles
  • Mark items as read
  • Mark all as read
  • Add feeds
  • Uses S3 for storage

TODO

  • Remove feeds easily
  • Any theming

License

All code in this repository, unless otherwise specified, is hereby licensed under the MIT Public License:

Copyright (c) 2013 Christopher Swenson.

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
files (the "Software"), to deal in the Software without
restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following
conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.

About

Small, single-user RSS reader

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published