Created
April 26, 2021 18:39
-
-
Save matteobaccan/02a6a0aace50428dc811b2834d4419fe to your computer and use it in GitHub Desktop.
Topten Italian Coder by followers -> https://docs.github.com/en/graphql/overview/explorer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| query GetUsers { | |
| search(query: "location:italy", first: 100, type: USER) { | |
| userCount | |
| pageInfo { | |
| endCursor | |
| hasNextPage | |
| } | |
| edges { | |
| node { | |
| ... on User { | |
| login | |
| location | |
| url | |
| followers { | |
| totalCount | |
| } | |
| } | |
| } | |
| } | |
| } | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "data": { | |
| "search": { | |
| "userCount": 35060, | |
| "pageInfo": { | |
| "endCursor": "Y3Vyc29yOjEwMA==", | |
| "hasNextPage": true | |
| }, | |
| "edges": [ | |
| { | |
| "node": { | |
| "email": "antirez@gmail.com", | |
| "login": "antirez", | |
| "location": "Campobello di Licata, Sicily, Italy", | |
| "url": "https://github.com/antirez", | |
| "followers": { | |
| "totalCount": 15187 | |
| } | |
| } | |
| }, | |
| { | |
| "node": { | |
| "email": "", | |
| "login": "evilsocket", | |
| "location": "Italy", | |
| "url": "https://github.com/evilsocket", | |
| "followers": { | |
| "totalCount": 5325 | |
| } | |
| } | |
| }, | |
| { | |
| "node": { | |
| "email": "matteo.collina@gmail.com", | |
| "login": "mcollina", | |
| "location": "In the clouds above Italy", | |
| "url": "https://github.com/mcollina", | |
| "followers": { | |
| "totalCount": 4642 | |
| } | |
| } | |
| }, | |
| { | |
| "node": { | |
| "email": "gabri.mariotti@gmail.com", | |
| "login": "gabrielemariotti", | |
| "location": "Ancona, Italy", | |
| "url": "https://github.com/gabrielemariotti", | |
| "followers": { | |
| "totalCount": 2617 | |
| } | |
| } | |
| }, | |
| { | |
| "node": { | |
| "email": "", | |
| "login": "FezVrasta", | |
| "location": "Budapest, Hungary (previously in Italy)", | |
| "url": "https://github.com/FezVrasta", | |
| "followers": { | |
| "totalCount": 1810 | |
| } | |
| } | |
| }, | |
| { | |
| "node": { | |
| "email": "", | |
| "login": "gcanti", | |
| "location": "Milan, Italy", | |
| "url": "https://github.com/gcanti", | |
| "followers": { | |
| "totalCount": 1808 | |
| } | |
| } | |
| }, | |
| { | |
| "node": { | |
| "email": "m4ll0k@protonmail.com", | |
| "login": "m4ll0k", | |
| "location": " Italy (Rimini)", | |
| "url": "https://github.com/m4ll0k", | |
| "followers": { | |
| "totalCount": 1769 | |
| } | |
| } | |
| }, | |
| { | |
| "node": { | |
| "email": "howtohackitalia@gmail.com", | |
| "login": "JonnyBanana", | |
| "location": "Bologna - Italy", | |
| "url": "https://github.com/JonnyBanana", | |
| "followers": { | |
| "totalCount": 1648 | |
| } | |
| } | |
| }, | |
| { | |
| "node": { | |
| "email": "", | |
| "login": "flaviocopes", | |
| "location": "Italy", | |
| "url": "https://github.com/flaviocopes", | |
| "followers": { | |
| "totalCount": 1416 | |
| } | |
| } | |
| }, | |
| { | |
| "node": { | |
| "email": "magicianred@gmail.com", | |
| "login": "Magicianred", | |
| "location": "Italy", | |
| "url": "https://github.com/Magicianred", | |
| "followers": { | |
| "totalCount": 1407 | |
| } | |
| } | |
| }, | |
| { | |
| "node": { | |
| "email": "", | |
| "login": "andreamazz", | |
| "location": "Ferrara, Italy", | |
| "url": "https://github.com/andreamazz", | |
| "followers": { | |
| "totalCount": 1210 | |
| } | |
| } | |
| }, | |
| { | |
| "node": { | |
| "email": "hello@danielemargutti.com", | |
| "login": "malcommac", | |
| "location": "Rome, Italy", | |
| "url": "https://github.com/malcommac", | |
| "followers": { | |
| "totalCount": 1209 | |
| } | |
| } | |
| }, | |
| { | |
| "node": { | |
| "email": "", | |
| "login": "johnno1962", | |
| "location": "Italy (VT)", | |
| "url": "https://github.com/johnno1962", | |
| "followers": { | |
| "totalCount": 1114 | |
| } | |
| } | |
| }, | |
| { | |
| "node": { | |
| "email": "binghe.lisp@gmail.com", | |
| "login": "binghe", | |
| "location": "Trento (TN), Italy", | |
| "url": "https://github.com/binghe", | |
| "followers": { | |
| "totalCount": 1060 | |
| } | |
| } | |
| }, | |
| { | |
| "node": { | |
| "email": "geosn0w@fce365.info", | |
| "login": "GeoSn0w", | |
| "location": "Italy", | |
| "url": "https://github.com/GeoSn0w", | |
| "followers": { | |
| "totalCount": 962 | |
| } | |
| } | |
| }, | |
| { | |
| "node": { | |
| "email": "", | |
| "login": "cubiq", | |
| "location": "Florence, Italy", | |
| "url": "https://github.com/cubiq", | |
| "followers": { | |
| "totalCount": 910 | |
| } | |
| } | |
| }, | |
| { | |
| "node": { | |
| "email": "mario.fusco@gmail.com", | |
| "login": "mariofusco", | |
| "location": "Milan, Italy", | |
| "url": "https://github.com/mariofusco", | |
| "followers": { | |
| "totalCount": 882 | |
| } | |
| } | |
| }, | |
| { | |
| "node": { | |
| "email": "", | |
| "login": "artf", | |
| "location": "Italy", | |
| "url": "https://github.com/artf", | |
| "followers": { | |
| "totalCount": 870 | |
| } | |
| } | |
| }, | |
| { | |
| "node": { | |
| "email": "paolo@rotolo.dev", | |
| "login": "paolorotolo", | |
| "location": "Bari, Puglia, Italy", | |
| "url": "https://github.com/paolorotolo", | |
| "followers": { | |
| "totalCount": 791 | |
| } | |
| } | |
| }, | |
| { | |
| "node": { | |
| "email": "me@lucaguidi.com", | |
| "login": "jodosha", | |
| "location": "Rome, Italy", | |
| "url": "https://github.com/jodosha", | |
| "followers": { | |
| "totalCount": 772 | |
| } | |
| } | |
| }, | |
| { | |
| "node": { | |
| "email": "", | |
| "login": "delvedor", | |
| "location": "Italy", | |
| "url": "https://github.com/delvedor", | |
| "followers": { | |
| "totalCount": 769 | |
| } | |
| } | |
| }, | |
| { | |
| "node": { | |
| "email": "me@as-cii.com", | |
| "login": "as-cii", | |
| "location": "Italy", | |
| "url": "https://github.com/as-cii", | |
| "followers": { | |
| "totalCount": 726 | |
| } | |
| } | |
| }, | |
| { | |
| "node": { | |
| "email": "giacomo@cloudif.ai", | |
| "login": "clone95", | |
| "location": "Bologna, Italy", | |
| "url": "https://github.com/clone95", | |
| "followers": { | |
| "totalCount": 724 | |
| } | |
| } | |
| }, | |
| { | |
| "node": { | |
| "email": "nicola@nicolaiarocci.com", | |
| "login": "nicolaiarocci", | |
| "location": "Ravenna, Italy", | |
| "url": "https://github.com/nicolaiarocci", | |
| "followers": { | |
| "totalCount": 717 | |
| } | |
| } | |
| }, | |
| { | |
| "node": { | |
| "email": "", | |
| "login": "AuroraWright", | |
| "location": "Italy", | |
| "url": "https://github.com/AuroraWright", | |
| "followers": { | |
| "totalCount": 695 | |
| } | |
| } | |
| }, | |
| { | |
| "node": { | |
| "email": "an.leopardi@gmail.com", | |
| "login": "whatyouhide", | |
| "location": "Kyiv, Ukraine / L'Aquila, Italy", | |
| "url": "https://github.com/whatyouhide", | |
| "followers": { | |
| "totalCount": 694 | |
| } | |
| } | |
| }, | |
| { | |
| "node": { | |
| "email": "fabcrispdev@gmail.com", | |
| "login": "fabnicolas", | |
| "location": "Italy", | |
| "url": "https://github.com/fabnicolas", | |
| "followers": { | |
| "totalCount": 645 | |
| } | |
| } | |
| }, | |
| { | |
| "node": { | |
| "email": "rinnegatamante@gmail.com", | |
| "login": "Rinnegatamante", | |
| "location": "Italy", | |
| "url": "https://github.com/Rinnegatamante", | |
| "followers": { | |
| "totalCount": 642 | |
| } | |
| } | |
| }, | |
| { | |
| "node": { | |
| "email": "rachnogstyle@gmail.com", | |
| "login": "Rachnog", | |
| "location": "Verona, Italy", | |
| "url": "https://github.com/Rachnog", | |
| "followers": { | |
| "totalCount": 634 | |
| } | |
| } | |
| }, | |
| { | |
| "node": { | |
| "email": "", | |
| "login": "ezimuel", | |
| "location": "Torino (Italy)", | |
| "url": "https://github.com/ezimuel", | |
| "followers": { | |
| "totalCount": 632 | |
| } | |
| } | |
| }, | |
| { | |
| "node": { | |
| "email": "federico@tomassetti.me", | |
| "login": "ftomassetti", | |
| "location": "Turin, Italy", | |
| "url": "https://github.com/ftomassetti", | |
| "followers": { | |
| "totalCount": 624 | |
| } | |
| } | |
| }, | |
| { | |
| "node": { | |
| "email": "", | |
| "login": "matteocrippa", | |
| "location": "Italy", | |
| "url": "https://github.com/matteocrippa", | |
| "followers": { | |
| "totalCount": 622 | |
| } | |
| } | |
| }, | |
| { | |
| "node": { | |
| "email": "", | |
| "login": "SnaKKo", | |
| "location": "Italy", | |
| "url": "https://github.com/SnaKKo", | |
| "followers": { | |
| "totalCount": 616 | |
| } | |
| } | |
| }, | |
| { | |
| "node": { | |
| "email": "me@mazzarolomatteo.com", | |
| "login": "mmazzarolo", | |
| "location": "Italy (Padova)", | |
| "url": "https://github.com/mmazzarolo", | |
| "followers": { | |
| "totalCount": 576 | |
| } | |
| } | |
| }, | |
| { | |
| "node": { | |
| "email": "andrea.palazzi@unimore.it", | |
| "login": "ndrplz", | |
| "location": "Italy", | |
| "url": "https://github.com/ndrplz", | |
| "followers": { | |
| "totalCount": 569 | |
| } | |
| } | |
| }, | |
| { | |
| "node": { | |
| "email": "support@ptkdev.io", | |
| "login": "ptkdev", | |
| "location": "Rome, Italy", | |
| "url": "https://github.com/ptkdev", | |
| "followers": { | |
| "totalCount": 567 | |
| } | |
| } | |
| }, | |
| { | |
| "node": { | |
| "email": "juri.strumpflohner@gmail.com", | |
| "login": "juristr", | |
| "location": "Bolzano, Italy", | |
| "url": "https://github.com/juristr", | |
| "followers": { | |
| "totalCount": 534 | |
| } | |
| } | |
| }, | |
| { | |
| "node": { | |
| "email": "", | |
| "login": "nicolo-ribaudo", | |
| "location": "Turin, Italy", | |
| "url": "https://github.com/nicolo-ribaudo", | |
| "followers": { | |
| "totalCount": 527 | |
| } | |
| } | |
| }, | |
| { | |
| "node": { | |
| "email": "michele.caini@gmail.com", | |
| "login": "skypjack", | |
| "location": "Florence, Italy", | |
| "url": "https://github.com/skypjack", | |
| "followers": { | |
| "totalCount": 506 | |
| } | |
| } | |
| }, | |
| { | |
| "node": { | |
| "email": "g.rodola@gmail.com", | |
| "login": "giampaolo", | |
| "location": "Italy", | |
| "url": "https://github.com/giampaolo", | |
| "followers": { | |
| "totalCount": 494 | |
| } | |
| } | |
| }, | |
| { | |
| "node": { | |
| "email": "gottardo.stefano.83@gmail.com", | |
| "login": "CastagnaIT", | |
| "location": "Venice, Italy", | |
| "url": "https://github.com/CastagnaIT", | |
| "followers": { | |
| "totalCount": 490 | |
| } | |
| } | |
| }, | |
| { | |
| "node": { | |
| "email": "", | |
| "login": "cyrus-and", | |
| "location": "Pisa / Tuscany / Italy", | |
| "url": "https://github.com/cyrus-and", | |
| "followers": { | |
| "totalCount": 478 | |
| } | |
| } | |
| }, | |
| { | |
| "node": { | |
| "email": "weppos@weppos.net", | |
| "login": "weppos", | |
| "location": "Rome, Italy", | |
| "url": "https://github.com/weppos", | |
| "followers": { | |
| "totalCount": 474 | |
| } | |
| } | |
| }, | |
| { | |
| "node": { | |
| "email": "", | |
| "login": "PalinuroSec", | |
| "location": "Palermo, Italy", | |
| "url": "https://github.com/PalinuroSec", | |
| "followers": { | |
| "totalCount": 462 | |
| } | |
| } | |
| }, | |
| { | |
| "node": { | |
| "email": "", | |
| "login": "dancamdev", | |
| "location": "Italy", | |
| "url": "https://github.com/dancamdev", | |
| "followers": { | |
| "totalCount": 446 | |
| } | |
| } | |
| }, | |
| { | |
| "node": { | |
| "email": "mte90@linux.it", | |
| "login": "Mte90", | |
| "location": "Rieti, Italy", | |
| "url": "https://github.com/Mte90", | |
| "followers": { | |
| "totalCount": 445 | |
| } | |
| } | |
| }, | |
| { | |
| "node": { | |
| "email": "domenicobrz@gmail.com", | |
| "login": "Domenicobrz", | |
| "location": "Italy", | |
| "url": "https://github.com/Domenicobrz", | |
| "followers": { | |
| "totalCount": 434 | |
| } | |
| } | |
| }, | |
| { | |
| "node": { | |
| "email": "luigi.ballabio@gmail.com", | |
| "login": "lballabio", | |
| "location": "Milan, Italy", | |
| "url": "https://github.com/lballabio", | |
| "followers": { | |
| "totalCount": 433 | |
| } | |
| } | |
| }, | |
| { | |
| "node": { | |
| "email": "raptor@0xdeadbeef.info", | |
| "login": "0xdea", | |
| "location": "Italy", | |
| "url": "https://github.com/0xdea", | |
| "followers": { | |
| "totalCount": 421 | |
| } | |
| } | |
| }, | |
| { | |
| "node": { | |
| "email": "", | |
| "login": "danieleteti", | |
| "location": "Via di Valle Morta 10, 00132, Rome, Italy", | |
| "url": "https://github.com/danieleteti", | |
| "followers": { | |
| "totalCount": 419 | |
| } | |
| } | |
| }, | |
| { | |
| "node": { | |
| "email": "suppakilla@gmail.com", | |
| "login": "nrk", | |
| "location": "Milan, Italy", | |
| "url": "https://github.com/nrk", | |
| "followers": { | |
| "totalCount": 402 | |
| } | |
| } | |
| }, | |
| { | |
| "node": { | |
| "email": "a.derosa@audero.it", | |
| "login": "AurelioDeRosa", | |
| "location": "London, UK (prev. Frattamaggiore, Italy)", | |
| "url": "https://github.com/AurelioDeRosa", | |
| "followers": { | |
| "totalCount": 398 | |
| } | |
| } | |
| }, | |
| { | |
| "node": { | |
| "email": "valentino@valentinog.com", | |
| "login": "valentinogagliardi", | |
| "location": "Siena/Firenze - Italy", | |
| "url": "https://github.com/valentinogagliardi", | |
| "followers": { | |
| "totalCount": 386 | |
| } | |
| } | |
| }, | |
| { | |
| "node": { | |
| "email": "gabriele.lana@gmail.com", | |
| "login": "gabrielelana", | |
| "location": "Milan/Italy", | |
| "url": "https://github.com/gabrielelana", | |
| "followers": { | |
| "totalCount": 385 | |
| } | |
| } | |
| }, | |
| { | |
| "node": { | |
| "email": "", | |
| "login": "Francesco149", | |
| "location": "Italy", | |
| "url": "https://github.com/Francesco149", | |
| "followers": { | |
| "totalCount": 377 | |
| } | |
| } | |
| }, | |
| { | |
| "node": { | |
| "email": "lorenzo.santina.dev@gmail.com", | |
| "login": "BigNerd95", | |
| "location": "Italy", | |
| "url": "https://github.com/BigNerd95", | |
| "followers": { | |
| "totalCount": 376 | |
| } | |
| } | |
| }, | |
| { | |
| "node": { | |
| "email": "alex@alexcasalboni.com", | |
| "login": "alexcasalboni", | |
| "location": "Milan, Italy", | |
| "url": "https://github.com/alexcasalboni", | |
| "followers": { | |
| "totalCount": 371 | |
| } | |
| } | |
| }, | |
| { | |
| "node": { | |
| "email": "", | |
| "login": "rock3r", | |
| "location": "Italy", | |
| "url": "https://github.com/rock3r", | |
| "followers": { | |
| "totalCount": 370 | |
| } | |
| } | |
| }, | |
| { | |
| "node": { | |
| "email": "michele@locati.it", | |
| "login": "mlocati", | |
| "location": "Como, Italy", | |
| "url": "https://github.com/mlocati", | |
| "followers": { | |
| "totalCount": 362 | |
| } | |
| } | |
| }, | |
| { | |
| "node": { | |
| "email": "", | |
| "login": "ST-Apps", | |
| "location": "Cosenza, Italy", | |
| "url": "https://github.com/ST-Apps", | |
| "followers": { | |
| "totalCount": 359 | |
| } | |
| } | |
| }, | |
| { | |
| "node": { | |
| "email": "elia@schito.me", | |
| "login": "elia", | |
| "location": "Milan, Italy", | |
| "url": "https://github.com/elia", | |
| "followers": { | |
| "totalCount": 343 | |
| } | |
| } | |
| }, | |
| { | |
| "node": { | |
| "email": "kamicane@gmail.com", | |
| "login": "kamicane", | |
| "location": "Rome, Italy", | |
| "url": "https://github.com/kamicane", | |
| "followers": { | |
| "totalCount": 337 | |
| } | |
| } | |
| }, | |
| { | |
| "node": { | |
| "email": "GitHub@L1T.IT", | |
| "login": "Giando", | |
| "location": "Fasano, Puglia, Italy", | |
| "url": "https://github.com/Giando", | |
| "followers": { | |
| "totalCount": 337 | |
| } | |
| } | |
| }, | |
| { | |
| "node": { | |
| "email": "bonzini@gnu.org", | |
| "login": "bonzini", | |
| "location": "Milan, Italy", | |
| "url": "https://github.com/bonzini", | |
| "followers": { | |
| "totalCount": 332 | |
| } | |
| } | |
| }, | |
| { | |
| "node": { | |
| "email": "andrea.campi@gmail.com", | |
| "login": "andreacampi", | |
| "location": "Milano, Italy", | |
| "url": "https://github.com/andreacampi", | |
| "followers": { | |
| "totalCount": 326 | |
| } | |
| } | |
| }, | |
| { | |
| "node": { | |
| "email": "matbicoc@gmail.com", | |
| "login": "pupunzi", | |
| "location": "Florence Italy", | |
| "url": "https://github.com/pupunzi", | |
| "followers": { | |
| "totalCount": 322 | |
| } | |
| } | |
| }, | |
| { | |
| "node": { | |
| "email": "raffaello@rnext.it", | |
| "login": "rbonghi", | |
| "location": "Italy / UK", | |
| "url": "https://github.com/rbonghi", | |
| "followers": { | |
| "totalCount": 316 | |
| } | |
| } | |
| }, | |
| { | |
| "node": { | |
| "email": "arturo@filasto.net", | |
| "login": "hellais", | |
| "location": "Rome, Italy", | |
| "url": "https://github.com/hellais", | |
| "followers": { | |
| "totalCount": 313 | |
| } | |
| } | |
| }, | |
| { | |
| "node": { | |
| "email": "buffer@antifork.org", | |
| "login": "buffer", | |
| "location": "Italy", | |
| "url": "https://github.com/buffer", | |
| "followers": { | |
| "totalCount": 313 | |
| } | |
| } | |
| }, | |
| { | |
| "node": { | |
| "email": "", | |
| "login": "tagliala", | |
| "location": "Italy", | |
| "url": "https://github.com/tagliala", | |
| "followers": { | |
| "totalCount": 312 | |
| } | |
| } | |
| }, | |
| { | |
| "node": { | |
| "email": "flscogna@gmail.com", | |
| "login": "Swordfish90", | |
| "location": "Pavia, Italy", | |
| "url": "https://github.com/Swordfish90", | |
| "followers": { | |
| "totalCount": 310 | |
| } | |
| } | |
| }, | |
| { | |
| "node": { | |
| "email": "", | |
| "login": "jekil", | |
| "location": "Milan (Italy)", | |
| "url": "https://github.com/jekil", | |
| "followers": { | |
| "totalCount": 306 | |
| } | |
| } | |
| }, | |
| { | |
| "node": { | |
| "email": "github@gatti.io", | |
| "login": "davidgatti", | |
| "location": "Italy", | |
| "url": "https://github.com/davidgatti", | |
| "followers": { | |
| "totalCount": 296 | |
| } | |
| } | |
| }, | |
| { | |
| "node": { | |
| "email": "", | |
| "login": "BernardoGiordano", | |
| "location": "Italy", | |
| "url": "https://github.com/BernardoGiordano", | |
| "followers": { | |
| "totalCount": 289 | |
| } | |
| } | |
| }, | |
| { | |
| "node": { | |
| "email": "pad@returntocorp.com", | |
| "login": "aryx", | |
| "location": "Perugia, Italy", | |
| "url": "https://github.com/aryx", | |
| "followers": { | |
| "totalCount": 289 | |
| } | |
| } | |
| }, | |
| { | |
| "node": { | |
| "email": "paolos@microsoft.com", | |
| "login": "paolosalvatori", | |
| "location": "Italy", | |
| "url": "https://github.com/paolosalvatori", | |
| "followers": { | |
| "totalCount": 286 | |
| } | |
| } | |
| }, | |
| { | |
| "node": { | |
| "email": "", | |
| "login": "lpinca", | |
| "location": "Foligno (PG), Italy", | |
| "url": "https://github.com/lpinca", | |
| "followers": { | |
| "totalCount": 280 | |
| } | |
| } | |
| }, | |
| { | |
| "node": { | |
| "email": "neokree@gmail.com", | |
| "login": "neokree", | |
| "location": "Biella, Italy", | |
| "url": "https://github.com/neokree", | |
| "followers": { | |
| "totalCount": 279 | |
| } | |
| } | |
| }, | |
| { | |
| "node": { | |
| "email": "rasky@develer.com", | |
| "login": "rasky", | |
| "location": "Florence, Italy", | |
| "url": "https://github.com/rasky", | |
| "followers": { | |
| "totalCount": 277 | |
| } | |
| } | |
| }, | |
| { | |
| "node": { | |
| "email": "brian@balevine.com", | |
| "login": "balevine", | |
| "location": "Rome, Lazio, Italy", | |
| "url": "https://github.com/balevine", | |
| "followers": { | |
| "totalCount": 277 | |
| } | |
| } | |
| }, | |
| { | |
| "node": { | |
| "email": "sergio0694@live.com", | |
| "login": "Sergio0694", | |
| "location": "Rome, Italy", | |
| "url": "https://github.com/Sergio0694", | |
| "followers": { | |
| "totalCount": 274 | |
| } | |
| } | |
| }, | |
| { | |
| "node": { | |
| "email": "", | |
| "login": "antonioCoco", | |
| "location": "Italy", | |
| "url": "https://github.com/antonioCoco", | |
| "followers": { | |
| "totalCount": 271 | |
| } | |
| } | |
| }, | |
| { | |
| "node": { | |
| "email": "ciao@micheleriva.it", | |
| "login": "micheleriva", | |
| "location": "Milan, Italy", | |
| "url": "https://github.com/micheleriva", | |
| "followers": { | |
| "totalCount": 268 | |
| } | |
| } | |
| }, | |
| { | |
| "node": { | |
| "email": "claudiodangelis@gmail.com", | |
| "login": "claudiodangelis", | |
| "location": "Italy", | |
| "url": "https://github.com/claudiodangelis", | |
| "followers": { | |
| "totalCount": 268 | |
| } | |
| } | |
| }, | |
| { | |
| "node": { | |
| "email": "stefano.zaghi@gmail.com", | |
| "login": "szaghi", | |
| "location": "Rome, Italy", | |
| "url": "https://github.com/szaghi", | |
| "followers": { | |
| "totalCount": 264 | |
| } | |
| } | |
| }, | |
| { | |
| "node": { | |
| "email": "", | |
| "login": "nusco", | |
| "location": "Italy", | |
| "url": "https://github.com/nusco", | |
| "followers": { | |
| "totalCount": 262 | |
| } | |
| } | |
| }, | |
| { | |
| "node": { | |
| "email": "emanuele@ballarin.cc", | |
| "login": "emaballarin", | |
| "location": "Trieste, Italy", | |
| "url": "https://github.com/emaballarin", | |
| "followers": { | |
| "totalCount": 262 | |
| } | |
| } | |
| }, | |
| { | |
| "node": { | |
| "email": "pietro@pietroalbini.org", | |
| "login": "pietroalbini", | |
| "location": "Italy", | |
| "url": "https://github.com/pietroalbini", | |
| "followers": { | |
| "totalCount": 261 | |
| } | |
| } | |
| }, | |
| { | |
| "node": { | |
| "email": "", | |
| "login": "pymike00", | |
| "location": "Italy", | |
| "url": "https://github.com/pymike00", | |
| "followers": { | |
| "totalCount": 260 | |
| } | |
| } | |
| }, | |
| { | |
| "node": { | |
| "email": "", | |
| "login": "theMiddleBlue", | |
| "location": "Italy", | |
| "url": "https://github.com/theMiddleBlue", | |
| "followers": { | |
| "totalCount": 259 | |
| } | |
| } | |
| }, | |
| { | |
| "node": { | |
| "email": "", | |
| "login": "ppatierno", | |
| "location": "Italy", | |
| "url": "https://github.com/ppatierno", | |
| "followers": { | |
| "totalCount": 258 | |
| } | |
| } | |
| }, | |
| { | |
| "node": { | |
| "email": "luca.antiga@gmail.com", | |
| "login": "lantiga", | |
| "location": "Bergamo, Italy", | |
| "url": "https://github.com/lantiga", | |
| "followers": { | |
| "totalCount": 256 | |
| } | |
| } | |
| }, | |
| { | |
| "node": { | |
| "email": "nessuno@nerdz.eu", | |
| "login": "galeone", | |
| "location": "Italy", | |
| "url": "https://github.com/galeone", | |
| "followers": { | |
| "totalCount": 249 | |
| } | |
| } | |
| }, | |
| { | |
| "node": { | |
| "email": "micky1995@hotmail.it", | |
| "login": "michelelacorte", | |
| "location": "Bologna, Italy", | |
| "url": "https://github.com/michelelacorte", | |
| "followers": { | |
| "totalCount": 249 | |
| } | |
| } | |
| }, | |
| { | |
| "node": { | |
| "email": "loretoparisi@gmail.com", | |
| "login": "loretoparisi", | |
| "location": "Italy, Bologna ", | |
| "url": "https://github.com/loretoparisi", | |
| "followers": { | |
| "totalCount": 243 | |
| } | |
| } | |
| }, | |
| { | |
| "node": { | |
| "email": "simone.primarosa@gmail.com", | |
| "login": "simonepri", | |
| "location": "Rome, Italy", | |
| "url": "https://github.com/simonepri", | |
| "followers": { | |
| "totalCount": 240 | |
| } | |
| } | |
| }, | |
| { | |
| "node": { | |
| "email": "", | |
| "login": "eur0pa", | |
| "location": "Rome, Italy", | |
| "url": "https://github.com/eur0pa", | |
| "followers": { | |
| "totalCount": 240 | |
| } | |
| } | |
| }, | |
| { | |
| "node": { | |
| "email": "brabus84@gmail.com", | |
| "login": "ezio84", | |
| "location": "Italy", | |
| "url": "https://github.com/ezio84", | |
| "followers": { | |
| "totalCount": 239 | |
| } | |
| } | |
| }, | |
| { | |
| "node": { | |
| "email": "", | |
| "login": "TheSph1nx", | |
| "location": "Italy", | |
| "url": "https://github.com/TheSph1nx", | |
| "followers": { | |
| "totalCount": 239 | |
| } | |
| } | |
| }, | |
| { | |
| "node": { | |
| "email": "", | |
| "login": "ohpe", | |
| "location": "Italy", | |
| "url": "https://github.com/ohpe", | |
| "followers": { | |
| "totalCount": 238 | |
| } | |
| } | |
| } | |
| ] | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment