Fact-Check tweets instantly with Insight
Insight is a chrome extension that allows users to fact-check tweets in real-time. The extension has an easy-to-use interface. A fact-check button is rendered when a user interacts with a tweet, and clicking the button fact-checks the tweet content using the OpenAI GPT-3.5 API.
- React (Vite)
- Chrome Extension Tools
- GPT 3.5
- TypeScript
- Chakra UI
The tool categorizes the tweet into 1 of three categories
- True
- False
- Unverifiable There are plans to add more nuanced categories, and to support tweets with images with the release of GPT-4.
Explore._.Twitter.-.Google.Chrome.2023-04-01.01-00-44.mp4
git clone git@github.com:yosevu/react-content-script.git
yarn
yarn build
- Navigate to chrome://extensions/
- Turn on the "Developer mode" toggle switch in the top right of the window
- Click the "Load unpacked" button in top left of the window
- Go to the
react-content-script
directory and select thedist
directory to load the extension - Navigate to https://blank.org/ to see the Content Script React app
- Go to extensions and click "React TypeScript Chrome Extension" to see the Popup React app