The extension - (github, chrome, firefox) - does NOT collect ANY data.
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
import sys | |
from google_auth_oauthlib.flow import InstalledAppFlow | |
scopes = [f"https://www.googleapis.com/auth/gmail.{sys.argv[1]}"] | |
flow = InstalledAppFlow.from_client_secrets_file("credentials.json", scopes) | |
creds = flow.run_local_server(port=0) | |
with open("token.json", "w") as token: | |
token.write(creds.to_json()) |
IIT Kharagpur once had one of the largest DC (Direct Connect) networks in India1. It lost its glory when the pandemic hit and everything went online. This is an effort to restore that glory, by educating students about "How can one connect to the DC Hub properly". Following is the structure of this documentation for a quick overview and easy navigation.
Footnotes
-
Which campus has the highest total share and users on DC++ in India?. Quora. Retrieved May 1, 2015. ↩