Answer the question
In order to leave comments, you need to log in
What is the module error?
Download the SimpleQIWI module. Through pip. I decided to run the github code for the balance check.
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
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 questionAsk a Question
731 491 924 answers to any question