Skip to content

Find out what r/wallstreetbets is talking about without reading their sh*tposts.

Notifications You must be signed in to change notification settings

fx-ha/wsb-mentions

Repository files navigation

Wallstreetbets Mentions

The backend counts how many times a ticker symbol was mentioned on r/wallstreetbets and r/mauerstrassenwetten in a day. It uses Reddit's official API to analyze headlines of posts and Tesseract's optical character recognition to gather text from images (to analyze memes). This frontend visualizes the results with Recharts.

To Do

Tools

  • Date-Fns
  • ESLint
  • Next.js
  • Prettier
  • React
  • Recharts
  • Sass
  • Typescript

Setup

Run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result.

Done

  • Setup Next.js project w/ ESLint, Prettier, Sass, Typescript
  • get data from api
  • install recharts
  • stock ticker selector
  • update chart based on selected stock mentions data
  • use bar chart
  • show dates without mentions in chart