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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
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
Algorithm | Hash digest | |
---|---|---|
SHA256 | cb9ffef0b62051bef57773f7d8f0a01d05e4d7e9a39533a2f7229f386da1d685 |
|
MD5 | 145f7917e4ac1c312dc1b4a651c13933 |
|
BLAKE2b-256 | c086b476a7787b3d039013c61d506a27ca6a27239cc27fe59f4876ff14fb5004 |
File details
Details for the file rust_eac_information-0.2.0-py3-none-any.whl
.
File metadata
- Download URL: rust_eac_information-0.2.0-py3-none-any.whl
- Upload date:
- Size: 3.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.13 CPython/3.10.5 Windows/10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0e3d27f8e874bd55577b1c7e3a287700499da9d47220dff19ba3d95b7b3e4478 |
|
MD5 | d747bf4e5102dd125ce57943e8567891 |
|
BLAKE2b-256 | aa8fb51296a4efc1ff38bc02ee6d1bae983384d752df139e263e7c47fce9eb39 |