/Twitteristic

A chrome extension that flags fake and toxic comments in your feed along with providing analysis on your session (Overview: https://www.youtube.com/watch?v=8MW87kjw2bw)

Primary LanguageJupyter Notebook

Twitteristic

Project page

View it on Devpost : Twitteristic | Devpost

Description

Chrome extension to flag fake and toxic content in your twitter feed.

Features

  • converts fake tweets to light blue
  • converts toxic tweets to light red
  • produces a summary/analytics report (in the form of pie-charts depicting the percentage of fake and toxic tweets)
  • options to blur out toxic tweets

Usage

cd Backend
python -m flask run
  • Under developer mode in chrome://extensions, use the "Load unpacked" option to load the code. Pin it in your browser and that's it !

Thanks for reading :)