Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lukechilds/coinflict-of-interest
Browser extension to show user biases on Crypto Twitter.
https://github.com/lukechilds/coinflict-of-interest
bitcoin browser-extension chrome-extension cryptocurrency twitter
Last synced: 9 days ago
JSON representation
Browser extension to show user biases on Crypto Twitter.
- Host: GitHub
- URL: https://github.com/lukechilds/coinflict-of-interest
- Owner: lukechilds
- License: mit
- Created: 2019-03-20T12:12:50.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T04:03:18.000Z (almost 2 years ago)
- Last Synced: 2024-10-26T12:37:18.221Z (15 days ago)
- Topics: bitcoin, browser-extension, chrome-extension, cryptocurrency, twitter
- Language: JavaScript
- Homepage:
- Size: 4.07 MB
- Stars: 144
- Watchers: 4
- Forks: 4
- Open Issues: 17
-
Metadata Files:
- Readme: readme.md
- Funding: .github/FUNDING.yml
- License: license
Awesome Lists containing this project
README
# Coinflict of Interest
> Browser extension to show user biases on Crypto Twitter.
[![Build Status](https://travis-ci.com/lukechilds/coinflict-of-interest.svg?branch=master)](https://travis-ci.com/lukechilds/coinflict-of-interest)
[![Chrome Web Store](https://badgen.net/chrome-web-store/v/dcfdkmkdffaojlgdhpnhejhpfeobddog )](https://chrome.google.com/webstore/detail/dcfdkmkdffaojlgdhpnhejhpfeobddog/)
[![Mozilla Add-on](https://badgen.net/amo/v/coinflict-of-interest)](https://addons.mozilla.org/en-US/firefox/addon/coinflict-of-interest)
[![tippin.me](https://badgen.net/badge/%E2%9A%A1%EF%B8%8Ftippin.me/@lukechilds/F0918E)](https://tippin.me/@lukechilds)There are lots of people voicing their opinions on Crypto Twitter, however it's often hard to work out if Tweets are genuinely informative, or if the person has an ulterior motive.
The step I usually use to determine how seriously I should take a Tweet are:
- See a negative tweet about a certain currency.
- Check that person’s profile to see if they're biased towards or against that currency.
- If they’re biased towards it and they’re saying something negative, it’s probably a valid criticism.
- If they’re biased against it and they’re saying something negative, it might just be FUD.However this can be time consuming and it isn't always easy to tell someone's biases just by glancing at their profile.
This browser extension helps you get quick insights into user biases by injecting the data straight into Twitter. Bias information is displayed inside the users profile card that pops up when you hover over their avatar. It's also displayed under a users bio on their profile.
All data provided by [hive.one](https://hive.one).
## Install
- [**Chrome** extension](https://chrome.google.com/webstore/detail/dcfdkmkdffaojlgdhpnhejhpfeobddog/)
- [**Firefox** add-on](https://addons.mozilla.org/en-US/firefox/addon/coinflict-of-interest)
- **Opera** extension: Use [this Opera extension](https://addons.opera.com/en/extensions/details/download-chrome-extension-9/) to install the Chrome version.## Build from Source
### `yarn`
Install dependencies
### `yarn build`
Build the unpacked extension into the `dist` directory.
## License
MIT © Luke Childs