Skip to content

rookedsysc/curriculum-scraping

Repository files navigation

Curriculum Scraping

GitHub GitHub stars

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.

Installation

Curriculum Scraping is not registered in pip, so you can download it using one of the following methods.

1. Git Clone

git clone https://github.com/rookedsysc/curriculum_scraping.git

2. Wget

wget https://github.com/rookedsysc/curriculum_scraping/archive/refs/heads/main.zip
unzip main.zip -d curriculum_scraping

Usage

  1. Navigate to the curriculum_scraping directory.
cd curriculum_scraping
  1. Run the main.py file to perform the scraping.
python main.py

The scraping results will be saved in the result.txt file.

Dependencies

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

Run Example

run example

Contribution

iIf you would like to contribute to this project, please refer to the CONTRIBUTING.md file.

Contact

If you have any questions or suggestions, please open an issue.

About

Curriculum Scraping is a tool for scraping (crawling) curriculum data from online education platforms.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages