Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(canadacomputers): add 3060 card #2028

Merged
merged 2 commits into from
Feb 25, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ const notifications = {
discord: {
notifyGroup: envOrArray(process.env.DISCORD_NOTIFY_GROUP),
notifyGroupSeries: {
3060: envOrArray(process.env.DISCORD_NOTIFY_GROUP_3060),
'3060ti': envOrArray(process.env.DISCORD_NOTIFY_GROUP_3060TI),
3070: envOrArray(process.env.DISCORD_NOTIFY_GROUP_3070),
3080: envOrArray(process.env.DISCORD_NOTIFY_GROUP_3080),
Expand Down Expand Up @@ -372,6 +373,7 @@ const store = {
country: envOrString(process.env.COUNTRY, 'usa'),
maxPrice: {
series: {
3060: envOrNumber(process.env.MAX_PRICE_SERIES_3060),
'3060ti': envOrNumber(process.env.MAX_PRICE_SERIES_3060TI),
3070: envOrNumber(process.env.MAX_PRICE_SERIES_3070),
3080: envOrNumber(process.env.MAX_PRICE_SERIES_3080),
Expand Down Expand Up @@ -403,6 +405,7 @@ const store = {
};
}),
showOnlySeries: envOrArray(process.env.SHOW_ONLY_SERIES, [
'3060',
'3060ti',
'3070',
'3080',
Expand Down
21 changes: 21 additions & 0 deletions src/store/model/bestbuy-ca.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,27 @@ export const BestBuyCa: Store = {
url:
'https://www.bestbuy.ca/en-ca/product/google-nest-hello-wi-fi-video-doorbell-black-white/12222651',
},
{
brand: 'msi',
model: 'ventus 3x',
series: '3060',
url:
'https://www.bestbuy.ca/en-ca/product/msi-nvidia-geforce-rtx-3060-ventus-3x-12gb-gddr6-video-card/15324508',
},
{
brand: 'zotac',
model: 'twin edge oc',
series: '3060',
url:
'https://www.bestbuy.ca/en-ca/product/zotac-nvidia-geforce-rtx-3060-twin-edge-oc-12gb-gddr6-video-card/15309503',
},
{
brand: 'zotac',
model: 'twin edge',
series: '3060',
url:
'https://www.bestbuy.ca/en-ca/product/zotac-nvidia-geforce-rtx-3060-twin-edge-12gb-gddr6-video-card/15309504',
},
{
brand: 'msi',
model: 'ventus 2x oc',
Expand Down
63 changes: 63 additions & 0 deletions src/store/model/canadacomputers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -482,6 +482,69 @@ export const CanadaComputers: Store = {
url:
'https://www.canadacomputers.com/product_info.php?cPath=43_557_559&item_id=185168&language=en',
},
{
brand: 'msi',
model: 'ventus 2x',
series: '3060',
url:
'https://www.canadacomputers.com/product_info.php?cPath=43_557_559&item_id=188914&language=en',
},
{
brand: 'msi',
model: 'gaming x trio',
series: '3060',
url:
'https://www.canadacomputers.com/product_info.php?cPath=43_557_559&item_id=189034&language=en',
},
{
brand: 'msi',
model: 'ventus 3x',
series: '3060',
url:
'https://www.canadacomputers.com/product_info.php?cPath=43_557_559&item_id=189035&language=en',
},
{
brand: 'zotac',
model: 'twin edge oc',
series: '3060',
url:
'https://www.canadacomputers.com/product_info.php?cPath=43_557_559&item_id=189411&language=en',
},
{
brand: 'asus',
model: 'strix oc',
series: '3060',
url:
'https://www.canadacomputers.com/product_info.php?cPath=43_557_559&item_id=189542&language=en',
},
{
brand: 'evga',
model: 'xc gaming',
series: '3060',
url:
'https://www.canadacomputers.com/product_info.php?cPath=43_557_559&item_id=189460&language=en',
},
{
brand: 'asus',
model: 'tuf oc',
series: '3060',
url:
'https://www.canadacomputers.com/product_info.php?cPath=43_557_559&item_id=189615&language=en',
},
{
brand: 'gigabyte',
model: 'gaming oc',
series: '3060',
url:
'https://www.canadacomputers.com/product_info.php?cPath=43_557_559&item_id=189625&language=en',
},
{
brand: 'gigabyte',
model: 'eagle oc',
series: '3060',
url:
'https://www.canadacomputers.com/product_info.php?cPath=43_557_559&item_id=189626&language=en',
},
{
brand: 'msi',
model: 'gaming x trio',
Expand Down
48 changes: 48 additions & 0 deletions src/store/model/memoryexpress.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,54 @@ export const MemoryExpress: Store = {
series: 'test:series',
url: 'https://www.memoryexpress.com/Products/MX79473',
},
{
brand: 'gigabyte',
model: 'eagle oc',
series: '3060',
url: 'https://www.memoryexpress.com/Products/MX00116063',
},
{
brand: 'msi',
model: 'ventus 2x',
series: '3060',
url: 'https://www.memoryexpress.com/Products/MX00116071',
},
{
brand: 'msi',
model: 'ventus 3x',
series: '3060',
url: 'https://www.memoryexpress.com/Products/MX00116072',
},
{
brand: 'gigabyte',
model: 'vision oc',
series: '3060',
url: 'https://www.memoryexpress.com/Products/MX00116154',
},
{
brand: 'evga',
model: 'xc gaming',
series: '3060',
url: 'https://www.memoryexpress.com/Products/MX00116013',
},
{
brand: 'asus',
model: 'strix oc',
series: '3060',
url: 'https://www.memoryexpress.com/Products/MX00116016',
},
{
brand: 'asus',
model: 'tuf oc',
series: '3060',
url: 'https://www.memoryexpress.com/Products/MX00116017',
},
{
brand: 'msi',
model: 'gaming x',
series: '3060',
url: 'https://www.memoryexpress.com/Products/MX00116164',
},
{
brand: 'msi',
model: 'gaming x trio',
Expand Down
120 changes: 120 additions & 0 deletions src/store/model/newegg-ca.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,126 @@ export const NeweggCa: Store = {
url:
'https://www.newegg.ca/p/N82E16824475043?Item=N82E16824475043&cm_sp=Homepage_MKPL-_-P3_24-475-043-_-12302020',
},
{
brand: 'gigabyte',
itemNumber: '14-932-399',
model: 'eagle',
series: '3060',
url:
'https://www.newegg.ca/gigabyte-geforce-rtx-3060-gv-n3060eagle-12gd/p/N82E16814932399',
},
{
brand: 'gigabyte',
itemNumber: '14-932-402',
model: 'gaming oc',
series: '3060',
url:
'https://www.newegg.ca/gigabyte-geforce-rtx-3060-gv-n3060gaming-oc-12gd/p/N82E16814932402',
},
{
brand: 'msi',
itemNumber: '14-137-630',
model: 'gaming x',
series: '3060',
url:
'https://www.newegg.ca/msi-geforce-rtx-3060-rtx-3060-gaming-x-12g/p/N82E16814137630',
},
{
brand: 'asus',
itemNumber: '14-126-493',
model: 'dual',
series: '3060',
url:
'https://www.newegg.ca/asus-geforce-rtx-3060-dual-rtx3060-12g/p/N82E16814126493',
},
{
brand: 'asus',
itemNumber: '14-126-491',
model: 'tuf',
series: '3060',
url:
'https://www.newegg.ca/asus-geforce-rtx-3060-tuf-rtx3060-o12g-gaming/p/N82E16814126491',
},
{
brand: 'asus',
itemNumber: '14-126-492',
model: 'strix',
series: '3060',
url:
'https://www.newegg.ca/asus-geforce-rtx-3060-rog-strix-rtx3060-o12g-gaming/p/N82E16814126492',
},
{
brand: 'zotac',
itemNumber: '14-500-509',
model: 'twin edge',
series: '3060',
url:
'https://www.newegg.ca/zotac-geforce-rtx-3060-zt-a30600e-10m/p/N82E16814500509',
},
{
brand: 'evga',
itemNumber: '14-487-538',
model: 'xc black',
series: '3060',
url:
'https://www.newegg.ca/evga-geforce-rtx-3060-12g-p5-3655-kr/p/N82E16814487538',
},
{
brand: 'zotac',
itemNumber: '14-500-508',
model: 'twin edge oc',
series: '3060',
url:
'https://www.newegg.ca/zotac-geforce-rtx-3060-zt-a30600h-10m/p/N82E16814500508',
},
{
brand: 'evga',
itemNumber: '14-487-539',
model: 'xc gaming',
series: '3060',
url:
'https://www.newegg.ca/evga-geforce-rtx-3060-12g-p5-3657-kr/p/N82E16814487539',
},
{
brand: 'gigabyte',
itemNumber: '14-932-400',
model: 'aorus',
series: '3060',
url:
'https://www.newegg.ca/gigabyte-geforce-rtx-3060-gv-n3060aorus-e-12gd/p/N82E16814932400',
},
{
brand: 'msi',
itemNumber: '14-137-638',
model: 'ventus 2x',
series: '3060',
url:
'https://www.newegg.ca/msi-geforce-rtx-3060-rtx-3060-ventus-2x-12g/p/N82E16814137638',
},
{
brand: 'msi',
itemNumber: '14-137-632',
model: 'ventus 2x',
series: '3060',
url:
'https://www.newegg.ca/msi-geforce-rtx-3060-rtx-3060-ventus-2x-12g-oc/p/N82E16814137632',
},
{
brand: 'msi',
itemNumber: '14-137-631',
model: 'ventus 3x oc',
series: '3060',
url:
'https://www.newegg.ca/msi-geforce-rtx-3060-rtx-3060-ventus-3x-12g-oc/p/N82E16814137631',
},
{
brand: 'msi',
itemNumber: '14-137-629',
model: 'gaming x trio',
series: '3060',
url:
'https://www.newegg.ca/msi-geforce-rtx-3060-rtx-3060-gaming-x-trio-12g/p/N82E16814137629',
},
{
brand: 'asus',
itemNumber: '14-126-453',
Expand Down
2 changes: 2 additions & 0 deletions src/store/model/store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ export type Brand =
export type Series =
| 'test:series'
| 'captcha-deterrent'
| '3060'
| '3060ti'
| '3070'
| '3080'
Expand Down Expand Up @@ -102,6 +103,7 @@ export type Model =
| 'gaming pro'
| 'gaming trio'
| 'gaming x trio'
| 'gaming x'
| 'gaming x3'
| 'ghost oc'
| 'suprim x'
Expand Down