Skip to content

A self hostable full stack app to provide sentiment analysis Reddit data.

Notifications You must be signed in to change notification settings

casrar/Sentireddit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Sentireddit

A self hostable full stack app to provide sentiment analysis Reddit data.

image image image

Setup

  • Navigate to project directory
  • Run database
    • database/pocketbase serve
  • Create account for database
  • Configure .env file in src/ directory
    • image
  • Run server
    • cd src
    • Run pipenv run flask --app sentireddit.py run (or add --debug after sentireddit.py run)
  • Configure data sources on Sentireddit
  • Run scraper
    • cd src/comment-scraper
    • Run pipenv run python main.py

About

A self hostable full stack app to provide sentiment analysis Reddit data.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published