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
- Host: GitHub
- URL: https://github.com/conoro/atom-proxy-for-reddit
- Owner: conoro
- License: mit
- Created: 2017-01-08T19:42:04.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-09T13:20:31.000Z (over 9 years ago)
- Last Synced: 2025-02-06T09:48:27.692Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 14.7 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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