8000 GitHub - e-zhang/smcscraper
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Jan 3, 2023. It is now read-only.

e-zhang/smcscraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

SMC Scraper

Setup

Install virtualenv for python

pip install virtualenv

Create a virtualenv

virtualenv venv

Activate a virtualenv

source venv/bin/activate

Install python dependencies

pip install requests
pip install selenium

Install webdriver for selenium based on the browser of your choice

Run

To run the scraper

python main.py

This should fetch GO# from SPD and cross-check the information from the SMC portal. The results should be in a folder with the following layout

cases/
|__  cases.csv 
|__  <GO#>/
      |__ pdf files
    ...
|__  

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0