Skip to main content

SCP API for python (https://api.scpslgame.com/)

Project description

pyscpapi

Installing

You can get the library directly from PyPI:

python3 -m pip install pyscpapi

If you are using Windows, then the following should be used instead:

py -3 -m pip install pyscpapi

HOW TO USE

Read official API: https://api.scpslgame.com/

Simple Code:

import asyncio
from Pyscp_Api.api import API

async def start():
    ip = await API.ip()
    serverinfo = await API.serverinfo(id_ = YOUR_ID, key = YOUR_KEY, list_ = "true", players = "true")
    lobbylist = await API.lobbylist(key = YOUR_KEY, minimal = "Test")
    return (ip, serverinfo, lobbylist)
  
ip, serverinfo, lobbylist = asyncio.run(start())
print(f"IP:          {ip}")
print(f"Server Info: {serverinfo}")
print(f"Lobby List:  {lobbylist}")

Donate

https://money.yandex.ru/to/410015858804944/0

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyscpapi-1.1.0.tar.gz (3.0 kB view details)

Uploaded Source

Built Distribution

pyscpapi-1.1.0-py3-none-any.whl (3.0 kB view details)

Uploaded Python 3

File details

Details for the file pyscpapi-1.1.0.tar.gz.

File metadata

  • Download URL: pyscpapi-1.1.0.tar.gz
  • Upload date:
  • Size: 3.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.4 CPython/3.8.5 Linux/5.4.0-58-generic

File hashes

Hashes for pyscpapi-1.1.0.tar.gz
Algorithm Hash digest
SHA256 5dc36324d6d34b272fb4b855e6cd5112199205bef58bbff6b2277d6f971d6096
MD5 335d7a1013054731f76fab7e090b8b48
BLAKE2b-256 9a7325650b41cfc833aca3ff1369c30e8054fde667169513caf3b00b973ac139

See more details on using hashes here.

File details

Details for the file pyscpapi-1.1.0-py3-none-any.whl.

File metadata

  • Download URL: pyscpapi-1.1.0-py3-none-any.whl
  • Upload date:
  • Size: 3.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.4 CPython/3.8.5 Linux/5.4.0-58-generic

File hashes

Hashes for pyscpapi-1.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 9c885d22b6a281b8b6afd9c44f78e01bb47015c8a54a860c30ea9e39ca959b4f
MD5 ec699be4d401cee45c1cbe565fb12375
BLAKE2b-256 369f3b4f37166fa7765e4c883bdbebe302967cb7b6d2f85f4efddd311bced29e

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page