Rubiscape provides the functionality to create a dataset using Twitter data. On this data, you can perform Twitter Sentiment Analysis using the text processing algorithms provided in Text Analytics. The sentiment analysis helps to determine the tone (Neutral, Positive, Negative) of the tweet and thereby gives beneficial insights about market trends and competitors' policies. This, in turn, helps the decision-makers to create marketing strategies. To perform Twitter Sentiment Analysis, Rubiscape uses Tweepy, a Python library designed to access the Twitter API. A request to the Twitter API returns the Tweet fields (Features), which can then be analysed using Text Analytics.
To create a Twitter dataset, follow the steps given below.
Enter the Description for the dataset.
Enter the Hashtag # for which you want to pull the data. Multiple hashtags can be used, separated by a comma.
Enter the API Key to access the data from twitter platform.
Enter the API Secret of the twitter account.
Enter the Access Token of the twitter account.
Enter the Access Secret of the twitter account.
Click on Verify.
The table given below explains the Features available for the Twitter dataset.
Features of the Twitter dataset collected by Rubiscape | |
tweet_id | The unique identifier for the tweet. |
user_id | The unique identifier for the user who posted the tweet. |
tweet | The actual text of the tweet. |
username | The name of the twitter handle that posted the tweet. |
language | The language of the tweet. |
location | The location from where the tweet was posted. |
place | The place the tweet is associated with. This place is not necessarily the place from where the tweet was posted. |
device | The device used to post the tweet. |
retweet | This field represents whether the tweet is a retweet or not. Possible values are True and False. |
retweetcount | In the case of a retweet, this field represents the number of times the tweet has been retweeted. |
reply_to_userid | If the represented tweet is a reply, this field represents the original Tweet's author ID. |
reply_to_statusid | If the represented tweet is a reply, this field represents the integer representation of the original Tweet's ID. |
time | The date and time of the tweet. |
Click Create after successful verification.
|