Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

char-ptr/Nvidia_Rtx_Client

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nvidia_Rtx_Client

my other project but supposed to be ran on a server with improvements. this is a better version of that project. Some of the improvements include

  • united states support.
  • on in stock & out of stock functions to be ran on said events.
  • webhook for discord notifications
  • support for multiple cards.

Some things you might want to know

  • there is now support for rtx 3090 aswell as 3080.
    • i'll consider a update for rtx 3070.
  • before using you must supply unstable.
    • this project uses deno, NOT node.

example usage

import Client from "./mod.ts";
let rtxClient = new Client(
	{ 
	Locale:"en-gb",
	Dev:false,
	GPU: "3080"
    }
);
// 
let {Completed, Error} = await rtxClient.Check();
if (Error) console.log(Error);

importing from deno.land

import client from "https://deno.land/x/nvidia_rtx_client@1.0.2/mod.ts"

About

wrapper / client for checking if RTX 30__ card is in stock.

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Morty Proxy This is a proxified and sanitized view of the page, visit original site.