Skip to content

Instantly share code, notes, and snippets.

@nk521
nk521 / RIT-ministries-and-public-authorities-scrapped.py
Last active March 23, 2022 07:21
Scrapped data of ministries and their public authorities available on rtionline.gov.in
# x = ministry, y = authority
# ministry_dict[x]
# public_authority_dict[f"dict_{x}"][y]
ministry_dict = {
8: "Cabinet Secretariat",
110: "Comptroller and Auditor General of India",
76: "Department of Administrative Reforms & PG",
13: "Department of Agricultural Research & Education",
12: "Department of Agriculture, Cooperation & Farmers Welfare",
command_dispatcher = {'A': Keycode.A,
'B': Keycode.B,
'C': Keycode.C,
'D': Keycode.D,
'E': Keycode.E,
'F': Keycode.F,
'G': Keycode.G,
'H': Keycode.H,
'I': Keycode.I,
'J': Keycode.J,