Matthew Esposito
Matthew Esposito
Just to give an update, the team is still deliberating on how we’re going to move forward. I believe we can do so while keeping Libreddit easy to use and...
Scraping reddit would incur a lot more traffic, and require more code to handle parsing the HTML. Also, their HTML endpoints (the webpages) are *more* heavily rate limited than the...
I've added automatic token refreshing, it should now handle retrieving a new token when the expiry time elapses.
I'm not sure what you mean by wrapping the oauth spoof around a proxy. It's currently just using the same endpoints that we used before, except with `oauth.reddit.com` as the...
It works currently, but I've no clue whether it will work after the changes. We're basically stalled until then. More importantly this code will unfortunately likely never be merged due...
I'll be creating a fork like that soon. The legality is on the same level as youtube-dl as I understand it so my previous comment stands corrected. I'll put a...
I believe dtolnay's Actions is the generally recommended alternative: https://github.com/dtolnay/rust-toolchain
[Bad news from Apollo dev: ](https://reddit.com/r/apolloapp/comments/12ram0f/had_a_few_calls_with_reddit_today_about_the/) > Free usage of the API for apps like Apollo is not something they will offer, and thus me offering free usage of the...
An important question we need to consider is what we do if they lock down unauthenticated requests. Is webpage scraping something that we should implement? I think it's really important...
It might not be terrible as an alternative, but it would likely require abandoning much of the codebase and probably starting from scratch, besides the front end templates. We could...