mirror of
https://github.com/deesiigneer/pyspapi.git
synced 2026-04-20 04:25:25 +00:00
64 lines
1.8 KiB
ReStructuredText
64 lines
1.8 KiB
ReStructuredText
.. image:: https://i.imgur.com/melhWhU.png
|
|
:alt: pyspapi
|
|
|
|
.. image:: https://img.shields.io/discord/850091193190973472?color=5865F2&label=discord
|
|
:target: https://discord.gg/VbyHaKRAaN
|
|
:alt: Discord server invite
|
|
.. image:: https://img.shields.io/github/v/release/deesiigneer/pyspapi?include_prereleases&label=github%20release
|
|
:target: https://github.com/deesiigneer/pyspapi/
|
|
:alt: GitHub release (latest by date including pre-releases)
|
|
.. image:: https://img.shields.io/pypi/v/pyspapi.svg
|
|
:target: https://pypi.org/project/pyspapi/
|
|
:alt: PyPI downloads info
|
|
.. image:: https://img.shields.io/pypi/dm/pyspapi?color=informational&label=pypi%20downloads
|
|
:target: https://pypi.org/project/pyspapi/
|
|
:alt: PyPI version info
|
|
.. image:: https://img.shields.io/readthedocs/pyspapi
|
|
:target: https://pyspapi.readthedocs.io/
|
|
:alt: pyspapi documentation
|
|
|
|
pyspapi
|
|
=======
|
|
|
|
`API <https://github.com/sp-worlds/api-docs>`_ обертка для серверов СП, написанная на Python.
|
|
|
|
|
|
|
|
Установка
|
|
==========
|
|
**Требуется Python 3.7 или выше**
|
|
|
|
*Windows*
|
|
|
|
.. code:: sh
|
|
|
|
pip install pyspapi
|
|
|
|
*Linux*
|
|
|
|
.. code:: sh
|
|
|
|
sudo apt pip3 install pyspapi
|
|
|
|
Быстрый пример
|
|
=========
|
|
|
|
Проверка баланса
|
|
~~~~
|
|
|
|
.. code:: python
|
|
|
|
import pyspapi
|
|
|
|
print(pyspapi.SPAPI(card_id='card_id', token='token').balance)
|
|
|
|
|
|
Больше примеров можно найти в каталоге `examples <https://github.com/deesiigneer/pyspapi/tree/main/examples>`_
|
|
|
|
Ссылки
|
|
=======
|
|
* `Discord сервер <https://discord.gg/VbyHaKRAaN>`_
|
|
* `Документация pyspapi <https://pyspapi.readthedocs.io/>`_
|
|
* `PyPi <https://pypi.org/project/pyspapi/>`_
|
|
* `Документация API сайтов СП <https://github.com/sp-worlds/api-docs>`_
|