• v4.0 fc15c6fbbe

    Djeex released this 2025-07-13 00:42:18 +02:00 | 7 commits to main since this release

    Changelog

    • New COUNTRY variable. It automatically sets notifications language, currency, and API localization.
    • Logging version at start

    Breaking changes

    Warning

    • COUNTRY variable set up language, currency and API localization. Default value is US. Please set up accordingly.
    • Removed DISCORD_NOTIFICATION_CURRENCY and DISCORD_NOTIFICATION_LANGUAGE variables.
    • API_URL_SKU, API_URL STOCK and PRODUCT_URL are deprecated. Please do not use them unless for development purposes. They override API and Product urls, and their locales set by COUNTRY.
    Variable Description Possible Values Default Value
    DISCORD_WEBHOOK_URL` Your Discord webhook URL A valid URL
    COUNTRY Your 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, JP US
    Downloads
  • v3.3.1 3ba8c86b53

    Djeex released this 2025-07-12 15:20:08 +02:00 | 10 commits to main since this release

    Changelog

    • Added DISCORD_NOTIFICATION_CURRENCY to 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_CURRENCY Your country currency A text, e.g. $, , £...
    Downloads
  • v3.3 1b15946a55

    v3.3 Stable

    Djeex released this 2025-07-12 13:28:41 +02:00 | 12 commits to main since this release

    Changelog

    • 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 70b723b781

    Djeex released this 2025-07-10 10:10:54 +02:00 | 18 commits to main since this release

    Changelog

    • Fixed README
    • Fixed Discord role issue on SKU change notification
    • Fixed language fallback strategy
    Downloads
  • v3.2 a95d1d41d5

    v3.2 Stable

    Djeex released this 2025-07-10 00:04:42 +02:00 | 21 commits to main since this release

    Changelog

    • New DISCORD_NOTIFICATION_LANGUAGE environment variable. Now you can receive notification in 24 different EU languages.
    • New DISCORD_SERVER_NAME envirionment variable. Your server name will appear in the notification footer.
    Variable Description Possible Values Default Value
    DISCORD_SERVER_NAME The name of your server, displayed in notification's footer A text Shared for free
    DISCORD_NOTIFICATION_LANGUAGE Your 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, sv en
    Downloads
  • v3.1 9bb8e8d3d7

    v3.1 Stable

    Djeex released this 2025-07-09 18:18:26 +02:00 | 25 commits to main since this release

    Changelog

    • New lightweight image with Python 3.11
    • Some improvement on the loop delay due to multi-gpu stock API calls
    Downloads
  • v3.0 92edccd8d8

    v3.0 Stable

    Djeex released this 2025-07-08 19:20:35 +02:00 | 27 commits to main since this release

    Changelog

    • Support for multi GPU research with PRODUCT_NAMES environment variable.
    • Support for one discord role by GPU (discord notification) with DISCORD_ROLES environment variable.

    Warning

    Breaking changes

    • PRODUCT_NAME is deprecated. Use PRODUCT_NAMES instead with a list as specified below

    New environment variables

    Variable Description Possible Values Default Value
    PRODUCT_NAMES The exact GPU names you're searching for RTX 5080, RTX 5090
    DISCORD_ROLES List of Discord roles ID in the same order than PRODUCT_NAMES values, found in your discord server settings (with user profile developer mode enabled) <@&12345><@&6789> @everyone

    See README for all environment variables

    Downloads
  • v2.5 f07ff328e5

    v2.5 Stable

    Djeex released this 2025-04-23 21:11:17 +02:00 | 50 commits to main since this release

    Changelog

    • Added default environment variables
    • Updated documentation
    Downloads
  • v2.4 80442f8a42

    v2.4 - Hotfix Stable

    Djeex released this 2025-04-23 16:08:43 +02:00 | 53 commits to main since this release

    Changelog

    • Script adaptation: search for PRODUCT_NAME in the returned list.

    Details: The gpu filter 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 a gpu matching PRODUCT_NAME. If found, the script extracts the corresponding sku and upc.

    Downloads
  • v2.3 0822e309db

    v2.3 Stable

    Djeex released this 2025-03-28 19:32:19 +01:00 | 57 commits to main since this release

    Changelog

    • New logo (credit : Extreme2pac)
    • New notifications footer
    Downloads