kopia lustrzana https://github.com/transitive-bullshit/chatgpt-api
pull/706/head
rodzic
c9fda50c09
commit
2fcfa6a2ad
|
@ -6,12 +6,12 @@ description: Basic readonly Reddit API for getting top/hot/new/rising posts from
|
||||||
- package: `@agentic/reddit`
|
- package: `@agentic/reddit`
|
||||||
- exports: `class RedditClient`, `namespace reddit`
|
- exports: `class RedditClient`, `namespace reddit`
|
||||||
- [source](https://github.com/transitive-bullshit/agentic/blob/main/packages/reddit/src/reddit-client.ts)
|
- [source](https://github.com/transitive-bullshit/agentic/blob/main/packages/reddit/src/reddit-client.ts)
|
||||||
- [reddit api docs](https://old.reddit.com/dev/api)
|
- [reddit legacy api docs](https://old.reddit.com/dev/api)
|
||||||
|
|
||||||
<Note>
|
<Note>
|
||||||
This client uses Reddit's free, publicly accessible legacy JSON API aimed at
|
This client uses Reddit's free, legacy JSON API aimed at RSS feeds, so no auth
|
||||||
RSS feeds, so no API key or auth is required. With that being said, Reddit
|
is required. With that being said, Reddit does impose rate limits on the API,
|
||||||
does impose rate limits on the API, so be considerate.
|
so be considerate.
|
||||||
</Note>
|
</Note>
|
||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
Ładowanie…
Reference in New Issue