Skip to content

its a twitter bot performing sentiment analysis on tweets and replying with the result.

License

Notifications You must be signed in to change notification settings

pratyushgguptaa/sentiment_analysis_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SENTIMENT ANALYSIS BOT

  • This is a twitter bot which performs sentiment analysis on tweets and replies with either a positive/negative or a variable review.
  • To use, reply to any tweet by @AnalyseBot and within a minute, the bot will reply.

Note:

It performs faster by using pickling. Since featuresets.pickle came out to be about 300MB, So, it is not included in repo. Dont forget to create using:

featuresets = [(find_features(rev), category) for (rev, category) in documents]

About

its a twitter bot performing sentiment analysis on tweets and replying with the result.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages