Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 892 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 892 Bytes

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