Skip to content

FabioRosado/tweetnalytic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tweetnalytic

A simple program that uses the NLTK library to interact with Twitter.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

To run Tweetnalytic you need to install:

  • NLTK
  • Tweepy
  • Oauthlib

Installing

Install NLTK library and download all the data with the command:

sudo python -m nltk.downloader -d /usr/local/share/nltk_data all.

Note: Read more on the NLTK page.

Deployment

Simply run the following command in the command line:

python3 sentiment.py <term>

Built With

  • NLTK - Natural Language Toolkit
  • Tweepy - Tweepy: Twitter for Python!

Authors

  • FabioRosado - Initial work

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

A simple program that uses the NLTK library to interact with Twitter.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages