Skip to content

Files

Latest commit

 

History

History

IGDTUW

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

IGDTUW Notice Scrapper

This Python script allows you to scrape notices data from the IGDTUW website and extract relevant information such as the "title of notice," "link." It uses the requests library to make HTTP requests and lxml for HTML parsing.

Prerequisites

Before using this script, ensure you have the following dependencies installed in your Python environment:

  • Python 3.x
  • requests library
  • lxml library