项目作者: JediRhymeTrix

项目描述 :
Twitter sentiment analyzer written in Python
高级语言: Python
项目地址: git://github.com/JediRhymeTrix/TwitterSentiments.git
创建时间: 2017-03-07T06:32:26Z
项目社区:https://github.com/JediRhymeTrix/TwitterSentiments

开源协议:MIT License

下载


TwitterSentiments

Twitter sentiment analyzer written in Python

Python ver. 2.7
Author: Vedant Vohra
Date: 18-02-2017
Encoding: Unicode-extended

pre-requisites:

  1. TwitterSearch: (https://github.com/ckoepp/TwitterSearch)
  2. pip install TwitterSearch

usage:

  1. >>> tweet_sentiments.py <hashtag>
  2. wordlists:
  3. positive wordlist goes in -> [positive.txt]
  4. negative wordlist goes in -> [negative.txt]
  5. tweets:
  6. scanned tweets -> [test_tweets.txt]
  7. sample tweets -> [obama_tweets.txt]

APIs:
Twitter API:
ver - 2.0

  1. keys:
  2. consumer_key = 'JJf1zaFm62QWDI9Kh55v8MMV7'
  3. consumer_secret = '376WqS1KISggbRuiKHTPIZknFImiqjCNmJi8W2Myj7OfSpLS0B'
  4. access_token = '2172451140-4D6obJISbYBvQM0mxa9kaEYY1xMh3flIJVQ3Jmn'
  5. access_token_secret = 'FbJKBWwO48z5KWBztipDrvlc4l3glXTZKKd5l8hSn6D5M'