Skip to content
Ankit_Anmol edited this page Aug 30, 2021 · 31 revisions

Welcome to the ScraGet wiki!
Here is a detailed guide to help you use this package!

Installation: (in terminal)

pip install ScraGet

Installation: (in program)

import os
os.system("pip install ScraGet")

To upgrade: (in terminal)

pip install --upgrade ScraGet

To upgrade: (in program)

import os
os.system("pip install --upgrade ScraGet")
Clone this wiki locally