Skip to content

MisterXY89/requestAssistant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Request Assistant

Avoid your requests from being blocked by using random UserAgents and languages for each request.
As an additional measure use random time intervals between each request.

Usage

import requests
from requestAssistant import requestAssistant as ra

url = "https://yourdomain.com"
rhg = ra.RequestHeaderGenerator()
randomHeader = rhg.getRandomRequestHeader()


requests.get(url, headers=randomHeader)

Requirements

pip3 install numpy requests

Disclaimer

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

For more information, please refer to the LICENSE or https://unlicense.org

About

help your requests not to get blocked

Topics

Resources

License

Stars

Watchers

Forks

Languages