Escape the AI slop by gathering authentic opinions from reddit threads for your google queries.
Report Bug
·
Request Feature
Reddit Summariser is a chrome extension that will generate a summary based off of your reddit sources for your google searches, saving you both time and effort in getting more authentic advice from all the AI slop (ironically using AI to escape AI).
We will set up both the server and extension.
- Clone the repo
git clone https://github.com/vjy02/reddit-search.git
- Adjust your OpenAI key, hostname and port accordingly in
.envinside of/serverOPENAI_API_KEY=sk-XXXXXX BASE_URL=http://localhost:5000 PORT=5000 - Install NPM packages and run the node server
npm install node server.js
- Now direct to
/chrome-extensionand install NPM packagesnpm install
- In Chrome, navigate to
chrome://extensions, ensure that Developer mode is enabled. Then click Load unpacked and select the/extensionfolder.
