Curriculum Scraping is a tool for scraping (crawling) curriculum data from online education platforms. You can use this tool to extract curriculum information from various online education platforms for the courses you are taking.
Curriculum Scraping is not registered in pip, so you can download it using one of the following methods.
git clone https://github.com/rookedsysc/curriculum_scraping.git
wget https://github.com/rookedsysc/curriculum_scraping/archive/refs/heads/main.zip
unzip main.zip -d curriculum_scraping
- Navigate to the curriculum_scraping directory.
cd curriculum_scraping
- Run the main.py file to perform the scraping.
python main.py
The scraping results will be saved in the result.txt file.
Curriculum Scraping has the following dependencies.
- Python 3.6 or higher
- Selenium
- BeautifulSoup
To install the dependencies, run the following command.
pip install selenium beautifulsoup4
iIf you would like to contribute to this project, please refer to the CONTRIBUTING.md file.
If you have any questions or suggestions, please open an issue.