Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add proxy support #75

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

fjovell
Copy link

@fjovell fjovell commented Sep 3, 2020

From Red Points we decided to use this package to scrape the google play store. However, we needed to be able to pass proxies to the request. To do so, I have added the possibility of adding keyword arguments to each of the end points in the package which, in turn, will be passed to the send_request method to be passed onto request.

This change is 100% backwards compatible and adds more flexibility to the code so that requests can be fine-tuned further but the default parameters were left intact.

This way it is possible to pass additional keyword arguments to requests
such as proxies.
@fjovell
Copy link
Author

fjovell commented Sep 3, 2020

Further discussion please be directed to @RedpointsBots, please.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant