Bot de línea de comandos para consultar cajas de CEX
Project description
CEX Discord Bot
Bot de línea de comandos para consultar cajas de CEX.
Permite obtener información como nombre, precio, cantidad en tienda, disponibilidad online, rating, fecha de actualización, link y la imagen de la caja.
Código de ejemplo
from cex_discord_bot.cex_info import listar_cajas
game_id = 711719417576
box = listar_cajas([game_id])[0]
print("Nombre:", box.nombre)
print("Precio:", box.precio)
print("Tienda:", box.tienda)
print("Online:", box.online)
print("Entrega:", box.entrega)
print("Rating:", box.rating)
print("Estrellas:", box.estrellas)
print("Última actualización:", box.last_update)
print("Link:", box.link)
print("Imagen:", box.imagen_grande)
print("-" * 50)
Instalación
Instala el paquete desde PyPI:
pip install cex-discord-bot
Uso
Después de instalarlo, puedes usarlo desde la línea de comandos con:
python -m cex_discord_bot.cex_info
bot funcional:

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
cex-discord-bot-0.1.6.tar.gz
(2.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file cex-discord-bot-0.1.6.tar.gz.
File metadata
- Download URL: cex-discord-bot-0.1.6.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.7.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
70f18eaa97fa74ba54b6410eb36ec0277929ff333d11188ff0d7f9cb9aea2be7
|
|
| MD5 |
4c11a5c8ddf5102daf7c70b35661e338
|
|
| BLAKE2b-256 |
01c6240541795e621c2ef65d6a96d078fb3b678d94f4111a91b8c94efd8077e5
|
File details
Details for the file cex_discord_bot-0.1.6-py3-none-any.whl.
File metadata
- Download URL: cex_discord_bot-0.1.6-py3-none-any.whl
- Upload date:
- Size: 3.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.7.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bb91a07655b23980b6f28103b520a9eaa5525003778ebbfa2a5b5a7dfc37c7de
|
|
| MD5 |
fe5c39b821aee516b767cbb5d9a46178
|
|
| BLAKE2b-256 |
23f2d1fe99335348d7712cbf6befe7d624cddaa86706b77d92fcd498bfb14be8
|