Skip to content

cosimoiaia/Facebook-Sentiment-Analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Facebook-Sentiment-Analysis

Simple basic script to retrieve and perform Sentiment Analysis on Facebook Posts.

Dependencies

  • facebook-sdk
  • NLTK
  • TextBlob
  • Facebook Access Token

Setup

  • Install NLTK:
  • Download the corpora files and trained model:
$ python
>>> import nltk
>>> nltk.download('all')
  • install facebook-sdk and TextBlob:
$ sudo pip install facebook-sdk TextBlob

Usage

$ python simple_facebook_sentiment_analysis.py --access_token YOUR_ACCESS_TOKEN --profile=profilename

About

Basic script to retrieve and perform Sentiment Analysis on Facebook Posts.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages