0
Q:

python requests query string

>>> requests.get(
...     'https://api.github.com/search/repositories',
...     params={'q': 'requests+language:python'}
... )
<Response [200]>
0

New to Communities?

Join the community