Skip to content

crikeli/Sentiment_analyser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sentiment analyzer for tweets

A simple application that gives a sense of various emotions in tweets

Local Development instructions

  • Create a virtualenv. virtualenv venv
  • Activate venv. source venv/bin/activate
  • Install the requirements. pip install -r requirements.txt
  • Save Twitter Credentials and declare them in twiter.py where I have labelled "XXXXXXXXXX"
    os.environ['CONSKEY'] = "XXXXXXXXXX"
    
    os.environ['CONSSECRET'] = "XXXXXXXXXX"
    
    os.environ['ACCTOKEN'] = "XXXXXXXXXX"
    
    os.environ['ACCSECRET'] = "XXXXXXXXXX"
  • Run the server. python analyzer.py

About

A simple application that gives a sense of various emotions in tweets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published