Last active
August 11, 2021 04:03
-
-
Save maxko87/2be916c25ba09bf43c011a94e0c84af9 to your computer and use it in GitHub Desktop.
Top Github users in India, by number of followers
This file contains 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
Run here: https://developer.github.com/v4/explorer/ | |
query GetUsers{ | |
search(query:"location:india", first: 100, type: USER, ) { | |
userCount | |
pageInfo { | |
endCursor | |
hasNextPage | |
} | |
edges { | |
node { | |
... on User { | |
login | |
location | |
url | |
followers() { | |
totalCount | |
} | |
} | |
} | |
} | |
} | |
} | |
Output (9/1/2018): | |
d = { | |
"data": { | |
"search": { | |
"userCount": 102932, | |
"pageInfo": { | |
"endCursor": "Y3Vyc29yOjEwMA==", | |
"hasNextPage": true | |
}, | |
"edges": [ | |
{ | |
"node": { | |
"email": "", | |
"login": "amitshekhariitbhu", | |
"location": "New Delhi, India", | |
"url": "https://github.com/amitshekhariitbhu", | |
"followers": { | |
"totalCount": 3657 | |
} | |
} | |
}, | |
{ | |
"node": { | |
"email": "", | |
"login": "in28minutes", | |
"location": "Hyderabad, India", | |
"url": "https://github.com/in28minutes", | |
"followers": { | |
"totalCount": 2968 | |
} | |
} | |
}, | |
{ | |
"node": { | |
"email": "[email protected]", | |
"login": "AdiChat", | |
"location": "❤️ Japan ✈︎ India", | |
"url": "https://github.com/AdiChat", | |
"followers": { | |
"totalCount": 2198 | |
} | |
} | |
}, | |
{ | |
"node": { | |
"email": "[email protected]", | |
"login": "hemanth", | |
"location": "India ", | |
"url": "https://github.com/hemanth", | |
"followers": { | |
"totalCount": 1807 | |
} | |
} | |
}, | |
{ | |
"node": { | |
"email": "[email protected]", | |
"login": "ashish1294", | |
"location": "Mangalore, India", | |
"url": "https://github.com/ashish1294", | |
"followers": { | |
"totalCount": 1596 | |
} | |
} | |
}, | |
{ | |
"node": { | |
"email": "[email protected]", | |
"login": "shekhargulati", | |
"location": "India", | |
"url": "https://github.com/shekhargulati", | |
"followers": { | |
"totalCount": 1534 | |
} | |
} | |
}, | |
{ | |
"node": { | |
"email": "[email protected]", | |
"login": "aritraroy", | |
"location": "Bangalore, India", | |
"url": "https://github.com/aritraroy", | |
"followers": { | |
"totalCount": 1415 | |
} | |
} | |
}, | |
{ | |
"node": { | |
"email": "[email protected]", | |
"login": "championswimmer", | |
"location": "New Delhi, India", | |
"url": "https://github.com/championswimmer", | |
"followers": { | |
"totalCount": 1224 | |
} | |
} | |
}, | |
{ | |
"node": { | |
"email": "[email protected]", | |
"login": "threepointone", | |
"location": "Bangalore, India", | |
"url": "https://github.com/threepointone", | |
"followers": { | |
"totalCount": 1049 | |
} | |
} | |
}, | |
{ | |
"node": { | |
"email": "[email protected]", | |
"login": "naman14", | |
"location": "New Delhi, India", | |
"url": "https://github.com/naman14", | |
"followers": { | |
"totalCount": 959 | |
} | |
} | |
}, | |
{ | |
"node": { | |
"email": "[email protected]", | |
"login": "sameersbn", | |
"location": "Goa, India", | |
"url": "https://github.com/sameersbn", | |
"followers": { | |
"totalCount": 940 | |
} | |
} | |
}, | |
{ | |
"node": { | |
"email": "[email protected]", | |
"login": "the-dagger", | |
"location": "New Delhi, India", | |
"url": "https://github.com/the-dagger", | |
"followers": { | |
"totalCount": 910 | |
} | |
} | |
}, | |
{ | |
"node": { | |
"email": "[email protected]", | |
"login": "hiteshchoudhary", | |
"location": "India", | |
"url": "https://github.com/hiteshchoudhary", | |
"followers": { | |
"totalCount": 819 | |
} | |
} | |
}, | |
{ | |
"node": { | |
"email": "[email protected]", | |
"login": "csjaba", | |
"location": "chennai,tamil nadu,india", | |
"url": "https://github.com/csjaba", | |
"followers": { | |
"totalCount": 776 | |
} | |
} | |
}, | |
{ | |
"node": { | |
"email": "[email protected]", | |
"login": "ravi8x", | |
"location": "India", | |
"url": "https://github.com/ravi8x", | |
"followers": { | |
"totalCount": 761 | |
} | |
} | |
}, | |
{ | |
"node": { | |
"email": "[email protected]", | |
"login": "ajinabraham", | |
"location": "Bangalore, India", | |
"url": "https://github.com/ajinabraham", | |
"followers": { | |
"totalCount": 753 | |
} | |
} | |
}, | |
{ | |
"node": { | |
"email": "", | |
"login": "hackiftekhar", | |
"location": "Chandametta, Madhya Pradesh, India", | |
"url": "https://github.com/hackiftekhar", | |
"followers": { | |
"totalCount": 747 | |
} | |
} | |
}, | |
{ | |
"node": { | |
"email": "[email protected]", | |
"login": "janishar", | |
"location": "Gurgaon, India", | |
"url": "https://github.com/janishar", | |
"followers": { | |
"totalCount": 747 | |
} | |
} | |
}, | |
{ | |
"node": { | |
"email": "", | |
"login": "suriyadeepan", | |
"location": "Chennai, India", | |
"url": "https://github.com/suriyadeepan", | |
"followers": { | |
"totalCount": 743 | |
} | |
} | |
}, | |
{ | |
"node": { | |
"email": "[email protected]", | |
"login": "arvindr21", | |
"location": "Hyderabad, India", | |
"url": "https://github.com/arvindr21", | |
"followers": { | |
"totalCount": 735 | |
} | |
} | |
}, | |
{ | |
"node": { | |
"email": "", | |
"login": "siddharthkp", | |
"location": "Bangalore, India", | |
"url": "https://github.com/siddharthkp", | |
"followers": { | |
"totalCount": 701 | |
} | |
} | |
}, | |
{ | |
"node": { | |
"email": "", | |
"login": "chinchang", | |
"location": "Delhi, India", | |
"url": "https://github.com/chinchang", | |
"followers": { | |
"totalCount": 656 | |
} | |
} | |
}, | |
{ | |
"node": { | |
"email": "", | |
"login": "thetutlage", | |
"location": "India", | |
"url": "https://github.com/thetutlage", | |
"followers": { | |
"totalCount": 647 | |
} | |
} | |
}, | |
{ | |
"node": { | |
"email": "[email protected]", | |
"login": "farizrahman4u", | |
"location": "Kochi, India", | |
"url": "https://github.com/farizrahman4u", | |
"followers": { | |
"totalCount": 635 | |
} | |
} | |
}, | |
{ | |
"node": { | |
"email": "[email protected]", | |
"login": "anandology", | |
"location": "Visakhapatnam, India", | |
"url": "https://github.com/anandology", | |
"followers": { | |
"totalCount": 618 | |
} | |
} | |
}, | |
{ | |
"node": { | |
"email": "", | |
"login": "kovidgoyal", | |
"location": "Mumbai, India", | |
"url": "https://github.com/kovidgoyal", | |
"followers": { | |
"totalCount": 592 | |
} | |
} | |
}, | |
{ | |
"node": { | |
"email": "[email protected]", | |
"login": "vopani", | |
"location": "Bengaluru, India", | |
"url": "https://github.com/vopani", | |
"followers": { | |
"totalCount": 582 | |
} | |
} | |
}, | |
{ | |
"node": { | |
"email": "[email protected]", | |
"login": "PareshMayani", | |
"location": "Ahmedabad, India", | |
"url": "https://github.com/PareshMayani", | |
"followers": { | |
"totalCount": 558 | |
} | |
} | |
}, | |
{ | |
"node": { | |
"email": "[email protected]", | |
"login": "kushaldas", | |
"location": "Pune, India", | |
"url": "https://github.com/kushaldas", | |
"followers": { | |
"totalCount": 558 | |
} | |
} | |
}, | |
{ | |
"node": { | |
"email": "[email protected]", | |
"login": "hackerkid", | |
"location": "Kochi, India", | |
"url": "https://github.com/hackerkid", | |
"followers": { | |
"totalCount": 553 | |
} | |
} | |
}, | |
{ | |
"node": { | |
"email": "", | |
"login": "aviaryan", | |
"location": "Gurgaon, India", | |
"url": "https://github.com/aviaryan", | |
"followers": { | |
"totalCount": 548 | |
} | |
} | |
}, | |
{ | |
"node": { | |
"email": "", | |
"login": "sanand0", | |
"location": "Bangalore, India", | |
"url": "https://github.com/sanand0", | |
"followers": { | |
"totalCount": 525 | |
} | |
} | |
}, | |
{ | |
"node": { | |
"email": "[email protected]", | |
"login": "manrajgrover", | |
"location": "Bangalore, India", | |
"url": "https://github.com/manrajgrover", | |
"followers": { | |
"totalCount": 509 | |
} | |
} | |
}, | |
{ | |
"node": { | |
"email": "[email protected]", | |
"login": "jarun", | |
"location": "Bangalore, India", | |
"url": "https://github.com/jarun", | |
"followers": { | |
"totalCount": 488 | |
} | |
} | |
}, | |
{ | |
"node": { | |
"email": "[email protected]", | |
"login": "yask123", | |
"location": "New Delhi, India", | |
"url": "https://github.com/yask123", | |
"followers": { | |
"totalCount": 485 | |
} | |
} | |
}, | |
{ | |
"node": { | |
"email": "[email protected]", | |
"login": "debasishg", | |
"location": "India", | |
"url": "https://github.com/debasishg", | |
"followers": { | |
"totalCount": 475 | |
} | |
} | |
}, | |
{ | |
"node": { | |
"email": "", | |
"login": "kailashahirwar", | |
"location": "Bangalore India", | |
"url": "https://github.com/kailashahirwar", | |
"followers": { | |
"totalCount": 460 | |
} | |
} | |
}, | |
{ | |
"node": { | |
"email": "[email protected]", | |
"login": "harjot-oberai", | |
"location": "Chandigarh, India", | |
"url": "https://github.com/harjot-oberai", | |
"followers": { | |
"totalCount": 436 | |
} | |
} | |
}, | |
{ | |
"node": { | |
"email": "[email protected]", | |
"login": "aayusharora", | |
"location": "New Delhi, India", | |
"url": "https://github.com/aayusharora", | |
"followers": { | |
"totalCount": 430 | |
} | |
} | |
}, | |
{ | |
"node": { | |
"email": "[email protected]", | |
"login": "erilyth", | |
"location": "Hyderabad, Telangana, India", | |
"url": "https://github.com/erilyth", | |
"followers": { | |
"totalCount": 429 | |
} | |
} | |
}, | |
{ | |
"node": { | |
"email": "", | |
"login": "OrkoHunter", | |
"location": "Kharagpur, India", | |
"url": "https://github.com/OrkoHunter", | |
"followers": { | |
"totalCount": 426 | |
} | |
} | |
}, | |
{ | |
"node": { | |
"email": "[email protected] [4096R/C06DD6B0]", | |
"login": "thejeshgn", | |
"location": "Bangalore, India", | |
"url": "https://github.com/thejeshgn", | |
"followers": { | |
"totalCount": 421 | |
} | |
} | |
}, | |
{ | |
"node": { | |
"email": "", | |
"login": "ragunathjawahar", | |
"location": "Chennai, India", | |
"url": "https://github.com/ragunathjawahar", | |
"followers": { | |
"totalCount": 417 | |
} | |
} | |
}, | |
{ | |
"node": { | |
"email": "[email protected]", | |
"login": "nikhita", | |
"location": "Mumbai, India", | |
"url": "https://github.com/nikhita", | |
"followers": { | |
"totalCount": 410 | |
} | |
} | |
}, | |
{ | |
"node": { | |
"email": "[email protected]", | |
"login": "shyamseshadri", | |
"location": "Navi Mumbai, India", | |
"url": "https://github.com/shyamseshadri", | |
"followers": { | |
"totalCount": 405 | |
} | |
} | |
}, | |
{ | |
"node": { | |
"email": "[email protected]", | |
"login": "amaneureka", | |
"location": "India", | |
"url": "https://github.com/amaneureka", | |
"followers": { | |
"totalCount": 401 | |
} | |
} | |
}, | |
{ | |
"node": { | |
"email": "[email protected]", | |
"login": "ghoseb", | |
"location": "San Francisco, CA / Pune, India", | |
"url": "https://github.com/ghoseb", | |
"followers": { | |
"totalCount": 379 | |
} | |
} | |
}, | |
{ | |
"node": { | |
"email": "", | |
"login": "aciidb0mb3r", | |
"location": "Bhiwadi, India", | |
"url": "https://github.com/aciidb0mb3r", | |
"followers": { | |
"totalCount": 378 | |
} | |
} | |
}, | |
{ | |
"node": { | |
"email": "[email protected]", | |
"login": "znck", | |
"location": "Bangalore, India", | |
"url": "https://github.com/znck", | |
"followers": { | |
"totalCount": 378 | |
} | |
} | |
}, | |
{ | |
"node": { | |
"email": "", | |
"login": "amangoeliitb", | |
"location": "Mumbai, India", | |
"url": "https://github.com/amangoeliitb", | |
"followers": { | |
"totalCount": 374 | |
} | |
} | |
}, | |
{ | |
"node": { | |
"email": "[email protected]", | |
"login": "rhnvrm", | |
"location": "India", | |
"url": "https://github.com/rhnvrm", | |
"followers": { | |
"totalCount": 370 | |
} | |
} | |
}, | |
{ | |
"node": { | |
"email": "", | |
"login": "swapagarwal", | |
"location": "Bangalore, India", | |
"url": "https://github.com/swapagarwal", | |
"followers": { | |
"totalCount": 359 | |
} | |
} | |
}, | |
{ | |
"node": { | |
"email": "[email protected]", | |
"login": "jace", | |
"location": "Bangalore, India", | |
"url": "https://github.com/jace", | |
"followers": { | |
"totalCount": 351 | |
} | |
} | |
}, | |
{ | |
"node": { | |
"email": "[email protected]", | |
"login": "callicoder", | |
"location": "Bangalore, India", | |
"url": "https://github.com/callicoder", | |
"followers": { | |
"totalCount": 344 | |
} | |
} | |
}, | |
{ | |
"node": { | |
"email": "[email protected]", | |
"login": "SaptakS", | |
"location": "India", | |
"url": "https://github.com/SaptakS", | |
"followers": { | |
"totalCount": 324 | |
} | |
} | |
}, | |
{ | |
"node": { | |
"email": "[email protected]", | |
"login": "sitaramc", | |
"location": "Hyderabad, India", | |
"url": "https://github.com/sitaramc", | |
"followers": { | |
"totalCount": 320 | |
} | |
} | |
}, | |
{ | |
"node": { | |
"email": "", | |
"login": "gokulkrishh", | |
"location": "Bangalore, India", | |
"url": "https://github.com/gokulkrishh", | |
"followers": { | |
"totalCount": 317 | |
} | |
} | |
}, | |
{ | |
"node": { | |
"email": "[email protected]", | |
"login": "labnol", | |
"location": "India", | |
"url": "https://github.com/labnol", | |
"followers": { | |
"totalCount": 315 | |
} | |
} | |
}, | |
{ | |
"node": { | |
"email": "[email protected]", | |
"login": "debugger22", | |
"location": "Mumbai, India", | |
"url": "https://github.com/debugger22", | |
"followers": { | |
"totalCount": 313 | |
} | |
} | |
}, | |
{ | |
"node": { | |
"email": "[email protected]", | |
"login": "phatak-dev", | |
"location": "India", | |
"url": "https://github.com/phatak-dev", | |
"followers": { | |
"totalCount": 311 | |
} | |
} | |
}, | |
{ | |
"node": { | |
"email": "[email protected]", | |
"login": "satwikkansal", | |
"location": "New Delhi, India", | |
"url": "https://github.com/satwikkansal", | |
"followers": { | |
"totalCount": 310 | |
} | |
} | |
}, | |
{ | |
"node": { | |
"email": "", | |
"login": "CuriousLearner", | |
"location": "New Delhi, India", | |
"url": "https://github.com/CuriousLearner", | |
"followers": { | |
"totalCount": 309 | |
} | |
} | |
}, | |
{ | |
"node": { | |
"email": "[email protected]", | |
"login": "geohacker", | |
"location": "Bangalore, India", | |
"url": "https://github.com/geohacker", | |
"followers": { | |
"totalCount": 308 | |
} | |
} | |
}, | |
{ | |
"node": { | |
"email": "[email protected]", | |
"login": "kirang89", | |
"location": "Chennai, Tamil Nadu, India", | |
"url": "https://github.com/kirang89", | |
"followers": { | |
"totalCount": 306 | |
} | |
} | |
}, | |
{ | |
"node": { | |
"email": "[email protected]", | |
"login": "algorithmica-repository", | |
"location": "hyderabad, india", | |
"url": "https://github.com/algorithmica-repository", | |
"followers": { | |
"totalCount": 301 | |
} | |
} | |
}, | |
{ | |
"node": { | |
"email": "[email protected]", | |
"login": "tstreamDOTh", | |
"location": "India", | |
"url": "https://github.com/tstreamDOTh", | |
"followers": { | |
"totalCount": 301 | |
} | |
} | |
}, | |
{ | |
"node": { | |
"email": "[email protected]", | |
"login": "amitkaps", | |
"location": "Bangalore, India", | |
"url": "https://github.com/amitkaps", | |
"followers": { | |
"totalCount": 300 | |
} | |
} | |
}, | |
{ | |
"node": { | |
"email": "[email protected]", | |
"login": "prachi1210", | |
"location": "New Delhi, India", | |
"url": "https://github.com/prachi1210", | |
"followers": { | |
"totalCount": 296 | |
} | |
} | |
}, | |
{ | |
"node": { | |
"email": "", | |
"login": "aliHafizji", | |
"location": "India", | |
"url": "https://github.com/aliHafizji", | |
"followers": { | |
"totalCount": 287 | |
} | |
} | |
}, | |
{ | |
"node": { | |
"email": "[email protected]", | |
"login": "theskumar", | |
"location": "New Delhi, India", | |
"url": "https://github.com/theskumar", | |
"followers": { | |
"totalCount": 286 | |
} | |
} | |
}, | |
{ | |
"node": { | |
"email": "", | |
"login": "raisedadead", | |
"location": "Pune, India", | |
"url": "https://github.com/raisedadead", | |
"followers": { | |
"totalCount": 285 | |
} | |
} | |
}, | |
{ | |
"node": { | |
"email": "[email protected]", | |
"login": "dufferzafar", | |
"location": "New Delhi, India", | |
"url": "https://github.com/dufferzafar", | |
"followers": { | |
"totalCount": 285 | |
} | |
} | |
}, | |
{ | |
"node": { | |
"email": "[email protected]", | |
"login": "sakshamsharma", | |
"location": "IIT Kanpur, India", | |
"url": "https://github.com/sakshamsharma", | |
"followers": { | |
"totalCount": 284 | |
} | |
} | |
}, | |
{ | |
"node": { | |
"email": "[email protected]", | |
"login": "karthikb351", | |
"location": "Bangalore, India", | |
"url": "https://github.com/karthikb351", | |
"followers": { | |
"totalCount": 283 | |
} | |
} | |
}, | |
{ | |
"node": { | |
"email": "[email protected]", | |
"login": "OmkarPathak", | |
"location": "Pune, Maharashtra, India", | |
"url": "https://github.com/OmkarPathak", | |
"followers": { | |
"totalCount": 275 | |
} | |
} | |
}, | |
{ | |
"node": { | |
"email": "[email protected]", | |
"login": "sachingupta006", | |
"location": "Bangalore, India", | |
"url": "https://github.com/sachingupta006", | |
"followers": { | |
"totalCount": 273 | |
} | |
} | |
}, | |
{ | |
"node": { | |
"email": "[email protected]", | |
"login": "shashankmehta", | |
"location": "Bangalore, India", | |
"url": "https://github.com/shashankmehta", | |
"followers": { | |
"totalCount": 273 | |
} | |
} | |
}, | |
{ | |
"node": { | |
"email": "[email protected]", | |
"login": "nishnik", | |
"location": "Kharagpur, India", | |
"url": "https://github.com/nishnik", | |
"followers": { | |
"totalCount": 270 | |
} | |
} | |
}, | |
{ | |
"node": { | |
"email": "[email protected]", | |
"login": "rmehta", | |
"location": "Mumbai, India", | |
"url": "https://github.com/rmehta", | |
"followers": { | |
"totalCount": 268 | |
} | |
} | |
}, | |
{ | |
"node": { | |
"email": "[email protected]", | |
"login": "dynamitechetan", | |
"location": "Chandigarh, India", | |
"url": "https://github.com/dynamitechetan", | |
"followers": { | |
"totalCount": 265 | |
} | |
} | |
}, | |
{ | |
"node": { | |
"email": "", | |
"login": "tasdikrahman", | |
"location": "Bangalore, India", | |
"url": "https://github.com/tasdikrahman", | |
"followers": { | |
"totalCount": 265 | |
} | |
} | |
}, | |
{ | |
"node": { | |
"email": "[email protected]", | |
"login": "abhisekp", | |
"location": "India", | |
"url": "https://github.com/abhisekp", | |
"followers": { | |
"totalCount": 264 | |
} | |
} | |
}, | |
{ | |
"node": { | |
"email": "", | |
"login": "akshayejh", | |
"location": "Bangalore, India", | |
"url": "https://github.com/akshayejh", | |
"followers": { | |
"totalCount": 259 | |
} | |
} | |
}, | |
{ | |
"node": { | |
"email": "[email protected]", | |
"login": "ritiek", | |
"location": "Chandigarh, India", | |
"url": "https://github.com/ritiek", | |
"followers": { | |
"totalCount": 259 | |
} | |
} | |
}, | |
{ | |
"node": { | |
"email": "[email protected]", | |
"login": "sudar", | |
"location": "Chennai, India", | |
"url": "https://github.com/sudar", | |
"followers": { | |
"totalCount": 259 | |
} | |
} | |
}, | |
{ | |
"node": { | |
"email": "[email protected]", | |
"login": "shijuvar", | |
"location": "Kochi, India", | |
"url": "https://github.com/shijuvar", | |
"followers": { | |
"totalCount": 257 | |
} | |
} | |
}, | |
{ | |
"node": { | |
"email": "[email protected]", | |
"login": "nathvarun", | |
"location": "New Delhi, India", | |
"url": "https://github.com/nathvarun", | |
"followers": { | |
"totalCount": 251 | |
} | |
} | |
}, | |
{ | |
"node": { | |
"email": "[email protected]", | |
"login": "gautamkrishnar", | |
"location": "Quilon, Kerala, India-691582", | |
"url": "https://github.com/gautamkrishnar", | |
"followers": { | |
"totalCount": 248 | |
} | |
} | |
}, | |
{ | |
"node": { | |
"email": "", | |
"login": "prabhakar267", | |
"location": "Bengaluru, India", | |
"url": "https://github.com/prabhakar267", | |
"followers": { | |
"totalCount": 245 | |
} | |
} | |
}, | |
{ | |
"node": { | |
"email": "", | |
"login": "binga", | |
"location": "Bengaluru, India", | |
"url": "https://github.com/binga", | |
"followers": { | |
"totalCount": 245 | |
} | |
} | |
}, | |
{ | |
"node": { | |
"email": "[email protected]", | |
"login": "himanshu-dixit", | |
"location": "India", | |
"url": "https://github.com/himanshu-dixit", | |
"followers": { | |
"totalCount": 244 | |
} | |
} | |
}, | |
{ | |
"node": { | |
"email": "[email protected]", | |
"login": "vi3k6i5", | |
"location": "Bangalore, India", | |
"url": "https://github.com/vi3k6i5", | |
"followers": { | |
"totalCount": 241 | |
} | |
} | |
}, | |
{ | |
"node": { | |
"email": "[email protected]", | |
"login": "KeenWarrior", | |
"location": "Delhi, India", | |
"url": "https://github.com/KeenWarrior", | |
"followers": { | |
"totalCount": 236 | |
} | |
} | |
}, | |
{ | |
"node": { | |
"email": "[email protected]", | |
"login": "vickychijwani", | |
"location": "India", | |
"url": "https://github.com/vickychijwani", | |
"followers": { | |
"totalCount": 234 | |
} | |
} | |
}, | |
{ | |
"node": { | |
"email": "[email protected]", | |
"login": "SrinivasanTarget", | |
"location": "India", | |
"url": "https://github.com/SrinivasanTarget", | |
"followers": { | |
"totalCount": 233 | |
} | |
} | |
}, | |
{ | |
"node": { | |
"email": "[email protected]", | |
"login": "abidrahmank", | |
"location": "India", | |
"url": "https://github.com/abidrahmank", | |
"followers": { | |
"totalCount": 231 | |
} | |
} | |
}, | |
{ | |
"node": { | |
"email": "[email protected]", | |
"login": "amarlearning", | |
"location": "Chennai, India", | |
"url": "https://github.com/amarlearning", | |
"followers": { | |
"totalCount": 219 | |
} | |
} | |
}, | |
{ | |
"node": { | |
"email": "", | |
"login": "NirantK", | |
"location": "Bengaluru, India", | |
"url": "https://github.com/NirantK", | |
"followers": { | |
"totalCount": 219 | |
} | |
} | |
}, | |
{ | |
"node": { | |
"email": "[email protected]", | |
"login": "dhanvi", | |
"location": "India", | |
"url": "https://github.com/dhanvi", | |
"followers": { | |
"totalCount": 218 | |
} | |
} | |
}, | |
{ | |
"node": { | |
"email": "[email protected]", | |
"login": "pranitbauva1997", | |
"location": "Kharagpur, India", | |
"url": "https://github.com/pranitbauva1997", | |
"followers": { | |
"totalCount": 217 | |
} | |
} | |
} | |
] | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
How exactly this works? for example I tried to search for
To find myself but no luck, but if I do this yes i can find me, do you know why?