TN Gazette Extractor is a Python program that extracts gazette pages results from the Tamil Nadu Gazette website and saves them as a CSV file.
Usage To use TN Gazette Extractor, follow these steps:
Clone or download the repository to your local machine.
Install the required Python packages by running pip install -r requirements.txt in your terminal.
Run the program by
python tn_gazette_extractor.py [--archive-mode <archive_mode>]
in your terminal.
The program takes the following arguments:
--archive-mode: (optional) the archive mode to use. Valid options are "full" (extract the entire archive) or "current-year" (extract only the current year's archive). Default is current-year
Once the program finishes running, the extracted CSV file will be available in data
directory as the program.