Skip to content

A Python package for extracting posts from reddit (r/wallstreetbets) and running through the vader sentiment analyser.

Notifications You must be signed in to change notification settings

squeakycheese75/wallstreetbets-sentiment-analyser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wallstreetbets Sentiment Analyser

A library for extracting posts from the r/wallstreetbets reddit group and running them through a sentiment analyser (vader).

Requirements

From your appropriate Python environment run the following:

make base-requirements

Getting Started

  1. Set up your local environment using make create-local-env
  2. In the .env file you will need to add the reddit account details.

Installing the module

Run python3 -m pip install wallstreetBetsAnalyser

Example usage

from wallstreetBetsAnalyser import run

resval = run('wallstreetbets', 100)
print(resval)

Disclaimer

This project is not financial advice. Please be aware of Reddit API limits.

About

A Python package for extracting posts from reddit (r/wallstreetbets) and running through the vader sentiment analyser.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published