You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/asciidoc/en/plugins/twitter-streaming-importer-en.adoc
+21-3Lines changed: 21 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -147,11 +147,11 @@ Now we can start using the plugin.
147
147
//ST: Using the plugin
148
148
149
149
//ST: !
150
-
With the ** Words to follow ** tab, you will be able to follow one or multiple words. For ** hashtags **, just enter the word without the hash in front of it. (e.g if you want to follow '**#Gephi**' just add '**Gephi**')
150
+
With the ** Words to follow ** tab, you will be able to follow one or multiple words. For ** hashtags **, just enter the word without the hash in front of it. (e.g if you want to follow '**#Gephi**' just add '**Gephi**'). You can enter multiple words by separating them with a comma ** , **. E.g ** word1, word2 ** .
151
151
152
152
//ST: !
153
153
With the ** Users to follow ** tab, you will be able to follow the activity of one or multiple users. Any tweet from this user or retweeting or mentioning the user will be captured. You can also import all users from a
154
-
twitter list by giviing the `user name` of the twitter account and the `list name` to import.
154
+
twitter list by giviing the `user name` of the twitter account and the `list name` to import. You can enter multiple users by separating them with a comma ** , **. E.g ** totetmatt, gephi ** .
155
155
156
156
//ST: !
157
157
image::en/twitter-streaming-importer/twitter-user-list.jpg[align="center", title="How to add user from a Twitter List"]
@@ -173,7 +173,7 @@ a long list of words / users.
173
173
==== a. Network Logic
174
174
175
175
//ST: !
176
-
A ** Network Logic ** means: what should be done with an incoming tweet? How to transform it as a set of nodes and edges?
176
+
A ** Network Logic ** means: what should be done with an incoming tweet? How to transform it as a set of nodes and edges? It's equivalent to map projection in the cartography world.
177
177
178
178
//ST: The dropdown menu to choose the network logic:
179
179
@@ -187,6 +187,7 @@ There are for the moment 4 Network Logics to choose from:
187
187
* User Network : This will represent the interaction between users. Any mentions, retweets or quotes between 2 users, will be represented. The size of the edge represent the number of interactions between 2 users.
188
188
* Hashtag Network : This will create the network of Hashtags.
189
189
* Emoji Network : Same as Hashtag Network but focused on Emoji characters ( original idea from http://dataneel.com[Neel Shivdasani] / @DataNeel ).
190
+
* Bernardamus Projection (based on https://twitter.com/Bernardamus/status/1131334028043411456) : This network represents user network via hashtag present in tweets.
image::en/twitter-streaming-importer/timeline.gif[align="center", title="Example of Timeline"]
253
254
255
+
== Extra Scripts
256
+
257
+
//ST: Extra Scripts
258
+
259
+
* https://github.com/Minyall/gephi_twitter_media_downloader : A small script designed to take either a .csv of Tweet ids, or the export from Gephi's TwitterStreamingImporter Plugin and download related Tweet media.
260
+
261
+
== They use it !
262
+
//ST: They use it !
263
+
264
+
* Panteion University - Dept. of Communication, Media and Culture
265
+
* Storyful
266
+
* BBC Monitoring
267
+
* Paris II
268
+
* University Aberdeen
269
+
270
+
You can ping @totetmatt on twitter if you wish to expand the list ;)
0 commit comments