Skip to content

Python Web Scraping using Tweepy, performing sentiment analysis using predefined dictionaries, and write pos or neg sentiment to file

License

markdude701/Python-Twitter-Sentiment-Analysis

Repository files navigation

Python-Twitter-Sentiment-Analysis

Python Web Scraping using Tweepy, performing sentiment analysis using predefined pickled dictionaries, and write positive or negative sentiment to a text file (twitter-out.txt)

Pickled Dictionaries Used

  • MultinomialNB, BernoulliNB
  • LogisticRegression, SGDClassifier
  • SVC, LinearSVC, NuSVC
  • ClassifierI

Python Resources Used

  • nltk
  • random
  • pickle
  • sklearn
  • statistics
  • tweepy
  • json

About

Python Web Scraping using Tweepy, performing sentiment analysis using predefined dictionaries, and write pos or neg sentiment to file

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages