N
N
NikiNames2018-01-13 15:21:44
Python
NikiNames, 2018-01-13 15:21:44

How to make a request in QIWI API?

I don’t understand how to make a request to the QIWI API so that true or false is returned when executed, since I haven’t studied GET requests yet (but I can imagine how it works), I haven’t studied JS and json either. I know Python.
In general, it would be necessary that, when executing a request, there was a check whether there is a replenishment of a certain wallet for a certain amount with a certain comment. If all conditions are met then true is returned, otherwise false.
I think you need to look, for example, the last 5 payments, then check, but I don’t know how to do it all.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
G
GDApsy, 2018-01-13
@GDApsy

Use the library docs.python-requests.org/en/master There is an example of a get request with JSON format and parameters right on the main page. Installing the library via pip

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question