Skip to content

Commit 5d02f39

Browse files
committed
update doc to 1.4.1
1 parent b7ae8a0 commit 5d02f39

1 file changed

Lines changed: 21 additions & 3 deletions

File tree

src/main/asciidoc/en/plugins/twitter-streaming-importer-en.adoc

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -147,11 +147,11 @@ Now we can start using the plugin.
147147
//ST: Using the plugin
148148

149149
//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 ** .
151151

152152
//ST: !
153153
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 ** .
155155

156156
//ST: !
157157
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.
173173
==== a. Network Logic
174174

175175
//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.
177177

178178
//ST: The dropdown menu to choose the network logic:
179179

@@ -187,6 +187,7 @@ There are for the moment 4 Network Logics to choose from:
187187
* 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.
188188
* Hashtag Network : This will create the network of Hashtags.
189189
* 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.
190191

191192
//ST: !
192193

@@ -251,6 +252,23 @@ image::en/twitter-streaming-importer/timeline-enable.png[align="center", title="
251252
//ST: !
252253
image::en/twitter-streaming-importer/timeline.gif[align="center", title="Example of Timeline"]
253254

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 ;)
271+
254272
== The end
255273

256274
//ST: The end!

0 commit comments

Comments
 (0)