Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Emberium/SimpleQIWI
/ functions
Functions
16 in github.com/Emberium/SimpleQIWI
⨍
Functions
16
◇
Types & classes
5
↓ 1 callers
Method
_get_balance
Returns full account balance info :return: balance (dict)
SimpleQIWI/Session.py:116
↓ 1 callers
Method
_get_payments
Returns income payments :type: rows: int: 1-50 :param: rows: Count of payments in response :return: income pa
SimpleQIWI/Session.py:144
Method
__init__
Class init :type token: str :type phone: str :type delay: int :param token: QIWI API token
SimpleQIWI/Session.py:13
Method
_async_loop
(self, target)
SimpleQIWI/Session.py:250
Method
_parse_payments
(self)
SimpleQIWI/Session.py:262
Method
_transaction_id
Generates transaction id for pay() function. :return: UNIX time * 1000
SimpleQIWI/Session.py:43
Method
balance
Returns balances from all accounts :return: balances (list)
SimpleQIWI/Session.py:73
Method
bill
Generates bill :type price: int :type comment: str :type currency: int :param price: Minimum price o
SimpleQIWI/Session.py:89
Method
bind_echo
Binds an echo function :return: decorator
SimpleQIWI/Session.py:171
Method
check
Check payment :param comment: Payment comment :return: bool
SimpleQIWI/Session.py:237
Method
decorator
(func)
SimpleQIWI/Session.py:178
Method
full_balance
Returns full account balance info :return: balance (dict)
SimpleQIWI/Session.py:63
Method
pay
Transfer to QIWI Wallet :type account: str :type amount: int :type currency: str :type comment: str
SimpleQIWI/Session.py:186
Method
payments
Returns income payments :return: income payments (dict)
SimpleQIWI/Session.py:53
Method
start
Starts thread
SimpleQIWI/Session.py:285
Method
stop
Stops thread
SimpleQIWI/Session.py:295