Skip to content

rafalzawadzki/redditbot

Repository files navigation

This is a NextJS project with custom chatbot. Features:

  • a slim wrapper over the Reddit API to expose only useful endpoints and trim data payloads
  • An OpenAPI spec file in YAML for the Chatwith chatbot
  • a landing page with a chatbot iframe embed

chabot interface screenshot

Getting Started

First, run the development server:

bun dev
# or
npm run dev
# or
pnpm dev

Open http://localhost:3000 with your browser to see the result.

Contributing

PRs are welcome! The API can be extended to allow chatbot interactions like:

  • Looking up older posts, eg from a year ago
  • Fetching user information and profiles
  • Searching by categories, post types etc

About

A custom ChatGPT chatbot to converse with the Reddit API

Resources

License

Stars

Watchers

Forks