Use to scrape the tweets from given username (including the metadata of the tweet - location of user, views, likes etc.) using tweepy
.
- To analyze the (sentiment trend of the given user)[https://github.com/iamshreeram/twitter-senti-analyzer] over the period of time (on given topic or anything)
- Further analysis of user behaviour using geo-location, time of tweets,
Python 3.xx tweepy
pip install tweepy
python main.py <twitter_username>
- This requires you to have the consumer key, consumer secret, access key and access secret from your x.com account