-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Ankit_Anmol edited this page Jan 25, 2022
·
31 revisions
Welcome to the ScraGet wiki!
Here is a detailed guide to help you use this package!
⚠️The wiki is only to be referred for the latest version. Old versions wiki doesn't exist⚠️
pip install ScraGet
pip3 install ScraGet #Use this instead for MacOS. Also don't write anything beyond "ScraGet" word in command
import os
os.system("pip install ScraGet")
os.system("pip3 install ScraGet") #For MacOS
Upgrading installs the latest version.
pip install --upgrade ScraGet
pip3 install --upgrade ScraGet #Use this instead for MacOS. Also don't write anything beyond "ScraGet" word in command
Upgrading installs the latest version.
import os
os.system("pip install --upgrade ScraGet")
os.system("pip3 install --upgrade ScraGet") #for MacOS
Some pieces of information are common to all classes(user,project,etc).
object here is a class.
The common data is not applicable for users_extra
object.status_code #returns https status codes. (This library only uses https lol)
object.response_time #returns request time from API
object.response_object #returns the while response object
Any API you know not covered by this library? Any mistake in this wiki? Create an issue!
Have questions? Ask in the Q/A section!