Skip to content

assem-ch/python-requests-anonymizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-requests-anonymizer

An anonymizing tool to be used for api calls.

Requirements

  • tor
  • pip install -r requirements.txt

Install

  • pip install requests_anonymizer

Usage

The torsocks proxy must be running on port 9050, start it with the command:

  • service tor start or
  • systemctl start tor

You can use it as:

# Doing a simple GET request:
anonymizer.get(url='https://httpbin.org/get?arg1=123&arg2=456').text

# Doing a simple POST request:
anonymizer.post(url='https://httpbin.org/post', data={'arg1':'123','arg2':'456'}).text

Disclaimer!

This tool is made for test purposes.

About

An anonymizing tool to be used for api calls.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages