You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At any point you want the program to stop, use <kbd>Ctrl</kbd> + <kbd>C</kbd>.
43
43
44
-
> :point_right: Please visit the [wiki](https://github.com/jef/nvidia-snatcher/wiki) if you need more help with installation.
44
+
> :point_right: Please visit the [wiki](https://github.com/jef/streetmerchant/wiki) if you need more help with installation.
45
45
46
46
### Installation: Docker
47
47
@@ -52,7 +52,7 @@ Available via GitHub Container Registry.
52
52
|`latest`| Latest stable build |
53
53
|`nightly`| Latest HEAD build, could be unstable |
54
54
55
-
Use `docker run --cap-add=SYS_ADMIN -it --rm --env-file ./.env ghcr.io/jef/nvidia-snatcher:nightly` to run.
55
+
Use `docker run --cap-add=SYS_ADMIN -it --rm --env-file ./.env ghcr.io/jef/streetmerchant:nightly` to run.
56
56
57
57
### Developer notes
58
58
@@ -61,7 +61,7 @@ filesystem changes are detected in the `src/` folder or `.env` file.
61
61
62
62
## Customization
63
63
64
-
To customize `nvidia-snatcher`, make a copy of `.env-example` as `.env` and make any changes to your liking. _All
64
+
To customize `streetmerchant`, make a copy of `.env-example` as `.env` and make any changes to your liking. _All
65
65
environment variables are **optional**._
66
66
67
67
<details>
@@ -91,7 +91,7 @@ environment variables are **optional**._
91
91
92
92
> :point_right: You can find your computer's user agent by [searching google for "my user agent"](http://google.com/search?q=my+user+agent)
93
93
94
-
> :point_right: Data usage is [known to be high](https://github.com/jef/nvidia-snatcher/issues?q=is%3Aissue+sort%3Aupdated-desc+bandwidth). This is expected as the program scrapes many websites in parallel 24/7. To help reduce this, use `LOW_BANDWIDTH="true"`. We are looking into other solutions as well, but is low priority.
94
+
> :point_right: Data usage is [known to be high](https://github.com/jef/streetmerchant/issues?q=is%3Aissue+sort%3Aupdated-desc+bandwidth). This is expected as the program scrapes many websites in parallel 24/7. To help reduce this, use `LOW_BANDWIDTH="true"`. We are looking into other solutions as well, but is low priority.
95
95
96
96
### Filters
97
97
@@ -169,7 +169,7 @@ environment variables are **optional**._
169
169
170
170
> :point_right: Used with the `MICROCENTER_LOCATION` variable.
171
171
172
-
> :point_right: Before using `web`, please review [this issue comment](https://github.com/jef/nvidia-snatcher/issues/442#issuecomment-703297393).
172
+
> :point_right: Before using `web`, please review [this issue comment](https://github.com/jef/streetmerchant/issues/442#issuecomment-703297393).
173
173
174
174
| Store name |
175
175
|:---:|
@@ -323,7 +323,7 @@ environment variables are **optional**._
323
323
|`MQTT_CLIENT_ID`| Unique ClientID (only if required by MQTT Broker), typically not required when only publishing alerts | eg. client-123456 |
324
324
|`MQTT_PASSWORD`| MQTT password - only use with MQTT brokers on private networks, if required. Will not be sent over public networks for safety. | e.g mysecret |
325
325
|`MQTT_QOS`| QoS level for published alerts to broker (https://www.npmjs.com/package/mqtt#about-qos)| Default: 0, Can be 0, 1, or 2 |
326
-
|`MQTT_TOPIC`| Topic to publish alerts to. Can include %store%, %series%, %brand%, %model% for dynamic topics | Default: nvidia-snatcher/alert e.g nv-alert/%store%/%series%/%brand%/%model%/alert |
326
+
|`MQTT_TOPIC`| Topic to publish alerts to. Can include %store%, %series%, %brand%, %model% for dynamic topics | Default: streetmerchant/alert e.g nv-alert/%store%/%series%/%brand%/%model%/alert |
327
327
|`MQTT_USERNAME`| MQTT username - (only if required by MQTT Broker) | e.g myusername |
328
328
329
329
</details>
@@ -436,20 +436,20 @@ it. Very straight forward. Otherwise, Google more information related to your sy
436
436
437
437
**Q: Will I get banned from of the stores?** Perhaps, but getting a card is a nice outcome.
438
438
439
-
**Q: I got a problem and need help!** File an [issue](https://github.com/jef/nvidia-snatcher/issues/new/choose). I'll do
439
+
**Q: I got a problem and need help!** File an [issue](https://github.com/jef/streetmerchant/issues/new/choose). I'll do
440
440
my best to get to you. I work a full time job and this is only a hobby of mine.
441
441
442
442
**Q: How do I get the latest code?** Take look at
443
-
this [wiki page](https://github.com/jef/nvidia-snatcher/wiki/Troubleshoot:-General:-Getting-the-latest-code).
443
+
this [wiki page](https://github.com/jef/streetmerchant/wiki/Troubleshoot:-General:-Getting-the-latest-code).
444
444
445
445
**Q: Why don't my notifications work?** There is probably
446
-
an [issue](https://github.com/jef/nvidia-snatcher/issues?q=is%3Aissue+sort%3Aupdated-desc+sound+is%3Aclosed) that
447
-
has [already](https://github.com/jef/nvidia-snatcher/issues/182)[been](https://github.com/jef/nvidia-snatcher/issues/116)[resolved](https://github.com/jef/nvidia-snatcher/issues/155)
446
+
an [issue](https://github.com/jef/streetmerchant/issues?q=is%3Aissue+sort%3Aupdated-desc+sound+is%3Aclosed) that
447
+
has [already](https://github.com/jef/streetmerchant/issues/182)[been](https://github.com/jef/streetmerchant/issues/116)[resolved](https://github.com/jef/streetmerchant/issues/155)
448
448
.
449
449
450
450
**Q: I'd love to contribute, how do I do that?** Make
451
-
a [pull request](https://github.com/jef/nvidia-snatcher/pulls?q=is%3Apr+is%3Aopen+sort%3Aupdated-desc)! All
451
+
a [pull request](https://github.com/jef/streetmerchant/pulls?q=is%3Apr+is%3Aopen+sort%3Aupdated-desc)! All
452
452
contributions are welcome.
453
453
454
454
**Q: Why do I have to download all this stuff just to get this bot working?** Well, I would rather you didn't either.
455
-
See [#11](https://github.com/jef/nvidia-snatcher/issues/11).
455
+
See [#11](https://github.com/jef/streetmerchant/issues/11).
0 commit comments