/WebScraping-extract-sanfoundry-mcq

Web Scrapping Project extract MCQ of any topic from sanfoundry.com in PDF form

Primary LanguagePythonMIT LicenseMIT

WebScraping project-extract-sanfoundry-mcq

Web Scrapping Project extract MCQ of any topic from sanfoundry.com in pdf form

Run Locally

Create Directory

mkdir ProjectWebScrapper
cd ProjectWebScrapper

Clone the project

  git clone https://github.com/innovatorved/WebScraping-extract-sanfoundry-mcq.git .

Import Class and use

  cd ProjectWebScrapper

Install dependencies

  pip install -r requirements.txt

Import Class And Use

    # Import Class
    from sanfoundryClass import copyit

    # Change the link
    url = "https://www.sanfoundry.com/operating-system-questions-answers-basics/"
    data = copyit(url)

    print(data.copyright())

    # print(len(data.extract_list()))
    # print(len(data.extract_dict()))
    # print(data.extract_str()[:100])

    # PDF save as title Name
    data.extract_pdf()

Acknowledgements

Authors

Feedback

If you have any feedback, please reach out to us at vedgupta@protonmail.com