Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bartolomej/bitter-blocker
Keep your Twitter feed sweet 🍬
https://github.com/bartolomej/bitter-blocker
chrome-extension twitter twitter-sentiment-analysis
Last synced: about 1 month ago
JSON representation
Keep your Twitter feed sweet 🍬
- Host: GitHub
- URL: https://github.com/bartolomej/bitter-blocker
- Owner: bartolomej
- Created: 2022-04-02T21:19:58.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-05T09:46:40.000Z (almost 3 years ago)
- Last Synced: 2024-11-05T10:44:50.978Z (3 months ago)
- Topics: chrome-extension, twitter, twitter-sentiment-analysis
- Language: JavaScript
- Homepage: https://chrome.google.com/webstore/detail/bitter-blocker/giddaijbiemlfalfgcbijpnooogjepne
- Size: 416 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Bitter Blocker
Keep your Twitter feed sweet!
Introducing Bitter Blocker, the Chrome extension that blocks negative tweets!
No more scrolling through your feed and seeing negativity! With Bitter Blocker, you can enjoy a positive social media experience.
> All branding (including the logo) was generated by our dear friend GPT3.
![](./assets/worthy.png)
**Reasons to use BitterBlocker:**
1. Blocks negative tweets, so you can enjoy a positive social media experience.
2. Protects you from online negativity and trolls.
3. Helps you focus on the positive aspects of life.
4. Allows you to control your social media experience.
5. Is a free Chrome extension!## Installation
1. Visit [chrome://extensions](chrome://extensions/)
2. Click "Load unpacked" button
3. Select `bitter-blocker/chrome-extension` folder
4. Enjoy your sweet Twitter feed!## System Overview
We've developed a browser extension that can interact with the user's social media websites.
For starters, we only support Twitter, but we could easily extend our solution to other platforms like Facebook, etc.
Our browser extensions communicates with our backend server, which in turn interacts with a NLP (Natural Language Processing) tool of choice (we currently support [nltk](https://www.nltk.org/) and [OpenAI GPT3](https://openai.com/blog/openai-api/)).
![](./assets/diagram.png)
## Contributors
- [Yon Ploj](https://github.com/plojyon)
- [Jakob Drusany](https://github.com/jakic12)
- [Bartolomej Kozorog](https://github.com/bartolomej)