Skip to content

Commit efa4f24

Browse files
authoredAug 2, 2016
Update README.md
1 parent 094377b commit efa4f24

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎README.md

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ After the script runs succesfully, a `dot` file will be generated in the same di
1818
* `circo graph.dot -Tpng -o graph.png`
1919
* `circo graph_small.dot -Tpng -o graph_small.png`
2020

21+
The `.png` files will contain the digraph between nodes containing screen names of each user. Red nodes denote common followers between any two users. You may change the color or style of common nodes by editing the corresponding `dot` files. (In this case `graph.dot`)
22+
2123
# Resources
2224
* http://www.ibm.com/developerworks/library/os-dataminingrubytwitter/#list11
2325
* Twitter REST API

0 commit comments

Comments
 (0)
Please sign in to comment.