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
where _0123456789abcdef0123456789abcdef01234567_ is your personal access token, which you can get from here: https://github.com/settings/applications and which should cover the required permissions.
9
+
10
+
Calling ```discovery.rb``` will create two directories with json files containing followers and "followees"(?) of a certain github handle (the handle is in the file name).
11
+
12
+
```shell
13
+
ruby graphbuilder.rb
14
+
```
15
+
will create two files in [GEXF File Format](http://gexf.net) that contain all the users and their connections which it can find in the abovementioned two json-file-filled directories.
16
+
17
+
You will need to have Bundler installed and run ```bundle``` (recommended) or you will have to replace
18
+
```ruby
19
+
require'bundler'
20
+
Bundler.require
21
+
```
22
+
with
23
+
```ruby
24
+
require'json'
25
+
```
26
+
after manually installing this gem (why would you want to?!!)
Usage of the works is permitted provided that this instrument is retained with the works, so that any entity that uses the works is notified of this instrument.
0 commit comments