contributors_stats 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.gitignore +6 -0
- data/.travis.yml +11 -0
- data/Gemfile +5 -0
- data/LICENSE.md +14 -0
- data/README.md +43 -0
- data/Rakefile +28 -0
- data/contributors_stats.gemspec +24 -0
- data/lib/contributors_stats.rb +28 -0
- data/lib/contributors_stats/base.rb +29 -0
- data/lib/contributors_stats/calculator.rb +50 -0
- data/lib/contributors_stats/formatter.rb +57 -0
- data/lib/contributors_stats/json_helper.rb +49 -0
- data/lib/contributors_stats/reader.rb +52 -0
- data/lib/contributors_stats/version.rb +4 -0
- data/lib/example_data.rb +58 -0
- data/lib/plugins/contributors_stats/formatter/html.rb +26 -0
- data/lib/plugins/contributors_stats/reader/gh_org.rb +21 -0
- data/lib/plugins/contributors_stats/reader/gh_repo.rb +19 -0
- data/lib/plugins/contributors_stats/updater/html.rb +36 -0
- data/lib/plugins/contributors_stats/user_data/fetch.rb +16 -0
- data/lib/plugins/contributors_stats/user_data/simple.rb +23 -0
- data/test/contributors_stats/base_test.rb +36 -0
- data/test/contributors_stats/calculator_test.rb +70 -0
- data/test/contributors_stats/formatter_test.rb +77 -0
- data/test/contributors_stats/json_helper_test.rb +76 -0
- data/test/contributors_stats/reader_test.rb +59 -0
- data/test/contributors_stats_test.rb +13 -0
- data/test/fixtures-gh/orgs/railsinstaller/repos.json +269 -0
- data/test/fixtures-gh/repos/mpapis/rubygems-bundler/contributors.json +173 -0
- data/test/fixtures-gh/repos/railsinstaller/railsinstaller-nix/contributors.json +40 -0
- data/test/fixtures-gh/repos/railsinstaller/railsinstaller-windows/contributors.json +116 -0
- data/test/fixtures-gh/repos/railsinstaller/website/contributors.json +192 -0
- data/test/fixtures-gh/repos/rvm/pluginator/contributors.json +40 -0
- data/test/fixtures-gh/users/acco.json +31 -0
- data/test/fixtures-gh/users/alexch.json +31 -0
- data/test/fixtures-gh/users/biow0lf.json +31 -0
- data/test/fixtures-gh/users/drnic.json +31 -0
- data/test/fixtures-gh/users/ebertech.json +31 -0
- data/test/fixtures-gh/users/edwardchiu38.json +31 -0
- data/test/fixtures-gh/users/emachnic.json +31 -0
- data/test/fixtures-gh/users/envygeeks.json +31 -0
- data/test/fixtures-gh/users/gpxl.json +31 -0
- data/test/fixtures-gh/users/jc00ke.json +31 -0
- data/test/fixtures-gh/users/joshbuddy.json +31 -0
- data/test/fixtures-gh/users/luigidr.json +31 -0
- data/test/fixtures-gh/users/luislavena.json +31 -0
- data/test/fixtures-gh/users/metaskills.json +31 -0
- data/test/fixtures-gh/users/mpapis.json +31 -0
- data/test/fixtures-gh/users/parndt.json +31 -0
- data/test/fixtures-gh/users/pw.json +31 -0
- data/test/fixtures-gh/users/tjouan.json +31 -0
- data/test/fixtures-gh/users/veganstraightedge.json +31 -0
- data/test/fixtures-gh/users/wayneeseguin.json +31 -0
- data/test/fixtures-gh/users/whitequark.json +31 -0
- data/test/plugins/formatter/html_test.rb +28 -0
- data/test/plugins/reader/gh_org_test.rb +32 -0
- data/test/plugins/reader/gh_repo_test.rb +31 -0
- data/test/plugins/updater/html_test.rb +55 -0
- data/test/plugins/user_data/fetch_test.rb +16 -0
- data/test/plugins/user_data/simple_test.rb +18 -0
- data/test/test_helper.rb +27 -0
- metadata +229 -0
@@ -0,0 +1,40 @@
|
|
1
|
+
[
|
2
|
+
{
|
3
|
+
"login": "mpapis",
|
4
|
+
"id": 48054,
|
5
|
+
"avatar_url": "https://secure.gravatar.com/avatar/3ec52ed58eb92026d86e62c39bdb7589?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
|
6
|
+
"gravatar_id": "3ec52ed58eb92026d86e62c39bdb7589",
|
7
|
+
"url": "users/mpapis.json",
|
8
|
+
"html_url": "https://github.com/mpapis",
|
9
|
+
"followers_url": "users/mpapis/followers.json",
|
10
|
+
"following_url": "users/mpapis/following{/other_user}.json",
|
11
|
+
"gists_url": "users/mpapis/gists{/gist_id}.json",
|
12
|
+
"starred_url": "users/mpapis/starred{/owner}{/repo}.json",
|
13
|
+
"subscriptions_url": "users/mpapis/subscriptions.json",
|
14
|
+
"organizations_url": "users/mpapis/orgs.json",
|
15
|
+
"repos_url": "users/mpapis/repos.json",
|
16
|
+
"events_url": "users/mpapis/events{/privacy}.json",
|
17
|
+
"received_events_url": "users/mpapis/received_events.json",
|
18
|
+
"type": "User",
|
19
|
+
"contributions": 172
|
20
|
+
},
|
21
|
+
{
|
22
|
+
"login": "drnic",
|
23
|
+
"id": 108,
|
24
|
+
"avatar_url": "https://secure.gravatar.com/avatar/cb2b768a5e546b24052ea03334e43676?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
|
25
|
+
"gravatar_id": "cb2b768a5e546b24052ea03334e43676",
|
26
|
+
"url": "users/drnic.json",
|
27
|
+
"html_url": "https://github.com/drnic",
|
28
|
+
"followers_url": "users/drnic/followers.json",
|
29
|
+
"following_url": "users/drnic/following{/other_user}.json",
|
30
|
+
"gists_url": "users/drnic/gists{/gist_id}.json",
|
31
|
+
"starred_url": "users/drnic/starred{/owner}{/repo}.json",
|
32
|
+
"subscriptions_url": "users/drnic/subscriptions.json",
|
33
|
+
"organizations_url": "users/drnic/orgs.json",
|
34
|
+
"repos_url": "users/drnic/repos.json",
|
35
|
+
"events_url": "users/drnic/events{/privacy}.json",
|
36
|
+
"received_events_url": "users/drnic/received_events.json",
|
37
|
+
"type": "User",
|
38
|
+
"contributions": 1
|
39
|
+
}
|
40
|
+
]
|
@@ -0,0 +1,116 @@
|
|
1
|
+
[
|
2
|
+
{
|
3
|
+
"login": "wayneeseguin",
|
4
|
+
"id": 18,
|
5
|
+
"avatar_url": "https://secure.gravatar.com/avatar/b9b5ff40232c1dfd61238c2a90467f84?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
|
6
|
+
"gravatar_id": "b9b5ff40232c1dfd61238c2a90467f84",
|
7
|
+
"url": "users/wayneeseguin.json",
|
8
|
+
"html_url": "https://github.com/wayneeseguin",
|
9
|
+
"followers_url": "users/wayneeseguin/followers.json",
|
10
|
+
"following_url": "users/wayneeseguin/following{/other_user}.json",
|
11
|
+
"gists_url": "users/wayneeseguin/gists{/gist_id}.json",
|
12
|
+
"starred_url": "users/wayneeseguin/starred{/owner}{/repo}.json",
|
13
|
+
"subscriptions_url": "users/wayneeseguin/subscriptions.json",
|
14
|
+
"organizations_url": "users/wayneeseguin/orgs.json",
|
15
|
+
"repos_url": "users/wayneeseguin/repos.json",
|
16
|
+
"events_url": "users/wayneeseguin/events{/privacy}.json",
|
17
|
+
"received_events_url": "users/wayneeseguin/received_events.json",
|
18
|
+
"type": "User",
|
19
|
+
"contributions": 253
|
20
|
+
},
|
21
|
+
{
|
22
|
+
"login": "luislavena",
|
23
|
+
"id": 4182,
|
24
|
+
"avatar_url": "https://secure.gravatar.com/avatar/e7cff3cfd41c495e1012227d7dc24202?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
|
25
|
+
"gravatar_id": "e7cff3cfd41c495e1012227d7dc24202",
|
26
|
+
"url": "users/luislavena.json",
|
27
|
+
"html_url": "https://github.com/luislavena",
|
28
|
+
"followers_url": "users/luislavena/followers.json",
|
29
|
+
"following_url": "users/luislavena/following{/other_user}.json",
|
30
|
+
"gists_url": "users/luislavena/gists{/gist_id}.json",
|
31
|
+
"starred_url": "users/luislavena/starred{/owner}{/repo}.json",
|
32
|
+
"subscriptions_url": "users/luislavena/subscriptions.json",
|
33
|
+
"organizations_url": "users/luislavena/orgs.json",
|
34
|
+
"repos_url": "users/luislavena/repos.json",
|
35
|
+
"events_url": "users/luislavena/events{/privacy}.json",
|
36
|
+
"received_events_url": "users/luislavena/received_events.json",
|
37
|
+
"type": "User",
|
38
|
+
"contributions": 26
|
39
|
+
},
|
40
|
+
{
|
41
|
+
"login": "drnic",
|
42
|
+
"id": 108,
|
43
|
+
"avatar_url": "https://secure.gravatar.com/avatar/cb2b768a5e546b24052ea03334e43676?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
|
44
|
+
"gravatar_id": "cb2b768a5e546b24052ea03334e43676",
|
45
|
+
"url": "users/drnic.json",
|
46
|
+
"html_url": "https://github.com/drnic",
|
47
|
+
"followers_url": "users/drnic/followers.json",
|
48
|
+
"following_url": "users/drnic/following{/other_user}.json",
|
49
|
+
"gists_url": "users/drnic/gists{/gist_id}.json",
|
50
|
+
"starred_url": "users/drnic/starred{/owner}{/repo}.json",
|
51
|
+
"subscriptions_url": "users/drnic/subscriptions.json",
|
52
|
+
"organizations_url": "users/drnic/orgs.json",
|
53
|
+
"repos_url": "users/drnic/repos.json",
|
54
|
+
"events_url": "users/drnic/events{/privacy}.json",
|
55
|
+
"received_events_url": "users/drnic/received_events.json",
|
56
|
+
"type": "User",
|
57
|
+
"contributions": 9
|
58
|
+
},
|
59
|
+
{
|
60
|
+
"login": "luigidr",
|
61
|
+
"id": 1466597,
|
62
|
+
"avatar_url": "https://secure.gravatar.com/avatar/dffd882a3240d3c7984347dd2579cfe4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
|
63
|
+
"gravatar_id": "dffd882a3240d3c7984347dd2579cfe4",
|
64
|
+
"url": "users/luigidr.json",
|
65
|
+
"html_url": "https://github.com/luigidr",
|
66
|
+
"followers_url": "users/luigidr/followers.json",
|
67
|
+
"following_url": "users/luigidr/following{/other_user}.json",
|
68
|
+
"gists_url": "users/luigidr/gists{/gist_id}.json",
|
69
|
+
"starred_url": "users/luigidr/starred{/owner}{/repo}.json",
|
70
|
+
"subscriptions_url": "users/luigidr/subscriptions.json",
|
71
|
+
"organizations_url": "users/luigidr/orgs.json",
|
72
|
+
"repos_url": "users/luigidr/repos.json",
|
73
|
+
"events_url": "users/luigidr/events{/privacy}.json",
|
74
|
+
"received_events_url": "users/luigidr/received_events.json",
|
75
|
+
"type": "User",
|
76
|
+
"contributions": 6
|
77
|
+
},
|
78
|
+
{
|
79
|
+
"login": "metaskills",
|
80
|
+
"id": 2381,
|
81
|
+
"avatar_url": "https://secure.gravatar.com/avatar/f0b14b7dbae1e90259eb946d1c841a17?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
|
82
|
+
"gravatar_id": "f0b14b7dbae1e90259eb946d1c841a17",
|
83
|
+
"url": "users/metaskills.json",
|
84
|
+
"html_url": "https://github.com/metaskills",
|
85
|
+
"followers_url": "users/metaskills/followers.json",
|
86
|
+
"following_url": "users/metaskills/following{/other_user}.json",
|
87
|
+
"gists_url": "users/metaskills/gists{/gist_id}.json",
|
88
|
+
"starred_url": "users/metaskills/starred{/owner}{/repo}.json",
|
89
|
+
"subscriptions_url": "users/metaskills/subscriptions.json",
|
90
|
+
"organizations_url": "users/metaskills/orgs.json",
|
91
|
+
"repos_url": "users/metaskills/repos.json",
|
92
|
+
"events_url": "users/metaskills/events{/privacy}.json",
|
93
|
+
"received_events_url": "users/metaskills/received_events.json",
|
94
|
+
"type": "User",
|
95
|
+
"contributions": 2
|
96
|
+
},
|
97
|
+
{
|
98
|
+
"login": "mpapis",
|
99
|
+
"id": 48054,
|
100
|
+
"avatar_url": "https://secure.gravatar.com/avatar/3ec52ed58eb92026d86e62c39bdb7589?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
|
101
|
+
"gravatar_id": "3ec52ed58eb92026d86e62c39bdb7589",
|
102
|
+
"url": "users/mpapis.json",
|
103
|
+
"html_url": "https://github.com/mpapis",
|
104
|
+
"followers_url": "users/mpapis/followers.json",
|
105
|
+
"following_url": "users/mpapis/following{/other_user}.json",
|
106
|
+
"gists_url": "users/mpapis/gists{/gist_id}.json",
|
107
|
+
"starred_url": "users/mpapis/starred{/owner}{/repo}.json",
|
108
|
+
"subscriptions_url": "users/mpapis/subscriptions.json",
|
109
|
+
"organizations_url": "users/mpapis/orgs.json",
|
110
|
+
"repos_url": "users/mpapis/repos.json",
|
111
|
+
"events_url": "users/mpapis/events{/privacy}.json",
|
112
|
+
"received_events_url": "users/mpapis/received_events.json",
|
113
|
+
"type": "User",
|
114
|
+
"contributions": 1
|
115
|
+
}
|
116
|
+
]
|
@@ -0,0 +1,192 @@
|
|
1
|
+
[
|
2
|
+
{
|
3
|
+
"login": "veganstraightedge",
|
4
|
+
"id": 4361,
|
5
|
+
"avatar_url": "https://secure.gravatar.com/avatar/317259b800623d76bba3e7a4fbbbf70a?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
|
6
|
+
"gravatar_id": "317259b800623d76bba3e7a4fbbbf70a",
|
7
|
+
"url": "users/veganstraightedge.json",
|
8
|
+
"html_url": "https://github.com/veganstraightedge",
|
9
|
+
"followers_url": "users/veganstraightedge/followers.json",
|
10
|
+
"following_url": "users/veganstraightedge/following{/other_user}.json",
|
11
|
+
"gists_url": "users/veganstraightedge/gists{/gist_id}.json",
|
12
|
+
"starred_url": "users/veganstraightedge/starred{/owner}{/repo}.json",
|
13
|
+
"subscriptions_url": "users/veganstraightedge/subscriptions.json",
|
14
|
+
"organizations_url": "users/veganstraightedge/orgs.json",
|
15
|
+
"repos_url": "users/veganstraightedge/repos.json",
|
16
|
+
"events_url": "users/veganstraightedge/events{/privacy}.json",
|
17
|
+
"received_events_url": "users/veganstraightedge/received_events.json",
|
18
|
+
"type": "User",
|
19
|
+
"contributions": 60
|
20
|
+
},
|
21
|
+
{
|
22
|
+
"login": "wayneeseguin",
|
23
|
+
"id": 18,
|
24
|
+
"avatar_url": "https://secure.gravatar.com/avatar/b9b5ff40232c1dfd61238c2a90467f84?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
|
25
|
+
"gravatar_id": "b9b5ff40232c1dfd61238c2a90467f84",
|
26
|
+
"url": "users/wayneeseguin.json",
|
27
|
+
"html_url": "https://github.com/wayneeseguin",
|
28
|
+
"followers_url": "users/wayneeseguin/followers.json",
|
29
|
+
"following_url": "users/wayneeseguin/following{/other_user}.json",
|
30
|
+
"gists_url": "users/wayneeseguin/gists{/gist_id}.json",
|
31
|
+
"starred_url": "users/wayneeseguin/starred{/owner}{/repo}.json",
|
32
|
+
"subscriptions_url": "users/wayneeseguin/subscriptions.json",
|
33
|
+
"organizations_url": "users/wayneeseguin/orgs.json",
|
34
|
+
"repos_url": "users/wayneeseguin/repos.json",
|
35
|
+
"events_url": "users/wayneeseguin/events{/privacy}.json",
|
36
|
+
"received_events_url": "users/wayneeseguin/received_events.json",
|
37
|
+
"type": "User",
|
38
|
+
"contributions": 47
|
39
|
+
},
|
40
|
+
{
|
41
|
+
"login": "emachnic",
|
42
|
+
"id": 169018,
|
43
|
+
"avatar_url": "https://secure.gravatar.com/avatar/964c068a0bce23ae74d183fa6e3f9798?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
|
44
|
+
"gravatar_id": "964c068a0bce23ae74d183fa6e3f9798",
|
45
|
+
"url": "users/emachnic.json",
|
46
|
+
"html_url": "https://github.com/emachnic",
|
47
|
+
"followers_url": "users/emachnic/followers.json",
|
48
|
+
"following_url": "users/emachnic/following{/other_user}.json",
|
49
|
+
"gists_url": "users/emachnic/gists{/gist_id}.json",
|
50
|
+
"starred_url": "users/emachnic/starred{/owner}{/repo}.json",
|
51
|
+
"subscriptions_url": "users/emachnic/subscriptions.json",
|
52
|
+
"organizations_url": "users/emachnic/orgs.json",
|
53
|
+
"repos_url": "users/emachnic/repos.json",
|
54
|
+
"events_url": "users/emachnic/events{/privacy}.json",
|
55
|
+
"received_events_url": "users/emachnic/received_events.json",
|
56
|
+
"type": "User",
|
57
|
+
"contributions": 37
|
58
|
+
},
|
59
|
+
{
|
60
|
+
"login": "mpapis",
|
61
|
+
"id": 48054,
|
62
|
+
"avatar_url": "https://secure.gravatar.com/avatar/3ec52ed58eb92026d86e62c39bdb7589?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
|
63
|
+
"gravatar_id": "3ec52ed58eb92026d86e62c39bdb7589",
|
64
|
+
"url": "users/mpapis.json",
|
65
|
+
"html_url": "https://github.com/mpapis",
|
66
|
+
"followers_url": "users/mpapis/followers.json",
|
67
|
+
"following_url": "users/mpapis/following{/other_user}.json",
|
68
|
+
"gists_url": "users/mpapis/gists{/gist_id}.json",
|
69
|
+
"starred_url": "users/mpapis/starred{/owner}{/repo}.json",
|
70
|
+
"subscriptions_url": "users/mpapis/subscriptions.json",
|
71
|
+
"organizations_url": "users/mpapis/orgs.json",
|
72
|
+
"repos_url": "users/mpapis/repos.json",
|
73
|
+
"events_url": "users/mpapis/events{/privacy}.json",
|
74
|
+
"received_events_url": "users/mpapis/received_events.json",
|
75
|
+
"type": "User",
|
76
|
+
"contributions": 24
|
77
|
+
},
|
78
|
+
{
|
79
|
+
"login": "gpxl",
|
80
|
+
"id": 154019,
|
81
|
+
"avatar_url": "https://secure.gravatar.com/avatar/572edfb30fef086b8347f7d1a3c2725f?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
|
82
|
+
"gravatar_id": "572edfb30fef086b8347f7d1a3c2725f",
|
83
|
+
"url": "users/gpxl.json",
|
84
|
+
"html_url": "https://github.com/gpxl",
|
85
|
+
"followers_url": "users/gpxl/followers.json",
|
86
|
+
"following_url": "users/gpxl/following{/other_user}.json",
|
87
|
+
"gists_url": "users/gpxl/gists{/gist_id}.json",
|
88
|
+
"starred_url": "users/gpxl/starred{/owner}{/repo}.json",
|
89
|
+
"subscriptions_url": "users/gpxl/subscriptions.json",
|
90
|
+
"organizations_url": "users/gpxl/orgs.json",
|
91
|
+
"repos_url": "users/gpxl/repos.json",
|
92
|
+
"events_url": "users/gpxl/events{/privacy}.json",
|
93
|
+
"received_events_url": "users/gpxl/received_events.json",
|
94
|
+
"type": "User",
|
95
|
+
"contributions": 21
|
96
|
+
},
|
97
|
+
{
|
98
|
+
"login": "drnic",
|
99
|
+
"id": 108,
|
100
|
+
"avatar_url": "https://secure.gravatar.com/avatar/cb2b768a5e546b24052ea03334e43676?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
|
101
|
+
"gravatar_id": "cb2b768a5e546b24052ea03334e43676",
|
102
|
+
"url": "users/drnic.json",
|
103
|
+
"html_url": "https://github.com/drnic",
|
104
|
+
"followers_url": "users/drnic/followers.json",
|
105
|
+
"following_url": "users/drnic/following{/other_user}.json",
|
106
|
+
"gists_url": "users/drnic/gists{/gist_id}.json",
|
107
|
+
"starred_url": "users/drnic/starred{/owner}{/repo}.json",
|
108
|
+
"subscriptions_url": "users/drnic/subscriptions.json",
|
109
|
+
"organizations_url": "users/drnic/orgs.json",
|
110
|
+
"repos_url": "users/drnic/repos.json",
|
111
|
+
"events_url": "users/drnic/events{/privacy}.json",
|
112
|
+
"received_events_url": "users/drnic/received_events.json",
|
113
|
+
"type": "User",
|
114
|
+
"contributions": 8
|
115
|
+
},
|
116
|
+
{
|
117
|
+
"login": "alexch",
|
118
|
+
"id": 8524,
|
119
|
+
"avatar_url": "https://secure.gravatar.com/avatar/5a0d7f0cb2fac7858d234de7f7f01491?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
|
120
|
+
"gravatar_id": "5a0d7f0cb2fac7858d234de7f7f01491",
|
121
|
+
"url": "users/alexch.json",
|
122
|
+
"html_url": "https://github.com/alexch",
|
123
|
+
"followers_url": "users/alexch/followers.json",
|
124
|
+
"following_url": "users/alexch/following{/other_user}.json",
|
125
|
+
"gists_url": "users/alexch/gists{/gist_id}.json",
|
126
|
+
"starred_url": "users/alexch/starred{/owner}{/repo}.json",
|
127
|
+
"subscriptions_url": "users/alexch/subscriptions.json",
|
128
|
+
"organizations_url": "users/alexch/orgs.json",
|
129
|
+
"repos_url": "users/alexch/repos.json",
|
130
|
+
"events_url": "users/alexch/events{/privacy}.json",
|
131
|
+
"received_events_url": "users/alexch/received_events.json",
|
132
|
+
"type": "User",
|
133
|
+
"contributions": 2
|
134
|
+
},
|
135
|
+
{
|
136
|
+
"login": "jc00ke",
|
137
|
+
"id": 18191,
|
138
|
+
"avatar_url": "https://secure.gravatar.com/avatar/8c94d965389694bd5adc14679977fd5d?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
|
139
|
+
"gravatar_id": "8c94d965389694bd5adc14679977fd5d",
|
140
|
+
"url": "users/jc00ke.json",
|
141
|
+
"html_url": "https://github.com/jc00ke",
|
142
|
+
"followers_url": "users/jc00ke/followers.json",
|
143
|
+
"following_url": "users/jc00ke/following{/other_user}.json",
|
144
|
+
"gists_url": "users/jc00ke/gists{/gist_id}.json",
|
145
|
+
"starred_url": "users/jc00ke/starred{/owner}{/repo}.json",
|
146
|
+
"subscriptions_url": "users/jc00ke/subscriptions.json",
|
147
|
+
"organizations_url": "users/jc00ke/orgs.json",
|
148
|
+
"repos_url": "users/jc00ke/repos.json",
|
149
|
+
"events_url": "users/jc00ke/events{/privacy}.json",
|
150
|
+
"received_events_url": "users/jc00ke/received_events.json",
|
151
|
+
"type": "User",
|
152
|
+
"contributions": 1
|
153
|
+
},
|
154
|
+
{
|
155
|
+
"login": "acco",
|
156
|
+
"id": 927029,
|
157
|
+
"avatar_url": "https://secure.gravatar.com/avatar/446c3d7b371310456aab25e06034fa2b?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
|
158
|
+
"gravatar_id": "446c3d7b371310456aab25e06034fa2b",
|
159
|
+
"url": "users/acco.json",
|
160
|
+
"html_url": "https://github.com/acco",
|
161
|
+
"followers_url": "users/acco/followers.json",
|
162
|
+
"following_url": "users/acco/following{/other_user}.json",
|
163
|
+
"gists_url": "users/acco/gists{/gist_id}.json",
|
164
|
+
"starred_url": "users/acco/starred{/owner}{/repo}.json",
|
165
|
+
"subscriptions_url": "users/acco/subscriptions.json",
|
166
|
+
"organizations_url": "users/acco/orgs.json",
|
167
|
+
"repos_url": "users/acco/repos.json",
|
168
|
+
"events_url": "users/acco/events{/privacy}.json",
|
169
|
+
"received_events_url": "users/acco/received_events.json",
|
170
|
+
"type": "User",
|
171
|
+
"contributions": 1
|
172
|
+
},
|
173
|
+
{
|
174
|
+
"login": "edwardchiu38",
|
175
|
+
"id": 1634593,
|
176
|
+
"avatar_url": "https://secure.gravatar.com/avatar/54b526a3d07ad65cb861a5f0225372ba?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
|
177
|
+
"gravatar_id": "54b526a3d07ad65cb861a5f0225372ba",
|
178
|
+
"url": "users/edwardchiu38.json",
|
179
|
+
"html_url": "https://github.com/edwardchiu38",
|
180
|
+
"followers_url": "users/edwardchiu38/followers.json",
|
181
|
+
"following_url": "users/edwardchiu38/following{/other_user}.json",
|
182
|
+
"gists_url": "users/edwardchiu38/gists{/gist_id}.json",
|
183
|
+
"starred_url": "users/edwardchiu38/starred{/owner}{/repo}.json",
|
184
|
+
"subscriptions_url": "users/edwardchiu38/subscriptions.json",
|
185
|
+
"organizations_url": "users/edwardchiu38/orgs.json",
|
186
|
+
"repos_url": "users/edwardchiu38/repos.json",
|
187
|
+
"events_url": "users/edwardchiu38/events{/privacy}.json",
|
188
|
+
"received_events_url": "users/edwardchiu38/received_events.json",
|
189
|
+
"type": "User",
|
190
|
+
"contributions": 1
|
191
|
+
}
|
192
|
+
]
|
@@ -0,0 +1,40 @@
|
|
1
|
+
[
|
2
|
+
{
|
3
|
+
"login": "mpapis",
|
4
|
+
"id": 48054,
|
5
|
+
"avatar_url": "https://secure.gravatar.com/avatar/3ec52ed58eb92026d86e62c39bdb7589?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
|
6
|
+
"gravatar_id": "3ec52ed58eb92026d86e62c39bdb7589",
|
7
|
+
"url": "users/mpapis.json",
|
8
|
+
"html_url": "https://github.com/mpapis",
|
9
|
+
"followers_url": "users/mpapis/followers.json",
|
10
|
+
"following_url": "users/mpapis/following{/other_user}.json",
|
11
|
+
"gists_url": "users/mpapis/gists{/gist_id}.json",
|
12
|
+
"starred_url": "users/mpapis/starred{/owner}{/repo}.json",
|
13
|
+
"subscriptions_url": "users/mpapis/subscriptions.json",
|
14
|
+
"organizations_url": "users/mpapis/orgs.json",
|
15
|
+
"repos_url": "users/mpapis/repos.json",
|
16
|
+
"events_url": "users/mpapis/events{/privacy}.json",
|
17
|
+
"received_events_url": "users/mpapis/received_events.json",
|
18
|
+
"type": "User",
|
19
|
+
"contributions": 38
|
20
|
+
},
|
21
|
+
{
|
22
|
+
"login": "envygeeks",
|
23
|
+
"id": 99763,
|
24
|
+
"avatar_url": "https://secure.gravatar.com/avatar/52f3528c40e9cf28ad0900886eecb128?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
|
25
|
+
"gravatar_id": "52f3528c40e9cf28ad0900886eecb128",
|
26
|
+
"url": "users/envygeeks.json",
|
27
|
+
"html_url": "https://github.com/envygeeks",
|
28
|
+
"followers_url": "users/envygeeks/followers.json",
|
29
|
+
"following_url": "users/envygeeks/following{/other_user}.json",
|
30
|
+
"gists_url": "users/envygeeks/gists{/gist_id}.json",
|
31
|
+
"starred_url": "users/envygeeks/starred{/owner}{/repo}.json",
|
32
|
+
"subscriptions_url": "users/envygeeks/subscriptions.json",
|
33
|
+
"organizations_url": "users/envygeeks/orgs.json",
|
34
|
+
"repos_url": "users/envygeeks/repos.json",
|
35
|
+
"events_url": "users/envygeeks/events{/privacy}.json",
|
36
|
+
"received_events_url": "users/envygeeks/received_events.json",
|
37
|
+
"type": "User",
|
38
|
+
"contributions": 4
|
39
|
+
}
|
40
|
+
]
|
@@ -0,0 +1,31 @@
|
|
1
|
+
{
|
2
|
+
"login": "acco",
|
3
|
+
"id": 927029,
|
4
|
+
"avatar_url": "https://secure.gravatar.com/avatar/446c3d7b371310456aab25e06034fa2b?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
|
5
|
+
"gravatar_id": "446c3d7b371310456aab25e06034fa2b",
|
6
|
+
"url": "users/acco.json",
|
7
|
+
"html_url": "https://github.com/acco",
|
8
|
+
"followers_url": "users/acco/followers.json",
|
9
|
+
"following_url": "users/acco/following{/other_user}.json",
|
10
|
+
"gists_url": "users/acco/gists{/gist_id}.json",
|
11
|
+
"starred_url": "users/acco/starred{/owner}{/repo}.json",
|
12
|
+
"subscriptions_url": "users/acco/subscriptions.json",
|
13
|
+
"organizations_url": "users/acco/orgs.json",
|
14
|
+
"repos_url": "users/acco/repos.json",
|
15
|
+
"events_url": "users/acco/events{/privacy}.json",
|
16
|
+
"received_events_url": "users/acco/received_events.json",
|
17
|
+
"type": "User",
|
18
|
+
"name": "Anthony Accomazzo",
|
19
|
+
"company": null,
|
20
|
+
"blog": null,
|
21
|
+
"location": null,
|
22
|
+
"email": null,
|
23
|
+
"hireable": false,
|
24
|
+
"bio": null,
|
25
|
+
"public_repos": 18,
|
26
|
+
"followers": 7,
|
27
|
+
"following": 2,
|
28
|
+
"created_at": "2011-07-20T05:42:57Z",
|
29
|
+
"updated_at": "2013-05-15T04:35:35Z",
|
30
|
+
"public_gists": 0
|
31
|
+
}
|
@@ -0,0 +1,31 @@
|
|
1
|
+
{
|
2
|
+
"login": "alexch",
|
3
|
+
"id": 8524,
|
4
|
+
"avatar_url": "https://secure.gravatar.com/avatar/5a0d7f0cb2fac7858d234de7f7f01491?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
|
5
|
+
"gravatar_id": "5a0d7f0cb2fac7858d234de7f7f01491",
|
6
|
+
"url": "users/alexch.json",
|
7
|
+
"html_url": "https://github.com/alexch",
|
8
|
+
"followers_url": "users/alexch/followers.json",
|
9
|
+
"following_url": "users/alexch/following{/other_user}.json",
|
10
|
+
"gists_url": "users/alexch/gists{/gist_id}.json",
|
11
|
+
"starred_url": "users/alexch/starred{/owner}{/repo}.json",
|
12
|
+
"subscriptions_url": "users/alexch/subscriptions.json",
|
13
|
+
"organizations_url": "users/alexch/orgs.json",
|
14
|
+
"repos_url": "users/alexch/repos.json",
|
15
|
+
"events_url": "users/alexch/events{/privacy}.json",
|
16
|
+
"received_events_url": "users/alexch/received_events.json",
|
17
|
+
"type": "User",
|
18
|
+
"name": "Alex Chaffee",
|
19
|
+
"company": null,
|
20
|
+
"blog": "http://alexch.github.com",
|
21
|
+
"location": "San Francisco, CA",
|
22
|
+
"email": "alex@stinky.com",
|
23
|
+
"hireable": false,
|
24
|
+
"bio": null,
|
25
|
+
"public_repos": 84,
|
26
|
+
"followers": 89,
|
27
|
+
"following": 92,
|
28
|
+
"created_at": "2008-04-25T23:03:15Z",
|
29
|
+
"updated_at": "2013-05-15T22:12:43Z",
|
30
|
+
"public_gists": 36
|
31
|
+
}
|