GithubHelp home page GithubHelp logo

crypto_sentiment_analysis's Introduction

Summary

Data:

  • Data(messages) was obtained from a crypto group on telegram between the dates 05/01/2021 and 05/15/2021 (inclusive)

Preprocessing:

  • First, the message data is cleaned to remove hyperlinks, brackets and digits from messages.
  • Then the data was analyzed using the library 'langdetect' and messages in english language were extracted.
  • Then only the messages containing "SHIB" or "DOGE" were extracted.

Sentiment Analysis:

  • TextBlob library was used to perform the sentiment analysis.
  • This library function outputs a sentiment score for each message, where '>0' is considered as positive, '0' is considered neutral and '<0' is considered negative emotion.

Results:

  • The total number of messages, positive, negative, and neutral sentiments, and average sentiment score per day are extracted into a dataframe.
  • Plotly is used to plot average sentiment score vs Date and Number of messages per day vs Date
  • score_vs_days
  • messages_vs_days

Running the code

  • Install the packages in requirements.txt by running:
pip install -r requirements.txt
  • Run the python file "crypto_sentiment_analysis" for results and plots:
python3 crypto_sentiment_analysis.py
  • Note: Make sure to include "messages.json" in the same directory

crypto_sentiment_analysis's People

Contributors

saiki0007 avatar

Watchers

 avatar

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.