Skip to content

Instantly share code, notes, and snippets.

@stevemclaugh
stevemclaugh / Gazette_of_India_scrape.py
Last active December 30, 2021 17:58
Scraping The Gazette of India with Selenium + ChromeDriver in Python
#!/usr/bin/python3
from selenium import webdriver
import time
import random
import os
import csv
url = 'http://egazette.bih.nic.in/SearchAdvanceGazette.aspx'