Skip to content

FabioRosado/tweetnalytic

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

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

Languages