-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathfetch-berty-issues.sh
39 lines (27 loc) · 2.87 KB
/
fetch-berty-issues.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
curl "https://api.github.com/repos/berty/berty/issues?per_page=100&page=1" > berty.issues.json
curl "https://api.github.com/repos/berty/berty/issues?per_page=100&page=2" >> berty.issues.json
curl "https://api.github.com/repos/berty/berty/pulls?per_page=100&page=1" > berty.pulls.json
curl "https://api.github.com/repos/berty/weshnet/issues?per_page=100&page=1" > weshnet.issues.json
curl "https://api.github.com/repos/berty/weshnet/pulls?per_page=100&page=1" > weshnet.pulls.json
curl "https://api.github.com/repos/berty/weshnet-expo/issues?per_page=100&page=1" > weshnet-expo.issues.json
curl "https://api.github.com/repos/berty/weshnet-expo/pulls?per_page=100&page=1" > weshnet-expo.pulls.json
curl "https://api.github.com/repos/berty/weshnet-expo-examples/issues?per_page=100&page=1" > weshnet-expo-examples.issues.json
curl "https://api.github.com/repos/berty/weshnet-expo-examples/pulls?per_page=100&page=1" > weshnet-expo-examples.pulls.json
curl "https://api.github.com/repos/berty/go-orbit-db/issues?per_page=100&page=1" > go-orbit-db.issues.json
curl "https://api.github.com/repos/berty/go-orbit-db/pulls?per_page=100&page=1" > go-orbit-db.pulls.json
curl "https://api.github.com/repos/berty/go-ipfs-log/issues?per_page=100&page=1" > go-ipfs-log.issues.json
curl "https://api.github.com/repos/berty/go-ipfs-log/pulls?per_page=100&page=1" > go-ipfs-log.pulls.json
curl "https://api.github.com/repos/berty/ui-components/issues?per_page=100&page=1" > ui-components.issues.json
curl "https://api.github.com/repos/berty/ui-components/pulls?per_page=100&page=1" > ui-components.pulls.json
curl "https://api.github.com/repos/ipfs-shipyard/gomobile-ipfs/issues?per_page=100&page=1" > gomobile-ipfs.issues.json
curl "https://api.github.com/repos/ipfs-shipyard/gomobile-ipfs/pulls?per_page=100&page=1" > gomobile-ipfs.pulls.json
curl "https://api.github.com/repos/gnolang/gnonative/issues?per_page=100&page=1" > gnonative.issues.json
curl "https://api.github.com/repos/gnolang/gnonative/pulls?per_page=100&page=1" > gnonative.pulls.json
curl "https://api.github.com/repos/gnolang/gnokey-mobile/issues?per_page=100&page=1" > gnokey-mobile.issues.json
curl "https://api.github.com/repos/gnolang/gnokey-mobile/pulls?per_page=100&page=1" > gnokey-mobile.pulls.json
curl "https://api.github.com/repos/gnoverse/dsocial/issues?per_page=100&page=1" > dsocial.issues.json
curl "https://api.github.com/repos/gnoverse/dsocial/pulls?per_page=100&page=1" > dsocial.pulls.json
curl "https://api.github.com/repos/berty/www.berty.tech/issues?per_page=100&page=1" > www.berty.tech.issues.json
curl "https://api.github.com/repos/berty/www.berty.tech/pulls?per_page=100&page=1" > www.berty.tech.pulls.json
curl "https://api.github.com/repos/berty/www.wesh.network/issues?per_page=100&page=1" > www.wesh.network.issues.json
curl "https://api.github.com/repos/berty/www.wesh.network/pulls?per_page=100&page=1" > www.wesh.network.pulls.json