Skip to content

Repository to experiment with sentiment mining, twitter analysis and NLP using NLTK in Python

Notifications You must be signed in to change notification settings

vivekdtiwari/learnTweepyNLP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

learnTweepyNLP

  • Repository to experiment with sentiment mining, twitter analysis and NLP using NLTK in Python
  • Connect Twitter stream to Elasticsearch in next step for more powerful processing

Technology Stack

  • Python (Extract tweets from Twitter streaming API using tweepy)
  • Elasticsearch (upcoming)

config.py (sample config file for import)

CONSUMER_KEY = 'xxxxxxxxxxxxxxxxxxxxxx'

CONSUMER_SECRET = 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'

ACCESS_TOKEN = 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'

ACCESS_TOKEN_SECRET ='xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'


Obtaining the above Keys and Secret

About

Repository to experiment with sentiment mining, twitter analysis and NLP using NLTK in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published