-
v3.2.1 - Hotfix Stable
released this
2025-07-10 10:10:54 +02:00 | 42 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 | 45 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 | 49 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 | 51 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
-
v2.5 Stable
released this
2025-04-23 21:11:17 +02:00 | 74 commits to main since this releaseChangelog
- Added default environment variables
- Updated documentation
Downloads
-
v2.4 - Hotfix Stable
released this
2025-04-23 16:08:43 +02:00 | 77 commits to main since this releaseChangelog
- Script adaptation: search for
PRODUCT_NAMEin the returned list.
Details: The
gpufilter no longer works on Nvidia's API link. All products are now listed through the link. Previously, the script would return the first product in the list. Now, the script searches through the returned list for agpumatchingPRODUCT_NAME. If found, the script extracts the correspondingskuandupc.Downloads
- Script adaptation: search for
-
v2.3 Stable
released this
2025-03-28 19:32:19 +01:00 | 81 commits to main since this releaseChangelog
- New logo (credit : Extreme2pac)
- New notifications footer
Downloads
-
v2.2 Stable
released this
2025-03-27 10:47:40 +01:00 | 115 commits to main since this releasev2.2
- Various changes to the format of Discord notifications (in-stock and out-of-stock)
- Added notifications for SKU changes, signaling a potential imminent drop
- Proven stable in production during the drops on March 25 and 26, 2024
- Docker image tag:
2.2
v2.1
- Added out-of-stock notification
- Proven stable in production during the drop on March 13, 2025
- Docker image tag:
2.1
v2.0
- Complete rewrite of the API calls used to detect stock
- Assumed to work in production
- Docker image tag:
2.0
Downloads