Good luck. News is the API fees are going to destroy Apollo.
What a poor timing for something like this.
Teddit – An alternative Reddit front-end focused on privacy
11–20 of 96 posts
Re: Teddit – An alternative Reddit front-end focused on privacy
#12Or are all the improvements from skipping the client side garbage calls?
Re: Teddit – An alternative Reddit front-end focused on privacy
#13On my personal Teddit instance, pages load approximately eight times faster than on reddit.com! There are also some nice UX features, such as being able to see the entire nested threads (like here on Hacker News) without expanding them individually.
Did you do anything to speed up Teddit page loads? I self-host too and Teddit is a bit sluggish since it seems to load everything on the page before rendering[1]. I tried Libreddit as an alternative, which is much faster, but I prefer the look/feel of Teddit. 1. https://codeberg.org/teddit/teddit/issues/248
Re: Teddit – An alternative Reddit front-end focused on privacy
#14 {
"description": "Reddit to Teddit",
"exampleUrl": "https://www.reddit.com/u/rmhack",
"exampleResult": "https://teddit.net/u/rmhack",
"error": null,
"includePattern": "^(https?://)([a-z0-9-]*\\.)reddit.com/(.*)",
"excludePattern": "",
"patternDesc": "Convert all Reddit http(s) subdomains to teddit.net",
"redirectUrl": "https://teddit.net/$3",
"patternType": "R",
"processMatches": "noProcessing",
"disabled": false,
"grouped": false,
"appliesTo": [
"main_frame"
]
},Re: Teddit – An alternative Reddit front-end focused on privacy
#15Re: Teddit – An alternative Reddit front-end focused on privacy
#16Good luck. News is the API fees are going to destroy Apollo.
Re: Teddit – An alternative Reddit front-end focused on privacy
#17Re: Teddit – An alternative Reddit front-end focused on privacy
#18Re: Teddit – An alternative Reddit front-end focused on privacy
#19Good luck. News is the API fees are going to destroy Apollo.
I believe Teddit uses scraping; I run a Teddit instance for myself and haven't needed to set up an API key.
So if you call /get-comments/1234 it scrapes post 1234 and returns the JSON object exactly as the official API does.
Then third party clients can just point to this endpoint.
Re: Teddit – An alternative Reddit front-end focused on privacy
#20Earlier quoted context omitted.
HTML is a perfectly good API.
Reddit is a SPA though right