12 Commits

5 changed files with 4 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
FROM python:3.11-alpine
FROM python:3.13-alpine
RUN apk add --no-cache ca-certificates

View File

@@ -11,14 +11,12 @@
**🤖 Nvidia Stock Bot** - A bot that alerts you in real-time about **Nvidia RTX FE** GPU stock availability through Discord notifications.
> [!NOTE]
>_Github repo is a mirror of https://git.djeex.fr/Djeex/nvidia-stock-bot. You'll find full package, history and release note there._
>
>_LLM used for bugs check and languages files generation._
>_Github repo is a mirror of https://git.djeex.fr/Djeex/nvidia-stock-bot. You'll find full package, history and release note there. LLM used for bugs check and languages files generation._
## 🖼️ Screenshots
<div align="center" >
<img src="https://git.djeex.fr/Djeex/nvidia-stock-bot/raw/branch/main/assets/img/nvidia-stock-bot-discord.png?=1" alt="Nvidia Stock Bot - screenshots">
<img src="https://git.djeex.fr/Djeex/nvidia-stock-bot/raw/branch/main/assets/img/nvidia-stock-bot-discord-screenshot.png" alt="Nvidia Stock Bot - screenshots">
</div>
## 📌 Table of Contents

View File

@@ -4,7 +4,7 @@ import logging
import json
import sys
VERSION = "4.0.0"
VERSION = "4.0.1"
# Logger setup
logging.basicConfig(

View File

Before

Width:  |  Height:  |  Size: 257 KiB

After

Width:  |  Height:  |  Size: 257 KiB

View File

@@ -6,8 +6,6 @@ services:
env_file:
- .env
environment:
# Minimal environment variables
environment:
# Minimal environment variables
- PRODUCT_NAMES=${PRODUCT_NAMES}
- DISCORD_WEBHOOK_URL=${DISCORD_WEBHOOK_URL}