Skip to content

For Users

Joshua Golafshan edited this page Dec 16, 2021 · 8 revisions

Features

  • In-built SQLite database.
  • Historical and real-time Reddit submissions/comments.
  • Dash integrated for visualization.
  • Uses machine learning to identify sentiment, ticker, and stock options.

Python Examples

from WallStreetSocial.backend import reddit


reddit = reddit.RedditPipe()
reddit.run("WallStreetBets", start="2020-08-03 00:00:00", end="2020-08-03 03:01:40")
Clone this wiki locally