I would like to know if it is possible to extract the hashtags and the list networks from a specific profile on Twitter? If so, how we could extract them.
Thank you very much.
Your help and advice will be appreciated.
Best,
Romani
Comments: ** Comment from web user: tcap479 **
Hello, Romani:
I'm not sure I understand what you need, but let me tell you what NodeXL can do with respect to Twitter.
1) Given a search term, it will give you a network that consists of the people (vertices) who have recently tweeted that search term, along with the relationships (edges) among them. The network includes the tweets and the hashtags found in the tweets.
2) Given a Twitter username, it will give you a network of the people (vertices) following that person (or the people followed by that person), along with the relationships (edges) among them. The network includes each person's latest tweet and the hashtags found in the tweets.
3) Given either the name of a Twitter List or a set of usernames, it will give you a network of those people (vertices), along with the relationships (edges) among them. The network includes each person's latest tweet and the hashtags found in the tweets.
-- Tony