Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 1 addition & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,7 @@
Senticomment is a simple little hacked together script that applies basic sentiment analysis to downloaded YouTube comments. To set up:

## Installation of Libraries
You'll need Python 3 installed with pip. Run:

`pip install httplib2`

`pip install nltk`

`pip install csv`

`pip install google-api-python-client`

`pip install oauth2client`

You'll also need to install `vader`, but I don't remember how. Running `python3 main.py` should prompt you with what you need to do.
`pip install -r requirements.txt`

## Set Up Google Cloud
1. Go to [Google Cloud Console](https://console.cloud.google.com) and create a new project.
Expand Down
4 changes: 4 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
httplib2==0.11.3
nltk==3.3
google-api-python-client==1.7.3
oauth2client==4.1.2