octonaut 0.1.0 → 0.2.0
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +12 -4
- data/lib/octonaut.rb +2 -0
- data/lib/octonaut/commands/activity.rb +126 -0
- data/lib/octonaut/commands/contents.rb +1 -1
- data/lib/octonaut/commands/users.rb +41 -13
- data/lib/octonaut/printers/repositories.rb +1 -1
- data/lib/octonaut/utils.rb +9 -0
- data/lib/octonaut/version.rb +1 -1
- data/spec/activity_spec.rb +141 -0
- data/spec/contents_spec.rb +1 -1
- data/spec/fixtures/repositories.ls +30 -30
- data/spec/fixtures/starred.json +2522 -0
- data/spec/fixtures/starred.ls +30 -0
- data/spec/fixtures/subscribers.json +416 -0
- data/spec/fixtures/subscribers.ls +23 -0
- data/spec/spec_helper.rb +11 -0
- data/spec/users_spec.rb +11 -0
- metadata +15 -2
@@ -0,0 +1,30 @@
|
|
1
|
+
henrik/vim-reveal-in-finder
|
2
|
+
henrik/dotfiles
|
3
|
+
nanoc/nanoc-site
|
4
|
+
blueyed/dotfiles
|
5
|
+
jasoncodes/dotfiles
|
6
|
+
therealadam/dotfiles
|
7
|
+
iain/osx_settings
|
8
|
+
robb/.dotfiles
|
9
|
+
paulmillr/dotfiles
|
10
|
+
dewski/glimpse
|
11
|
+
rubyworks/clik
|
12
|
+
github/platform-samples
|
13
|
+
jayzes/cucumber-api-steps
|
14
|
+
davesims/dotfiles
|
15
|
+
mrtazz/bin
|
16
|
+
ggreer/the_silver_searcher
|
17
|
+
christiannaths/Redacted-Font
|
18
|
+
dreadatour/dotfiles
|
19
|
+
andrewpthorp/dotfiles
|
20
|
+
jish/pre-commit
|
21
|
+
chriskempson/base16-vim
|
22
|
+
libgit2/libgit2
|
23
|
+
tpope/vim-rails
|
24
|
+
tpope/vim-fugitive
|
25
|
+
cobyism/shapeshifter
|
26
|
+
cmars/ssh-import-id
|
27
|
+
creaktive/rainbarf
|
28
|
+
subelsky/dotvim
|
29
|
+
pkedrosky/tweetregs
|
30
|
+
bleonard/hubtime
|
@@ -0,0 +1,416 @@
|
|
1
|
+
[
|
2
|
+
{
|
3
|
+
"login": "hcilab",
|
4
|
+
"id": 1610572,
|
5
|
+
"avatar_url": "https://secure.gravatar.com/avatar/4a70a247b4f222894f6b9861e40f733d?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
|
6
|
+
"gravatar_id": "4a70a247b4f222894f6b9861e40f733d",
|
7
|
+
"url": "https://api.github.com/users/hcilab",
|
8
|
+
"html_url": "https://github.com/hcilab",
|
9
|
+
"followers_url": "https://api.github.com/users/hcilab/followers",
|
10
|
+
"following_url": "https://api.github.com/users/hcilab/following",
|
11
|
+
"gists_url": "https://api.github.com/users/hcilab/gists{/gist_id}",
|
12
|
+
"starred_url": "https://api.github.com/users/hcilab/starred{/owner}{/repo}",
|
13
|
+
"subscriptions_url": "https://api.github.com/users/hcilab/subscriptions",
|
14
|
+
"organizations_url": "https://api.github.com/users/hcilab/orgs",
|
15
|
+
"repos_url": "https://api.github.com/users/hcilab/repos",
|
16
|
+
"events_url": "https://api.github.com/users/hcilab/events{/privacy}",
|
17
|
+
"received_events_url": "https://api.github.com/users/hcilab/received_events",
|
18
|
+
"type": "User"
|
19
|
+
},
|
20
|
+
{
|
21
|
+
"login": "equus12",
|
22
|
+
"id": 1647505,
|
23
|
+
"avatar_url": "https://secure.gravatar.com/avatar/e8f8081fe45c1b793c288ecd1c1e932e?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
|
24
|
+
"gravatar_id": "e8f8081fe45c1b793c288ecd1c1e932e",
|
25
|
+
"url": "https://api.github.com/users/equus12",
|
26
|
+
"html_url": "https://github.com/equus12",
|
27
|
+
"followers_url": "https://api.github.com/users/equus12/followers",
|
28
|
+
"following_url": "https://api.github.com/users/equus12/following",
|
29
|
+
"gists_url": "https://api.github.com/users/equus12/gists{/gist_id}",
|
30
|
+
"starred_url": "https://api.github.com/users/equus12/starred{/owner}{/repo}",
|
31
|
+
"subscriptions_url": "https://api.github.com/users/equus12/subscriptions",
|
32
|
+
"organizations_url": "https://api.github.com/users/equus12/orgs",
|
33
|
+
"repos_url": "https://api.github.com/users/equus12/repos",
|
34
|
+
"events_url": "https://api.github.com/users/equus12/events{/privacy}",
|
35
|
+
"received_events_url": "https://api.github.com/users/equus12/received_events",
|
36
|
+
"type": "User"
|
37
|
+
},
|
38
|
+
{
|
39
|
+
"login": "EnTeQuAk",
|
40
|
+
"id": 139033,
|
41
|
+
"avatar_url": "https://secure.gravatar.com/avatar/fa48aaa625f1e58ba9a22de510253cb5?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
|
42
|
+
"gravatar_id": "fa48aaa625f1e58ba9a22de510253cb5",
|
43
|
+
"url": "https://api.github.com/users/EnTeQuAk",
|
44
|
+
"html_url": "https://github.com/EnTeQuAk",
|
45
|
+
"followers_url": "https://api.github.com/users/EnTeQuAk/followers",
|
46
|
+
"following_url": "https://api.github.com/users/EnTeQuAk/following",
|
47
|
+
"gists_url": "https://api.github.com/users/EnTeQuAk/gists{/gist_id}",
|
48
|
+
"starred_url": "https://api.github.com/users/EnTeQuAk/starred{/owner}{/repo}",
|
49
|
+
"subscriptions_url": "https://api.github.com/users/EnTeQuAk/subscriptions",
|
50
|
+
"organizations_url": "https://api.github.com/users/EnTeQuAk/orgs",
|
51
|
+
"repos_url": "https://api.github.com/users/EnTeQuAk/repos",
|
52
|
+
"events_url": "https://api.github.com/users/EnTeQuAk/events{/privacy}",
|
53
|
+
"received_events_url": "https://api.github.com/users/EnTeQuAk/received_events",
|
54
|
+
"type": "User"
|
55
|
+
},
|
56
|
+
{
|
57
|
+
"login": "junkblocker",
|
58
|
+
"id": 20190,
|
59
|
+
"avatar_url": "https://secure.gravatar.com/avatar/c64f00b53ab84f25433ba5a1ec0dbfc6?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
|
60
|
+
"gravatar_id": "c64f00b53ab84f25433ba5a1ec0dbfc6",
|
61
|
+
"url": "https://api.github.com/users/junkblocker",
|
62
|
+
"html_url": "https://github.com/junkblocker",
|
63
|
+
"followers_url": "https://api.github.com/users/junkblocker/followers",
|
64
|
+
"following_url": "https://api.github.com/users/junkblocker/following",
|
65
|
+
"gists_url": "https://api.github.com/users/junkblocker/gists{/gist_id}",
|
66
|
+
"starred_url": "https://api.github.com/users/junkblocker/starred{/owner}{/repo}",
|
67
|
+
"subscriptions_url": "https://api.github.com/users/junkblocker/subscriptions",
|
68
|
+
"organizations_url": "https://api.github.com/users/junkblocker/orgs",
|
69
|
+
"repos_url": "https://api.github.com/users/junkblocker/repos",
|
70
|
+
"events_url": "https://api.github.com/users/junkblocker/events{/privacy}",
|
71
|
+
"received_events_url": "https://api.github.com/users/junkblocker/received_events",
|
72
|
+
"type": "User"
|
73
|
+
},
|
74
|
+
{
|
75
|
+
"login": "lodestone",
|
76
|
+
"id": 8401,
|
77
|
+
"avatar_url": "https://secure.gravatar.com/avatar/b8a88f05527705df81d7413f8dc0f6ce?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
|
78
|
+
"gravatar_id": "b8a88f05527705df81d7413f8dc0f6ce",
|
79
|
+
"url": "https://api.github.com/users/lodestone",
|
80
|
+
"html_url": "https://github.com/lodestone",
|
81
|
+
"followers_url": "https://api.github.com/users/lodestone/followers",
|
82
|
+
"following_url": "https://api.github.com/users/lodestone/following",
|
83
|
+
"gists_url": "https://api.github.com/users/lodestone/gists{/gist_id}",
|
84
|
+
"starred_url": "https://api.github.com/users/lodestone/starred{/owner}{/repo}",
|
85
|
+
"subscriptions_url": "https://api.github.com/users/lodestone/subscriptions",
|
86
|
+
"organizations_url": "https://api.github.com/users/lodestone/orgs",
|
87
|
+
"repos_url": "https://api.github.com/users/lodestone/repos",
|
88
|
+
"events_url": "https://api.github.com/users/lodestone/events{/privacy}",
|
89
|
+
"received_events_url": "https://api.github.com/users/lodestone/received_events",
|
90
|
+
"type": "User"
|
91
|
+
},
|
92
|
+
{
|
93
|
+
"login": "chalassa",
|
94
|
+
"id": 350512,
|
95
|
+
"avatar_url": "https://secure.gravatar.com/avatar/4b6a0b1c49afe1e351d655981775eded?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
|
96
|
+
"gravatar_id": "4b6a0b1c49afe1e351d655981775eded",
|
97
|
+
"url": "https://api.github.com/users/chalassa",
|
98
|
+
"html_url": "https://github.com/chalassa",
|
99
|
+
"followers_url": "https://api.github.com/users/chalassa/followers",
|
100
|
+
"following_url": "https://api.github.com/users/chalassa/following",
|
101
|
+
"gists_url": "https://api.github.com/users/chalassa/gists{/gist_id}",
|
102
|
+
"starred_url": "https://api.github.com/users/chalassa/starred{/owner}{/repo}",
|
103
|
+
"subscriptions_url": "https://api.github.com/users/chalassa/subscriptions",
|
104
|
+
"organizations_url": "https://api.github.com/users/chalassa/orgs",
|
105
|
+
"repos_url": "https://api.github.com/users/chalassa/repos",
|
106
|
+
"events_url": "https://api.github.com/users/chalassa/events{/privacy}",
|
107
|
+
"received_events_url": "https://api.github.com/users/chalassa/received_events",
|
108
|
+
"type": "User"
|
109
|
+
},
|
110
|
+
{
|
111
|
+
"login": "jassand",
|
112
|
+
"id": 218807,
|
113
|
+
"avatar_url": "https://secure.gravatar.com/avatar/4bec3cd87338e1834130168125cbcfc6?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
|
114
|
+
"gravatar_id": "4bec3cd87338e1834130168125cbcfc6",
|
115
|
+
"url": "https://api.github.com/users/jassand",
|
116
|
+
"html_url": "https://github.com/jassand",
|
117
|
+
"followers_url": "https://api.github.com/users/jassand/followers",
|
118
|
+
"following_url": "https://api.github.com/users/jassand/following",
|
119
|
+
"gists_url": "https://api.github.com/users/jassand/gists{/gist_id}",
|
120
|
+
"starred_url": "https://api.github.com/users/jassand/starred{/owner}{/repo}",
|
121
|
+
"subscriptions_url": "https://api.github.com/users/jassand/subscriptions",
|
122
|
+
"organizations_url": "https://api.github.com/users/jassand/orgs",
|
123
|
+
"repos_url": "https://api.github.com/users/jassand/repos",
|
124
|
+
"events_url": "https://api.github.com/users/jassand/events{/privacy}",
|
125
|
+
"received_events_url": "https://api.github.com/users/jassand/received_events",
|
126
|
+
"type": "User"
|
127
|
+
},
|
128
|
+
{
|
129
|
+
"login": "diffsky",
|
130
|
+
"id": 36013,
|
131
|
+
"avatar_url": "https://secure.gravatar.com/avatar/1111823d437ca3920219953ecc8d64c2?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
|
132
|
+
"gravatar_id": "1111823d437ca3920219953ecc8d64c2",
|
133
|
+
"url": "https://api.github.com/users/diffsky",
|
134
|
+
"html_url": "https://github.com/diffsky",
|
135
|
+
"followers_url": "https://api.github.com/users/diffsky/followers",
|
136
|
+
"following_url": "https://api.github.com/users/diffsky/following",
|
137
|
+
"gists_url": "https://api.github.com/users/diffsky/gists{/gist_id}",
|
138
|
+
"starred_url": "https://api.github.com/users/diffsky/starred{/owner}{/repo}",
|
139
|
+
"subscriptions_url": "https://api.github.com/users/diffsky/subscriptions",
|
140
|
+
"organizations_url": "https://api.github.com/users/diffsky/orgs",
|
141
|
+
"repos_url": "https://api.github.com/users/diffsky/repos",
|
142
|
+
"events_url": "https://api.github.com/users/diffsky/events{/privacy}",
|
143
|
+
"received_events_url": "https://api.github.com/users/diffsky/received_events",
|
144
|
+
"type": "User"
|
145
|
+
},
|
146
|
+
{
|
147
|
+
"login": "alemacgo",
|
148
|
+
"id": 202928,
|
149
|
+
"avatar_url": "https://secure.gravatar.com/avatar/1b1238cfd108396868b3a74ad716398b?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
|
150
|
+
"gravatar_id": "1b1238cfd108396868b3a74ad716398b",
|
151
|
+
"url": "https://api.github.com/users/alemacgo",
|
152
|
+
"html_url": "https://github.com/alemacgo",
|
153
|
+
"followers_url": "https://api.github.com/users/alemacgo/followers",
|
154
|
+
"following_url": "https://api.github.com/users/alemacgo/following",
|
155
|
+
"gists_url": "https://api.github.com/users/alemacgo/gists{/gist_id}",
|
156
|
+
"starred_url": "https://api.github.com/users/alemacgo/starred{/owner}{/repo}",
|
157
|
+
"subscriptions_url": "https://api.github.com/users/alemacgo/subscriptions",
|
158
|
+
"organizations_url": "https://api.github.com/users/alemacgo/orgs",
|
159
|
+
"repos_url": "https://api.github.com/users/alemacgo/repos",
|
160
|
+
"events_url": "https://api.github.com/users/alemacgo/events{/privacy}",
|
161
|
+
"received_events_url": "https://api.github.com/users/alemacgo/received_events",
|
162
|
+
"type": "User"
|
163
|
+
},
|
164
|
+
{
|
165
|
+
"login": "narfdotpl",
|
166
|
+
"id": 113496,
|
167
|
+
"avatar_url": "https://secure.gravatar.com/avatar/1dfedb43960486355530c65ec2ca0fbc?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
|
168
|
+
"gravatar_id": "1dfedb43960486355530c65ec2ca0fbc",
|
169
|
+
"url": "https://api.github.com/users/narfdotpl",
|
170
|
+
"html_url": "https://github.com/narfdotpl",
|
171
|
+
"followers_url": "https://api.github.com/users/narfdotpl/followers",
|
172
|
+
"following_url": "https://api.github.com/users/narfdotpl/following",
|
173
|
+
"gists_url": "https://api.github.com/users/narfdotpl/gists{/gist_id}",
|
174
|
+
"starred_url": "https://api.github.com/users/narfdotpl/starred{/owner}{/repo}",
|
175
|
+
"subscriptions_url": "https://api.github.com/users/narfdotpl/subscriptions",
|
176
|
+
"organizations_url": "https://api.github.com/users/narfdotpl/orgs",
|
177
|
+
"repos_url": "https://api.github.com/users/narfdotpl/repos",
|
178
|
+
"events_url": "https://api.github.com/users/narfdotpl/events{/privacy}",
|
179
|
+
"received_events_url": "https://api.github.com/users/narfdotpl/received_events",
|
180
|
+
"type": "User"
|
181
|
+
},
|
182
|
+
{
|
183
|
+
"login": "skifter",
|
184
|
+
"id": 827308,
|
185
|
+
"avatar_url": "https://secure.gravatar.com/avatar/6b7e96b4b1feb9ce33987520f676b58d?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
|
186
|
+
"gravatar_id": "6b7e96b4b1feb9ce33987520f676b58d",
|
187
|
+
"url": "https://api.github.com/users/skifter",
|
188
|
+
"html_url": "https://github.com/skifter",
|
189
|
+
"followers_url": "https://api.github.com/users/skifter/followers",
|
190
|
+
"following_url": "https://api.github.com/users/skifter/following",
|
191
|
+
"gists_url": "https://api.github.com/users/skifter/gists{/gist_id}",
|
192
|
+
"starred_url": "https://api.github.com/users/skifter/starred{/owner}{/repo}",
|
193
|
+
"subscriptions_url": "https://api.github.com/users/skifter/subscriptions",
|
194
|
+
"organizations_url": "https://api.github.com/users/skifter/orgs",
|
195
|
+
"repos_url": "https://api.github.com/users/skifter/repos",
|
196
|
+
"events_url": "https://api.github.com/users/skifter/events{/privacy}",
|
197
|
+
"received_events_url": "https://api.github.com/users/skifter/received_events",
|
198
|
+
"type": "User"
|
199
|
+
},
|
200
|
+
{
|
201
|
+
"login": "gliptak",
|
202
|
+
"id": 50109,
|
203
|
+
"avatar_url": "https://secure.gravatar.com/avatar/d7c69b1558c7c07e65302eccac3b6693?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
|
204
|
+
"gravatar_id": "d7c69b1558c7c07e65302eccac3b6693",
|
205
|
+
"url": "https://api.github.com/users/gliptak",
|
206
|
+
"html_url": "https://github.com/gliptak",
|
207
|
+
"followers_url": "https://api.github.com/users/gliptak/followers",
|
208
|
+
"following_url": "https://api.github.com/users/gliptak/following",
|
209
|
+
"gists_url": "https://api.github.com/users/gliptak/gists{/gist_id}",
|
210
|
+
"starred_url": "https://api.github.com/users/gliptak/starred{/owner}{/repo}",
|
211
|
+
"subscriptions_url": "https://api.github.com/users/gliptak/subscriptions",
|
212
|
+
"organizations_url": "https://api.github.com/users/gliptak/orgs",
|
213
|
+
"repos_url": "https://api.github.com/users/gliptak/repos",
|
214
|
+
"events_url": "https://api.github.com/users/gliptak/events{/privacy}",
|
215
|
+
"received_events_url": "https://api.github.com/users/gliptak/received_events",
|
216
|
+
"type": "User"
|
217
|
+
},
|
218
|
+
{
|
219
|
+
"login": "defunkt",
|
220
|
+
"id": 2,
|
221
|
+
"avatar_url": "https://secure.gravatar.com/avatar/b8dbb1987e8e5318584865f880036796?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
|
222
|
+
"gravatar_id": "b8dbb1987e8e5318584865f880036796",
|
223
|
+
"url": "https://api.github.com/users/defunkt",
|
224
|
+
"html_url": "https://github.com/defunkt",
|
225
|
+
"followers_url": "https://api.github.com/users/defunkt/followers",
|
226
|
+
"following_url": "https://api.github.com/users/defunkt/following",
|
227
|
+
"gists_url": "https://api.github.com/users/defunkt/gists{/gist_id}",
|
228
|
+
"starred_url": "https://api.github.com/users/defunkt/starred{/owner}{/repo}",
|
229
|
+
"subscriptions_url": "https://api.github.com/users/defunkt/subscriptions",
|
230
|
+
"organizations_url": "https://api.github.com/users/defunkt/orgs",
|
231
|
+
"repos_url": "https://api.github.com/users/defunkt/repos",
|
232
|
+
"events_url": "https://api.github.com/users/defunkt/events{/privacy}",
|
233
|
+
"received_events_url": "https://api.github.com/users/defunkt/received_events",
|
234
|
+
"type": "User"
|
235
|
+
},
|
236
|
+
{
|
237
|
+
"login": "javouhey",
|
238
|
+
"id": 301614,
|
239
|
+
"avatar_url": "https://secure.gravatar.com/avatar/cb6a57008084ae2ff0b91a4424482a16?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
|
240
|
+
"gravatar_id": "cb6a57008084ae2ff0b91a4424482a16",
|
241
|
+
"url": "https://api.github.com/users/javouhey",
|
242
|
+
"html_url": "https://github.com/javouhey",
|
243
|
+
"followers_url": "https://api.github.com/users/javouhey/followers",
|
244
|
+
"following_url": "https://api.github.com/users/javouhey/following",
|
245
|
+
"gists_url": "https://api.github.com/users/javouhey/gists{/gist_id}",
|
246
|
+
"starred_url": "https://api.github.com/users/javouhey/starred{/owner}{/repo}",
|
247
|
+
"subscriptions_url": "https://api.github.com/users/javouhey/subscriptions",
|
248
|
+
"organizations_url": "https://api.github.com/users/javouhey/orgs",
|
249
|
+
"repos_url": "https://api.github.com/users/javouhey/repos",
|
250
|
+
"events_url": "https://api.github.com/users/javouhey/events{/privacy}",
|
251
|
+
"received_events_url": "https://api.github.com/users/javouhey/received_events",
|
252
|
+
"type": "User"
|
253
|
+
},
|
254
|
+
{
|
255
|
+
"login": "tzarskyz",
|
256
|
+
"id": 157705,
|
257
|
+
"avatar_url": "https://secure.gravatar.com/avatar/aa4cfea104e24d3ad6be8a6c998f9c75?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
|
258
|
+
"gravatar_id": "aa4cfea104e24d3ad6be8a6c998f9c75",
|
259
|
+
"url": "https://api.github.com/users/tzarskyz",
|
260
|
+
"html_url": "https://github.com/tzarskyz",
|
261
|
+
"followers_url": "https://api.github.com/users/tzarskyz/followers",
|
262
|
+
"following_url": "https://api.github.com/users/tzarskyz/following",
|
263
|
+
"gists_url": "https://api.github.com/users/tzarskyz/gists{/gist_id}",
|
264
|
+
"starred_url": "https://api.github.com/users/tzarskyz/starred{/owner}{/repo}",
|
265
|
+
"subscriptions_url": "https://api.github.com/users/tzarskyz/subscriptions",
|
266
|
+
"organizations_url": "https://api.github.com/users/tzarskyz/orgs",
|
267
|
+
"repos_url": "https://api.github.com/users/tzarskyz/repos",
|
268
|
+
"events_url": "https://api.github.com/users/tzarskyz/events{/privacy}",
|
269
|
+
"received_events_url": "https://api.github.com/users/tzarskyz/received_events",
|
270
|
+
"type": "User"
|
271
|
+
},
|
272
|
+
{
|
273
|
+
"login": "vredniy",
|
274
|
+
"id": 283295,
|
275
|
+
"avatar_url": "https://secure.gravatar.com/avatar/9cbae80f1ea00408841fcd67312ba365?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
|
276
|
+
"gravatar_id": "9cbae80f1ea00408841fcd67312ba365",
|
277
|
+
"url": "https://api.github.com/users/vredniy",
|
278
|
+
"html_url": "https://github.com/vredniy",
|
279
|
+
"followers_url": "https://api.github.com/users/vredniy/followers",
|
280
|
+
"following_url": "https://api.github.com/users/vredniy/following",
|
281
|
+
"gists_url": "https://api.github.com/users/vredniy/gists{/gist_id}",
|
282
|
+
"starred_url": "https://api.github.com/users/vredniy/starred{/owner}{/repo}",
|
283
|
+
"subscriptions_url": "https://api.github.com/users/vredniy/subscriptions",
|
284
|
+
"organizations_url": "https://api.github.com/users/vredniy/orgs",
|
285
|
+
"repos_url": "https://api.github.com/users/vredniy/repos",
|
286
|
+
"events_url": "https://api.github.com/users/vredniy/events{/privacy}",
|
287
|
+
"received_events_url": "https://api.github.com/users/vredniy/received_events",
|
288
|
+
"type": "User"
|
289
|
+
},
|
290
|
+
{
|
291
|
+
"login": "fuadsaud",
|
292
|
+
"id": 1993787,
|
293
|
+
"avatar_url": "https://secure.gravatar.com/avatar/22e767367fe9c51fc5d22af7a631c424?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
|
294
|
+
"gravatar_id": "22e767367fe9c51fc5d22af7a631c424",
|
295
|
+
"url": "https://api.github.com/users/fuadsaud",
|
296
|
+
"html_url": "https://github.com/fuadsaud",
|
297
|
+
"followers_url": "https://api.github.com/users/fuadsaud/followers",
|
298
|
+
"following_url": "https://api.github.com/users/fuadsaud/following",
|
299
|
+
"gists_url": "https://api.github.com/users/fuadsaud/gists{/gist_id}",
|
300
|
+
"starred_url": "https://api.github.com/users/fuadsaud/starred{/owner}{/repo}",
|
301
|
+
"subscriptions_url": "https://api.github.com/users/fuadsaud/subscriptions",
|
302
|
+
"organizations_url": "https://api.github.com/users/fuadsaud/orgs",
|
303
|
+
"repos_url": "https://api.github.com/users/fuadsaud/repos",
|
304
|
+
"events_url": "https://api.github.com/users/fuadsaud/events{/privacy}",
|
305
|
+
"received_events_url": "https://api.github.com/users/fuadsaud/received_events",
|
306
|
+
"type": "User"
|
307
|
+
},
|
308
|
+
{
|
309
|
+
"login": "ticky",
|
310
|
+
"id": 282113,
|
311
|
+
"avatar_url": "https://secure.gravatar.com/avatar/0a899a005a1a59ca01e75591ed233ed0?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
|
312
|
+
"gravatar_id": "0a899a005a1a59ca01e75591ed233ed0",
|
313
|
+
"url": "https://api.github.com/users/ticky",
|
314
|
+
"html_url": "https://github.com/ticky",
|
315
|
+
"followers_url": "https://api.github.com/users/ticky/followers",
|
316
|
+
"following_url": "https://api.github.com/users/ticky/following",
|
317
|
+
"gists_url": "https://api.github.com/users/ticky/gists{/gist_id}",
|
318
|
+
"starred_url": "https://api.github.com/users/ticky/starred{/owner}{/repo}",
|
319
|
+
"subscriptions_url": "https://api.github.com/users/ticky/subscriptions",
|
320
|
+
"organizations_url": "https://api.github.com/users/ticky/orgs",
|
321
|
+
"repos_url": "https://api.github.com/users/ticky/repos",
|
322
|
+
"events_url": "https://api.github.com/users/ticky/events{/privacy}",
|
323
|
+
"received_events_url": "https://api.github.com/users/ticky/received_events",
|
324
|
+
"type": "User"
|
325
|
+
},
|
326
|
+
{
|
327
|
+
"login": "tomnf1",
|
328
|
+
"id": 1396376,
|
329
|
+
"avatar_url": "https://secure.gravatar.com/avatar/11ae4c00864df2e3ca5df9381d4efa1a?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
|
330
|
+
"gravatar_id": "11ae4c00864df2e3ca5df9381d4efa1a",
|
331
|
+
"url": "https://api.github.com/users/tomnf1",
|
332
|
+
"html_url": "https://github.com/tomnf1",
|
333
|
+
"followers_url": "https://api.github.com/users/tomnf1/followers",
|
334
|
+
"following_url": "https://api.github.com/users/tomnf1/following",
|
335
|
+
"gists_url": "https://api.github.com/users/tomnf1/gists{/gist_id}",
|
336
|
+
"starred_url": "https://api.github.com/users/tomnf1/starred{/owner}{/repo}",
|
337
|
+
"subscriptions_url": "https://api.github.com/users/tomnf1/subscriptions",
|
338
|
+
"organizations_url": "https://api.github.com/users/tomnf1/orgs",
|
339
|
+
"repos_url": "https://api.github.com/users/tomnf1/repos",
|
340
|
+
"events_url": "https://api.github.com/users/tomnf1/events{/privacy}",
|
341
|
+
"received_events_url": "https://api.github.com/users/tomnf1/received_events",
|
342
|
+
"type": "User"
|
343
|
+
},
|
344
|
+
{
|
345
|
+
"login": "stigkj",
|
346
|
+
"id": 14671,
|
347
|
+
"avatar_url": "https://secure.gravatar.com/avatar/498b6058e5ad601c4bd38472c976a26a?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
|
348
|
+
"gravatar_id": "498b6058e5ad601c4bd38472c976a26a",
|
349
|
+
"url": "https://api.github.com/users/stigkj",
|
350
|
+
"html_url": "https://github.com/stigkj",
|
351
|
+
"followers_url": "https://api.github.com/users/stigkj/followers",
|
352
|
+
"following_url": "https://api.github.com/users/stigkj/following",
|
353
|
+
"gists_url": "https://api.github.com/users/stigkj/gists{/gist_id}",
|
354
|
+
"starred_url": "https://api.github.com/users/stigkj/starred{/owner}{/repo}",
|
355
|
+
"subscriptions_url": "https://api.github.com/users/stigkj/subscriptions",
|
356
|
+
"organizations_url": "https://api.github.com/users/stigkj/orgs",
|
357
|
+
"repos_url": "https://api.github.com/users/stigkj/repos",
|
358
|
+
"events_url": "https://api.github.com/users/stigkj/events{/privacy}",
|
359
|
+
"received_events_url": "https://api.github.com/users/stigkj/received_events",
|
360
|
+
"type": "User"
|
361
|
+
},
|
362
|
+
{
|
363
|
+
"login": "energio",
|
364
|
+
"id": 182047,
|
365
|
+
"avatar_url": "https://secure.gravatar.com/avatar/da555249fb5c016dde1ea8843bde1486?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
|
366
|
+
"gravatar_id": "da555249fb5c016dde1ea8843bde1486",
|
367
|
+
"url": "https://api.github.com/users/energio",
|
368
|
+
"html_url": "https://github.com/energio",
|
369
|
+
"followers_url": "https://api.github.com/users/energio/followers",
|
370
|
+
"following_url": "https://api.github.com/users/energio/following",
|
371
|
+
"gists_url": "https://api.github.com/users/energio/gists{/gist_id}",
|
372
|
+
"starred_url": "https://api.github.com/users/energio/starred{/owner}{/repo}",
|
373
|
+
"subscriptions_url": "https://api.github.com/users/energio/subscriptions",
|
374
|
+
"organizations_url": "https://api.github.com/users/energio/orgs",
|
375
|
+
"repos_url": "https://api.github.com/users/energio/repos",
|
376
|
+
"events_url": "https://api.github.com/users/energio/events{/privacy}",
|
377
|
+
"received_events_url": "https://api.github.com/users/energio/received_events",
|
378
|
+
"type": "User"
|
379
|
+
},
|
380
|
+
{
|
381
|
+
"login": "lihuazhang",
|
382
|
+
"id": 872749,
|
383
|
+
"avatar_url": "https://secure.gravatar.com/avatar/7a618b5efd31e726bc2a7fad2d706c4a?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
|
384
|
+
"gravatar_id": "7a618b5efd31e726bc2a7fad2d706c4a",
|
385
|
+
"url": "https://api.github.com/users/lihuazhang",
|
386
|
+
"html_url": "https://github.com/lihuazhang",
|
387
|
+
"followers_url": "https://api.github.com/users/lihuazhang/followers",
|
388
|
+
"following_url": "https://api.github.com/users/lihuazhang/following",
|
389
|
+
"gists_url": "https://api.github.com/users/lihuazhang/gists{/gist_id}",
|
390
|
+
"starred_url": "https://api.github.com/users/lihuazhang/starred{/owner}{/repo}",
|
391
|
+
"subscriptions_url": "https://api.github.com/users/lihuazhang/subscriptions",
|
392
|
+
"organizations_url": "https://api.github.com/users/lihuazhang/orgs",
|
393
|
+
"repos_url": "https://api.github.com/users/lihuazhang/repos",
|
394
|
+
"events_url": "https://api.github.com/users/lihuazhang/events{/privacy}",
|
395
|
+
"received_events_url": "https://api.github.com/users/lihuazhang/received_events",
|
396
|
+
"type": "User"
|
397
|
+
},
|
398
|
+
{
|
399
|
+
"login": "Ephemera",
|
400
|
+
"id": 1617580,
|
401
|
+
"avatar_url": "https://secure.gravatar.com/avatar/5941c53501e53fa56ead94b424426cb4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
|
402
|
+
"gravatar_id": "5941c53501e53fa56ead94b424426cb4",
|
403
|
+
"url": "https://api.github.com/users/Ephemera",
|
404
|
+
"html_url": "https://github.com/Ephemera",
|
405
|
+
"followers_url": "https://api.github.com/users/Ephemera/followers",
|
406
|
+
"following_url": "https://api.github.com/users/Ephemera/following",
|
407
|
+
"gists_url": "https://api.github.com/users/Ephemera/gists{/gist_id}",
|
408
|
+
"starred_url": "https://api.github.com/users/Ephemera/starred{/owner}{/repo}",
|
409
|
+
"subscriptions_url": "https://api.github.com/users/Ephemera/subscriptions",
|
410
|
+
"organizations_url": "https://api.github.com/users/Ephemera/orgs",
|
411
|
+
"repos_url": "https://api.github.com/users/Ephemera/repos",
|
412
|
+
"events_url": "https://api.github.com/users/Ephemera/events{/privacy}",
|
413
|
+
"received_events_url": "https://api.github.com/users/Ephemera/received_events",
|
414
|
+
"type": "User"
|
415
|
+
}
|
416
|
+
]
|
@@ -0,0 +1,23 @@
|
|
1
|
+
hcilab
|
2
|
+
equus12
|
3
|
+
EnTeQuAk
|
4
|
+
junkblocker
|
5
|
+
lodestone
|
6
|
+
chalassa
|
7
|
+
jassand
|
8
|
+
diffsky
|
9
|
+
alemacgo
|
10
|
+
narfdotpl
|
11
|
+
skifter
|
12
|
+
gliptak
|
13
|
+
defunkt
|
14
|
+
javouhey
|
15
|
+
tzarskyz
|
16
|
+
vredniy
|
17
|
+
fuadsaud
|
18
|
+
ticky
|
19
|
+
tomnf1
|
20
|
+
stigkj
|
21
|
+
energio
|
22
|
+
lihuazhang
|
23
|
+
Ephemera
|