Home - AeroStarCreations/Cryptood GitHub Wiki

Welcome to the Cryptood wiki!

Initial Plans

Use a sentiment analyzer to quantify cryptocurrency-related news and social media. The analysis results will be compared (ideally graphed) to cryptocurrency market trends. The end result should be a website where a user can view up-to-date analysis and apply custom values to tailor results.

Target RSS feeds (more may be added):

  • CoinDesk
  • Reddit
  • Twitter

Necessary components:

  • Sentiment analyzer
    • TextBlob (best to start with)
    • VaderSentiment
    • spaCy (more manually)
  • Website framework
    • Static website (for starters)
    • Something to publish on
  • Backend service for analyzer
    • Is there an AWS product for this?
  • Tool for generating graphs
  • Paper trader to track/test results

Tools