Skip to content

Humanoidme/WellThoughtTweets

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Well Thought Tweets

Welcome to Well Thought Tweets, the Chrome extension that uses AI to rank tweets based on how well thought out they are. Because, you know, the internet really needed another way to judge people's thoughts.

Features

  • Automated Tweet Ranking: Uses Google's Gemini-1.5-flash to rank tweets on a scale of 1-10 based on their creativity, uniqueness, reflectiveness, thoughtfulness, etc.
  • Hide low-ranked tweets: Clear your timeline from engagement farming and low-iq tweets.

Installation

  1. Clone or download this repository.
  2. Open Chrome and navigate to chrome://extensions/.
  3. Enable "Developer mode" in the top right corner.
  4. Click "Load unpacked" and select the directory where you downloaded this repository.
  5. Go to the options page and enter your Google AI Studio API key.

Usage

  1. Open the extension's options and input your Google AI Studio API Key.
  2. Open Twitter and watch as the extension ranks tweets in real-time.

Development

Content Script (content.js)

Handles the insertion of ranking elements into tweets and communicates with the background script to fetch rankings.

Background Script (background.js)

Manages the API calls to Google's Gemini and processes the tweet rankings.

Options Page (options.html, options.js, options.css)

Allows users to save their Google AI Studio API key.

Styles (styles.css)

Contains the CSS for the ranking elements.

Contributing

Feel free to submit pull requests or open issues.


Thanks:

Judge icons created by Freepik - Flaticon

About

Well thought ranker for tweets

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 79.9%
  • CSS 13.7%
  • HTML 6.4%