Skip to content

artofscripting/PyStaticRequest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PyStaticRequest

Request Limiter for URL's

copy PyStaticRequest.py to local folder

import PyStaticRequest

To create or load data from a URL

sr = staticRequest.staticRequest("http://artofscripting.com")

Deletes local content and reloads data

sr.updateRequest()

Using data loaded.

print(sr.text)

About

Request Limiter for URL's

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages