A magic machine that runs a trend analysis on selected Reddit subs.
The above is a mind map of how this tool will ideally work. After selecting a series of related (or not!) subreddits, the tool will extract metadata from each post, and run that data through Google's Natural Language Processing tool to get information such as sentiment and content categorization. It will also extract keywords and phrases, which then later we can use to compare and create trend reports.
Below is a mockup of the list dashboard.
Run: npm install
Run: npm install grpc --runtime=electron --target=<"current electron version">
- Create a Google NLP service account
- Place Google NLP API key in APIkey.txt file
- "Placeholder for setting up .env file with Google NLP Credentials"