Giter Site home page Giter Site logo

cryptosentimentanalysis's Introduction

CryptoSentimentAnalyzerUMBC | https://devpost.com/software/crypto-popularity-predictor | Won Best Data Driven Application | ClearEdge IT | @HackUMBC, UMBC's annual Hackathon

Our Tool Analyzes the public sentiment around a cryptocurrency or token of your choice using Textblob, a Python NLP framework, and Tweepy, a Python implementation of the Twitter API. Create a Twitter Developer Account and get more information from their developer portal. Note, The Crypto Sentiment Analyzer utilizes Twitter V1.1 API, so for this to function properly you must get keys for that version, if for whatever reason you cannot get working keys, use the version with keys CryptoConnotationAnalysisWithKeys.ipynb


API Keys and Tokens: create a .env file and enter values for the fields below in this format values inside {} will be your own information i.e. your api keys and token
API_KEY={Api Key}
API_KEY_SECRET={Secret}
BEARER_TOKEN={Bearer token}
ACCESS_TOKEN={Access token}
ACCESS_TOKEN_SECRET={Access Token Secret}


Dependencies:

  • os (built into python)
  • Textblob
  • Tweepy
  • Dotenv pip install

I recommend creating a virtual enviornment for this project so there are no conflicts between your globally installed packages. Virtual environment steps:

  1. Assuming python is installed globally on your system, through your operating system's cli go to your project folder
  2. Run this command: python -m venv ./venv or python3 -m venv ./venv
  3. Now to activate your virtual environment, run in your cli: venv\Scripts\activate
  4. Install Dependencies with pip

Execution: Once you run the program, user will be prompted with input: for the tool to function properly, enter the name of a cryptocurrency or token. Recent Tweets about the coin will be returned along with a generated public connotation/sentiment value surrounding said coin.

image

Portion of the Output:

image

cryptosentimentanalysis's People

Contributors

jadenl1 avatar sracha4355 avatar

Watchers

 avatar

Forkers

juanparker1

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.