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 { |
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
#!/usr/bin/env python | |
# -*- coding: utf-8-*- | |
import json | |
import re | |
import time | |
import requests | |
from bs4 import BeautifulSoup | |
from markdownify import markdownify as md |