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 hashes)

Uploaded Source

Built Distribution

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

Uploaded Python 3

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