A library for extracting posts from the r/wallstreetbets reddit group and running them through a sentiment analyser (vader).
- Python3 installed
- Virtualenv installed
- wheel installed due to an open issue with aws_lambda_layers not resolving dependencies
From your appropriate Python environment run the following:
make base-requirements
- Set up your local environment using
make create-local-env
- In the .env file you will need to add the reddit account details.
Run python3 -m pip install wallstreetBetsAnalyser
from wallstreetBetsAnalyser import run
resval = run('wallstreetbets', 100)
print(resval)
This project is not financial advice. Please be aware of Reddit API limits.