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!

Install and upgrade

Installation: (in terminal)

pip install ScraGet

Installation: (in program)

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

To upgrade: (in terminal)

Upgrading installs the latest version.

pip install --upgrade ScraGet

To upgrade: (in program)

Upgrading installs the latest version.

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

Common data:

Some pieces of information are common to all classes(user,project,etc). object here is a class

object.response_time #returns request time from API
Clone this wiki locally