You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Kuzirashi 566c04d8bc Update readme. 6 years ago
.vscode Initial commit. 6 years ago
src Update readme. 6 years ago
.babelrc Initial commit. 6 years ago
.editorconfig Move back tweet author score under profile picture. 6 years ago
.eslintignore Initial commit. 6 years ago
.eslintrc.js Initial commit. 6 years ago
.gitignore Use page action instead of browser action. 6 years ago
.prettierrc Initial commit. 6 years ago
README.md Update readme. 6 years ago
package-lock.json Redesign options. Improve popup modal. Fix minor bugs. 6 years ago
package.json Bump version. 6 years ago
webpack.config.babel.js Add icon. 6 years ago

README.md

Browser extension to show user influence on Crypto Twitter.

It is hard to tell, which Twitter accounts are truly influential. This extension displays influence scores directly on Twitter profiles.

These are the same scores as available on Hive.one. You can choose to display scores for the Crypto Twitter or specific sub-clusters, such as BTC or ETH.

Install

We recommend installing using Chrome store, but here are instructions if you'd like to build and install it manually.

npm install

Run in developer environment

  1. Run:
npm run dev
  1. Go to chrome://extensions
  2. Click "Load unpacked"
  3. Choose build directory created by Webpack inside project directory

Production build

Run:

npm run build