Skip to main content

Get infromation about eac banned players in rust

Project description

Rust EAC Information

Install

pip install rust-eac-information

How to use?

Async method

from eac_info import get_eac_info


async def foo():
    return await get_eac_info(76561198256263906)

eac = foo()

Sync method

import asyncio

from eac_info import get_eac_info

eac = asyncio.get_event_loop().run_until_complete(get_eac_info(76561198256263906))

Propertys

eac.steamid  # 76561198256263906
eac.is_ban  # True
eac.ban_time  # datetime.datetime(2022, 7, 22, 0, 0)
eac.days_since_ban  # 26
eac.post_link  # https://twitter.com/rusthackreport/status/1550304891448557569?ref_src=twsrc%5Etfw
eac.nexus_link  # https://www.nexusonline.co.uk/bans/profile/?id=76561198256263906

About

This script works with nexus and simply converts the information into python objects. If the site does not work, then the script will stop functioning.

The author has nothing to do with the nexus

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

rust-eac-information-0.2.0.tar.gz (3.5 kB view details)

Uploaded Source

Built Distribution

rust_eac_information-0.2.0-py3-none-any.whl (3.9 kB view details)

Uploaded Python 3

File details

Details for the file rust-eac-information-0.2.0.tar.gz.

File metadata

  • Download URL: rust-eac-information-0.2.0.tar.gz
  • Upload date:
  • Size: 3.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.13 CPython/3.10.5 Windows/10

File hashes

Hashes for rust-eac-information-0.2.0.tar.gz
Algorithm Hash digest
SHA256 cb9ffef0b62051bef57773f7d8f0a01d05e4d7e9a39533a2f7229f386da1d685
MD5 145f7917e4ac1c312dc1b4a651c13933
BLAKE2b-256 c086b476a7787b3d039013c61d506a27ca6a27239cc27fe59f4876ff14fb5004

See more details on using hashes here.

File details

Details for the file rust_eac_information-0.2.0-py3-none-any.whl.

File metadata

File hashes

Hashes for rust_eac_information-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 0e3d27f8e874bd55577b1c7e3a287700499da9d47220dff19ba3d95b7b3e4478
MD5 d747bf4e5102dd125ce57943e8567891
BLAKE2b-256 aa8fb51296a4efc1ff38bc02ee6d1bae983384d752df139e263e7c47fce9eb39

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