Hacker Read top | best | new | newcomments | leaders | about | bookmarklet login

Probably with the official Reddit API? There are several libraries for it.


sort by: page size:

Reddit have a Public API, thats how all these unofficial clients work. Don't know for sure if this site is using it. (It probably is)

Isn't that the non-public internal reddit API? They have proper APIs for other things, I think.

the base reddit api is pretty good - just tack a .json onto any url for an example

Yeah I don't know either. How hard could it be to build though? I say that half-jokingly...

Is the reddit API complex?


Reddit's API is pretty easy to get started with. Find a page within Reddit that contains the data you want, add ".json" to the URL, and chances are very good that you'll get exactly what you need.

Ask reddit, they used to have an API.

This is such a cool idea! Does it scrape reddit, or use the API?

reddit has a JSON api you can access with your credentials.

There's an open-source Reddit client out there, if yc provided some kind of API (you don't want to do page scraping on the iphone) it would probably be pretty easy to adapt it.

Reddit's APIs are not user-based from what I can tell.

None of this is available in the Reddit API (at least the one used by 3rd party apps).

Reddit's API is free for my use cases. From their documentation: "Our API allows free access to moderators and developers creating these tools for non-commercial use cases."

Reddit is a website. Just make normal browser requests. You don't have to use their "sanctioned" "API."

I crawled reddit in several topics.

It's supported through their api.


Why not use PRAW? It's very mature, useful library using the Reddit API.

i wonder if someone will replicate the old reddit using reddit's api. i mean, there are full featured mobile clients, i wonder if the api licensing would allow it.

Reddit has an API and many clients.

Bummer; so there is a reddit API, but you really can't use it to just get your saves/comments/etc? I had assumed you could. I guess this'll take more effort than I thought. thanks!

Pastebin perhaps? And Reddit posts, they have a nice API.
next

Legal | privacy