wallstreetBetsAnalyser

A tool for extracting post from the wallstreetbets reddit group and running them through a sentiment analyser (vader).


Keywords
wallstreetbets, reddit, sentiment, analyser, python, python3, reddit-bot, sentiment-analysis, vader-sentiment-analysis
License
MIT
Install
pip install wallstreetBetsAnalyser==0.1.1

Documentation

Wallstreetbets Sentiment Analyser

This section should include a small description of the project.

Requirements

Project dependencies are installed with

make requirements

Getting Started

  1. Set up your local environment using make create-local-env
  2. In the created .env 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 advise.