This is a Chrome extension that analyzes tweets on Twitter.com based on the AFINN sentiment analysis algorithm. The original goal was to have this work on both twitter and reddit but I couldn't figure out reddit.
This project uses React/Typescript and vite as the build system
Main code lives in content-script/src
Setting pages lives in src/App.tsx
- Clone repository
- To install dependencies
yarn install - To build:
yarn build
- Get to work on reddit
- Live analyze while typing a tweet
- More settings