An open API service indexing awesome lists of open source software.

https://github.com/conoro/atom-proxy-for-reddit

This tool lets you request specific subreddits via ATOM and generates its own ATOM feeds for them
https://github.com/conoro/atom-proxy-for-reddit

Last synced: about 1 year ago
JSON representation

This tool lets you request specific subreddits via ATOM and generates its own ATOM feeds for them

Awesome Lists containing this project

README

          

# Atom Proxy for Reddit

This tool lets you request specific subreddits via ATOM and generates its own ATOM feed for them

Just request https://yourdomain.com/?r=name_of_subreddit to get a feed for https://www.reddit.com/r/name_of_subreddit

The tool exists to deal with Feedly being blocked for (presumably) excessive requests to Reddit

Next step is to get running on AWS Lambda

Note I have vendored-in the rss module so I can add a needed User-Agent for the requests.
A simple reverse proxy might do the same job but this was quicker for me as I had previous code

I run this on an EC2 instance behind a Caddy server which gave me a Let's Encrypt Cert for free

Copyright © 2017 Conor O'Neill, conor@conoroneill.com

License MIT