Twitter Score Collectors
- Followers/Following
- Follows Scorecard Owner
- List Membership
- Tweet Tracker
For each of these twitter collectors, there are some common requirements:
Requirements:
You must connect (Oauth) your
rise.global scorecard owner account to your Twitter account. Also,
each user's Twitter credentials (their Twitter handle e.g. @twitter)
needs to be recorded against their rise.global profile.
1. Followers/Following
What it does:
This collector collects, for each user on your scorecard, their # of followers and the # they are following on Twitter. Using this collector, you could create a scorecard that could look like this:

APIs used:
This score collector uses these Twitter API endpoints to retrieve this data:
https://developer.twitter.com/en/docs/accounts-and-users/follow-search-get-users/api-reference/get-followers-list
https://developer.twitter.com/en/docs/accounts-and-users/follow-search-get-users/api-reference/get-friends-list
https://developer.twitter.com/en/docs/accounts-and-users/follow-search-get-users/api-reference/get-followers-list
https://developer.twitter.com/en/docs/accounts-and-users/follow-search-get-users/api-reference/get-friends-list
Score Entries Generated:
For the Twitter Followers metric, the score entry value = the user's # of twitter followers at the time of the API call. This time is recorded as the score entry time and the score entry description is set as "{user's twitter handle}-twitter-followers"
For the Twitter Following metric, the score entry value = the # of twitter accounts the user is following at the time of the API call. This time is recorded as the score entry time and the score entry description is set as "{user's twitter handle}-twitter-following"
For the Twitter Following metric, the score entry value = the # of twitter accounts the user is following at the time of the API call. This time is recorded as the score entry time and the score entry description is set as "{user's twitter handle}-twitter-following"
Availability:
This score collector is available to everyone including Free Plan subscribers
2. Follows scorecard owner ("Friendships")
What it does:
It shows which of the users on your scorecard follow you on Twitter. The resulting scorecard could look like this:

APIs used:
This score collector uses this Twitter API endpoint to retrieve this data:
https://developer.twitter.com/en/docs/accounts-and-users/follow-search-get-users/api-reference/get-friendships-lookup
https://developer.twitter.com/en/docs/accounts-and-users/follow-search-get-users/api-reference/get-friendships-lookup
Score Entries Generated:
For each user on your scorecard, the score entry value = 1 if that user follows you on Twitter or 0 otherwise. The score entry time is recorded as the time the collector runs and the score entry description is one of these: following,followed_by OR followed_by OR following OR none.

Availability:
This score collector is available to everyone on Bronze+ price plans.
3. List membership
What it does:
It shows which of your users are members of a particular Twitter List
APIs used:
This score collector uses this Twitter API endpoint to retrieve this data:
https://developer.twitter.com/en/docs/accounts-and-users/create-manage-lists/api-reference/get-lists-members
https://developer.twitter.com/en/docs/accounts-and-users/create-manage-lists/api-reference/get-lists-members
Score Entries Generated:
For
each user on your scorecard, the score entry value = 1 if that user is a member of the Twitter List you've specified or 0 otherwise. The score entry time is recorded
as the time the collector runs and the score entry description is one of
these:
Availability:
This score collector is available to everyone on Bronze+ price plans.
4. Tweet Tracker
What it does:
For each user on the scorecard, it counts:
# of tweets i.e. posts on Twitter by the user (with or without a particular keyword(s)/hashtag(s))
# of mentions i.e. posts on Twitter by other people mentioning the user ( (with or without a particular keyword(s)/hashtag(s)). Retweets of the user will be counted here too. Replies by the user to another person's tweets (with or without a particular keyword(s)/hashtag(s) ) will be counted.
# of retweets i.e. posts on Twitter by the user (with or without a particular keyword(s)/hashtag(s) that have been retweeted by other people
The resultant scorecard could look like this:

# of tweets i.e. posts on Twitter by the user (with or without a particular keyword(s)/hashtag(s))
# of mentions i.e. posts on Twitter by other people mentioning the user ( (with or without a particular keyword(s)/hashtag(s)). Retweets of the user will be counted here too. Replies by the user to another person's tweets (with or without a particular keyword(s)/hashtag(s) ) will be counted.
# of retweets i.e. posts on Twitter by the user (with or without a particular keyword(s)/hashtag(s) that have been retweeted by other people
The resultant scorecard could look like this:
APIs used:
This score collector uses this Twitter API endpoint to retrieve this data:
https://developer.twitter.com/en/docs/tweets/timelines/api-reference/get-statuses-user_timeline
https://developer.twitter.com/en/docs/tweets/search/api-reference/get-search-tweets
https://developer.twitter.com/en/docs/tweets/timelines/api-reference/get-statuses-user_timeline
https://developer.twitter.com/en/docs/tweets/search/api-reference/get-search-tweets
Score Entries Generated:
For each tweet, mention or retweet captured, the score entry value = 1. The score entry time is recorded
as the actual time of the tweets, mentions or retweets. The score entry description for a tweet is the actual post by the user. The score entry description for a mention shows the tweet that includes the user. The score entry description for a retweet is the original tweet by the user together with a note on who has retweeted that post. All these have links that take you to the original content on Twitter.

Availability:
This score collector is available to subscribers of Gold+ price package.