Skip to content

MarketEye - See public stock sentiment with data web scraped from Twitter. Check it out at marketeye.us

Notifications You must be signed in to change notification settings

ViktorBash/MarketEye

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MarketEye 📈

See stock sentiment for all stocks in the S&P 500. Uses NLP machine learning on web scraped Tweets.

Link: http://marketeye.us

YouTube Video Showcase: https://youtu.be/12SLd-mnxBs

How It Works: 🚀

  • tasks.py cycles through all of the stocks in the S&P 500 (spy_list.csv)
  • Each stock has recent and top tweets webscraped from Twitter in webscraper.py
  • Each Tweet is cleaned and then run into SentimentClass within machine_learning.py
  • The NLP (natural language processing) algorithm classifies every Tweet as positive or negative
  • All of this data is written to ~1000 CSV files,
  • When a user searches up a specific stock, the data is retrieved from the accompanying CSV files!

GIF: 🖥️

showcase gif

About

MarketEye - See public stock sentiment with data web scraped from Twitter. Check it out at marketeye.us

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published