Skip to content

A chrome extension aimed at fighting misinformation on Twitter. Powered by React and the OpenAI ChatGPT API to fact-check tweets instantly.

Notifications You must be signed in to change notification settings

ragizaki/TwitterFactCheck

Repository files navigation

Insight - Twitter Fact-Checker

Fact-Check tweets instantly with Insight

Introduction

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.

Tech Stack

  • React (Vite)
  • Chrome Extension Tools
  • GPT 3.5
  • TypeScript
  • Chakra UI

Features

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.

Demo

Explore._.Twitter.-.Google.Chrome.2023-04-01.01-00-44.mp4

Setup

Clone repository

git clone git@github.com:yosevu/react-content-script.git

Install dependencies

yarn

Build extension

yarn build

Load extension

  1. Navigate to chrome://extensions/
  2. Turn on the "Developer mode" toggle switch in the top right of the window
  3. Click the "Load unpacked" button in top left of the window
  4. Go to the react-content-script directory and select the dist directory to load the extension
  5. Navigate to https://blank.org/ to see the Content Script React app
  6. Go to extensions and click "React TypeScript Chrome Extension" to see the Popup React app

About

A chrome extension aimed at fighting misinformation on Twitter. Powered by React and the OpenAI ChatGPT API to fact-check tweets instantly.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •