Go to file
Christian Selig ab04b220a4
Update README.md
2023-06-26 11:45:18 -03:00
.github [render skip] bump workflow versions (#111) 2022-11-16 13:29:25 -05:00
cmd/apollo reorganize commands to keep things more consistent 2021-07-13 13:14:25 -04:00
docs add schema 2022-03-28 17:27:07 -04:00
internal use a locking mechanism for the scheduler instead of the singleton model in the cron lib 2023-06-08 17:33:22 -04:00
migrations tweak scheduler 2022-05-22 19:35:03 -04:00
.env.test Better testing (#62) 2022-05-07 12:37:21 -04:00
.gitignore update gitignore 2023-02-23 11:40:45 -05:00
.golangci.yml things 2022-11-09 14:19:14 -05:00
Makefile add request ids to logs 2022-07-15 12:19:27 -04:00
README.md Update README.md 2023-06-26 11:45:18 -03:00
go.mod update otel and fastjson 2023-03-24 14:00:15 -04:00
go.sum update otel and fastjson 2023-03-24 14:00:15 -04:00
render.yaml update render.yaml 2023-03-16 10:54:43 -04:00

README.md

Apollo Server Backend

This repository holds Apollo's code for its server backend, which checks for user notifications and allows users to create subreddit watchers. It is archived as it will no longer be used/updated after June 30th, 2023 per Reddit's decisions in regards to the Reddit API. https://www.reddit.com/r/apolloapp/comments/144f6xm/apollo_will_close_down_on_june_30th_reddits/

The goal of making the code for this repo available is to show that despite statements otherwise by Reddit administrators, Apollo does not scrape anything and users purely authenticated Reddit API requests, and does a great deal of work to ensure the Reddit API rate limits are respected.