V
V
VorVZakone2020-06-19 07:46:28
Python
VorVZakone, 2020-06-19 07:46:28

What is the module error?

Download the SimpleQIWI module. Through pip. I decided to run the github code for the balance check.

spoiler
5eec42caaaf33697003199.png

from SimpleQIWI import *
token = "ВАШ ТОКЕН"         # https://qiwi.com/api
phone = "ВАШ ТЕЛЕФОН"
api = QApi(token=token, phone=phone)
print(api.balance)

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey Pankov, 2020-06-19
@trapwalker

Remove non-ascii characters from the token and phone or convert them to utf-8 yourself.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question