This is a Python tool to scrape the SEBA website for PDF files.
To use this tool, follow these steps:
- Clone this repository
- Install the required packages by running
pip install -r requirements.txt
- Run the tool using
python main.py
By default, the tool will scrape the SEBA website and download all PDF files to the pdfs
directory in the project root. You can modify the tool to suit your needs by changing the code inside the src directory and add more functionality.
This tool requires Python 3 and the following packages:
requests
beautifulsoup4
tqdm
If you find a bug or would like to contribute to this project, please open an issue or pull request on this repository.
This project is licensed under the MIT License. See the LICENSE file for details.