Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paramaggarwal/clean-twitter
Dim unwanted tweets on your Twitter For You page using GPT.
https://github.com/paramaggarwal/clean-twitter
Last synced: about 1 month ago
JSON representation
Dim unwanted tweets on your Twitter For You page using GPT.
- Host: GitHub
- URL: https://github.com/paramaggarwal/clean-twitter
- Owner: paramaggarwal
- License: mit
- Created: 2023-05-19T05:22:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-19T05:37:31.000Z (over 1 year ago)
- Last Synced: 2024-10-27T23:11:09.997Z (3 months ago)
- Language: JavaScript
- Size: 1.09 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Clean Twitter - Chrome Extension
Dim unwanted tweets on your Twitter For You page using GPT.Hide tweets | Skip mute lists | Uses OpenAI
--- | --- | ---
![Hide tweets](/screenshots/1.png) | ![Skip mute lists](/screenshots/2.png) | ![Uses OpenAI](/screenshots/3.png)## Install
- The Chrome Extension is currently under review - [track status here](https://github.com/paramaggarwal/clean-twitter/issues/1).
- Meanwhile you can [install the extension manually](https://webkul.com/blog/how-to-install-the-unpacked-extension-in-chrome/).## Topics
1. Politics
2. Hate speech
3. Here is why lists
4. Promoted tweets## Benefits
1. Filter tweets on your For You timeline.
2. No need to maintain large block lists.
3. Let AI determine matching of topics against tweets.## Limitations and bugs
* The boost only dims bad tweets temporarily and e.g. the styling gets lost when the user scrolls back up
* GPT turbo isn't always smart enough and frequently misclassifies tweets (e.g. labels any tweet about AI as 'bad')
* An easy solution is using GPT-4 but that could require modifications to the prompt for the best results
* It doesn't know about a tweet's images, author, etc.
* I haven't done the math on how expensive this would be to run constantly :)## Credit
Uses the [Arc Boost script](https://github.com/vincentmvdm/for-me-page) shared by [Vincent van der Meulen](https://twitter.com/vincentmvdm), modified [with permission](https://twitter.com/vincentmvdm/status/1659388675682123776). See the [original tweet](https://twitter.com/vincentmvdm/status/1658678049691385857).