Skip to content

vjy02/reddit-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo

Reddit Summariser

Escape the AI slop by gathering authentic opinions from reddit threads for your google queries.


Report Bug · Request Feature

About

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).

Demo

Reddit Summary Demo Gif

Built With

JavaScript NodeJS Google Chrome

Getting Started

We will set up both the server and extension.

  1. Clone the repo
    git clone https://github.com/vjy02/reddit-search.git
  2. Adjust your OpenAI key, hostname and port accordingly in .env inside of /server
    OPENAI_API_KEY=sk-XXXXXX
    BASE_URL=http://localhost:5000
    PORT=5000
    
  3. Install NPM packages and run the node server
    npm install
    node server.js
  4. Now direct to /chrome-extension and install NPM packages
    npm install
  5. In Chrome, navigate to chrome://extensions, ensure that Developer mode is enabled. Then click Load unpacked and select the /extension folder.

About

A chrome extension parody of Gemini AI google query summaries but for reddit sources only.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors