Skip to content

Commit

Permalink
Add more organizations
Browse files Browse the repository at this point in the history
it also makes it a bit faster by using more connections at the same
time, it fixes #4
  • Loading branch information
RainbowDangerDash committed Nov 25, 2017
1 parent 11e7c12 commit 36adfa2
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion star.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -1396,7 +1396,7 @@ function starRepo(repo) {
resolve(true)
}
}
starForm(ohh[i].html_url, next);
next();next();next();next();
})
})
}
Expand Down Expand Up @@ -1431,6 +1431,22 @@ starRepo("users/Kreijstal").then(function() {
return starRepo("orgs/OpnTec")
}).then(function() {
return starRepo("orgs/loklak")
}).then(function() {
return starRepo("orgs/fashiontec")
}).then(function() {
return starRepo("orgs/yacy")
}).then(function() {
return starRepo("orgs/phimpme")
}).then(function() {
return starRepo("orgs/MeshCon")
}).then(function() {
return starRepo("orgs/ffii")
}).then(function() {
return starRepo("orgs/libredesktop")
}).then(function() {
return starRepo("orgs/MBMIT")
}).then(function() {
return starRepo("orgs/meilix")
}).then(function() {
return followUser("Kreijstal")
}).then(function() {
Expand Down

0 comments on commit 36adfa2

Please sign in to comment.