-
v4.0.3 - Better versionning Stable
released this
2025-12-05 16:58:31 +01:00 | 0 commits to main since this releaseChangelog
- External file for version control.
Downloads
-
released this
2025-12-04 22:27:41 +01:00 | 4 commits to main since this releaseChangelog
⚠️ Hotfix
This update fixes headers to fit Nvidia new anti-bot policies
Downloads
-
released this
2025-09-20 00:48:44 +02:00 | 7 commits to main since this releaseChangelog
⚠️ Hotfix
This update upgrades to Python 3.13 to address CVE vulnerabilities.
Downloads
-
v4.0 - Full localization Stable
released this
2025-07-13 00:42:18 +02:00 | 17 commits to main since this releaseChangelog
- New
COUNTRYvariable. It automatically sets notifications language, currency, and API localization. - Logging version at start
Breaking changes
Warning
COUNTRYvariable set up language, currency and API localization. Default value is US. Please set up accordingly.- Removed
DISCORD_NOTIFICATION_CURRENCYandDISCORD_NOTIFICATION_LANGUAGEvariables. API_URL_SKU,API_URL STOCKandPRODUCT_URLare deprecated. Please do not use them unless for development purposes. They override API and Product urls, and their locales set byCOUNTRY.
Variable Description Possible Values Default Value DISCORD_WEBHOOK_URLYour Discord webhook URL A valid URL COUNTRYYour country (only one). API localization, Discord notification currency and language will be set accordingly GB,US,CA,BE,NL,DK,DE,ES,FR,IT,NO,AT,PL,FI,SE,KR,JPUSDownloads
- New
-
v3.3.1 - Hotfix - Currency Stable
released this
2025-07-12 15:20:08 +02:00 | 20 commits to main since this releaseChangelog
- Added
DISCORD_NOTIFICATION_CURRENCYto manually set the currency instead of the hardcoded one. - Default is
€to avoid breaking change with older version.
Variable Description Possible Values Default Value DISCORD_NOTIFICATION_CURRENCYYour country currency A text, e.g. $,€,£...€Downloads
- Added
-
v3.3 Stable
released this
2025-07-12 13:28:41 +02:00 | 22 commits to main since this releaseChangelog
- No new features, only technical changes
- Better repo organization and comments in the code
- Python submodules instead of one big script
Downloads
-
v3.2.1 - Hotfix Stable
released this
2025-07-10 10:10:54 +02:00 | 28 commits to main since this releaseChangelog
- Fixed README
- Fixed Discord role issue on SKU change notification
- Fixed language fallback strategy
Downloads
-
v3.2 Stable
released this
2025-07-10 00:04:42 +02:00 | 31 commits to main since this releaseChangelog
- New
DISCORD_NOTIFICATION_LANGUAGEenvironment variable. Now you can receive notification in 24 different EU languages. - New
DISCORD_SERVER_NAMEenvirionment variable. Your server name will appear in the notification footer.
Variable Description Possible Values Default Value DISCORD_SERVER_NAMEThe name of your server, displayed in notification's footer A text Shared for free DISCORD_NOTIFICATION_LANGUAGEYour language for notification's content bg,cs,da,de,el,en,es,et,fi,fr,ga,hr,hu,it,lt,lv,mt,nl,pl,pt,ro,sk,sl,svenDownloads
- New
-
v3.1 Stable
released this
2025-07-09 18:18:26 +02:00 | 35 commits to main since this releaseChangelog
- New lightweight image with Python 3.11
- Some improvement on the loop delay due to multi-gpu stock API calls
Downloads
-
v3.0 Stable
released this
2025-07-08 19:20:35 +02:00 | 37 commits to main since this releaseChangelog
- Support for multi GPU research with
PRODUCT_NAMESenvironment variable. - Support for one discord role by GPU (discord notification) with
DISCORD_ROLESenvironment variable.
Warning
Breaking changes
PRODUCT_NAMEis deprecated. UsePRODUCT_NAMESinstead with a list as specified below
New environment variables
Variable Description Possible Values Default Value PRODUCT_NAMESThe exact GPU names you're searching for RTX 5080, RTX 5090DISCORD_ROLESList of Discord roles ID in the same order than PRODUCT_NAMESvalues, found in your discord server settings (with user profile developer mode enabled)<@&12345><@&6789>@everyone See README for all environment variables
Downloads
- Support for multi GPU research with