This is a browser extension that turns tweets into LSAT verbal reasoning questions. Demo
-
Download the dist.zip from lastest release
-
Unzip the downloaded file
-
Open Chrome and go to
chrome://extensions/ -
Enable "Developer mode" in the top right corner
-
Click "Load unpacked" and select the unzipped folder
-
Get your API key from Groq AI
-
Click on the extension icon in your browser
-
Enter your Groq API key in the popup
-
Visit Twitter/X and click on the LSAT button!
Clone the repository
git clone git@github.com:puravparab/tweet2lsat
Navigate to repository
cd tweet2lsat
Install dependencies
npm install
Build the extension
npm run build