Skip to content

Instantly share code, notes, and snippets.

@grunsab
grunsab / gist:e427365bf303145a01b3
Last active June 5, 2022 14:14
Quick Python script to get most contacted gmail users using Gmail api
import httplib2
import os
from apiclient import discovery
import oauth2client
from oauth2client import client
from oauth2client import tools
from apiclient.http import BatchHttpRequest
import operator