Skip to content

Instantly share code, notes, and snippets.

@stevemclaugh
stevemclaugh / Gazette_of_India_scrape.py
Last active September 24, 2024 18:39
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'