{"id":16177533,"url":"https://github.com/assem-ch/python-requests-anonymizer","last_synced_at":"2025-03-19T01:30:37.513Z","repository":{"id":57461329,"uuid":"181528167","full_name":"assem-ch/python-requests-anonymizer","owner":"assem-ch","description":"An anonymizing tool to be used for api calls.","archived":false,"fork":false,"pushed_at":"2019-06-21T00:50:08.000Z","size":20,"stargazers_count":9,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-28T13:38:51.648Z","etag":null,"topics":["anonymity","python-requests","tor"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/assem-ch.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-04-15T16:45:42.000Z","updated_at":"2021-11-23T12:02:12.000Z","dependencies_parsed_at":"2022-09-17T04:31:04.171Z","dependency_job_id":null,"html_url":"https://github.com/assem-ch/python-requests-anonymizer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/assem-ch%2Fpython-requests-anonymizer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/assem-ch%2Fpython-requests-anonymizer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/assem-ch%2Fpython-requests-anonymizer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/assem-ch%2Fpython-requests-anonymizer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/assem-ch","download_url":"https://codeload.github.com/assem-ch/python-requests-anonymizer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243957993,"owners_count":20374782,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["anonymity","python-requests","tor"],"created_at":"2024-10-10T05:09:24.114Z","updated_at":"2025-03-19T01:30:37.254Z","avatar_url":"https://github.com/assem-ch.png","language":"Python","readme":"# python-requests-anonymizer\nAn anonymizing tool to be used for api calls.\n\n## Requirements\n- tor\n- pip install -r requirements.txt\n\n## Install\n- pip install requests_anonymizer\n\n## Usage\nThe torsocks proxy must be running on port 9050, start it with the command:\n\n- `service tor start`\nor\n- `systemctl start tor`\n\n\nYou can use it as:\n```python\n# Doing a simple GET request:\nanonymizer.get(url='https://httpbin.org/get?arg1=123\u0026arg2=456').text\n\n# Doing a simple POST request:\nanonymizer.post(url='https://httpbin.org/post', data={'arg1':'123','arg2':'456'}).text\n```\n\n\n\n## Disclaimer!\nThis tool is made for test purposes.","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fassem-ch%2Fpython-requests-anonymizer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fassem-ch%2Fpython-requests-anonymizer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fassem-ch%2Fpython-requests-anonymizer/lists"}