crypto-twitter-analysis
crypto-twitter-analysis copied to clipboard
Tool that performs sentiment analysis on tweets regarding cryptos and perform market operations through Binance API
Crypto twitter Analysis
This application will get sentiment analysis on tweets regarding cryptos and perform market operations through Binance API
Getting Started
To install all Node packages run the following command.
npm install
Create a Twitter Application and copy the API key and Secret in the env file. (Look at the env.example file for details)
You should set up a Google Platform, enable the Cloud Natural Language API, create a service account and store the service account private key in this directory in a file called gcloud-private-key.json
To start the application run the following command:
npm run start