N
N
NOblo2020-06-29 22:37:00
Python
NOblo, 2020-06-29 22:37:00

How to make a payment in a tg bot in a normal way?

What module to use?
You can, of course, with requests, but are there normal modules that won't steal my Qiwi token? Or is it possible only with a request and that's all?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
I
Ivan Suroegin, 2020-07-09
@ivan_suroegin

If you want it to be simple and convenient - requests. It makes no sense to look for something else, better than it, where it is done in a human way, there is not yet (or I have not found it yet). You yourself can study the code of this module and make sure that this module does not do anything suspicious.
More complicated, but the standard Python library, no need to install any module - urllib.request. You will be 100% sure that you are in control of everything.

D
danSamara, 2020-07-09
@danSamara

The requests module source code is open - read and find the place where it steals your token. If you find it, the whole world will know about you, I guarantee it.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question