ianmarmour / nvidia-clerk

A cross-platform go bot that tracks for availability of stock from Nvidia's store and adds a cart to your checkout.
BSD 3-Clause "New" or "Revised" License
222 stars 63 forks source link

Add flag for testing notifications only #175

Open albydarned opened 4 years ago

albydarned commented 4 years ago

I added another flag called test that defaults to false. When true it attempts to send all configured notifications. I also extracted the url switch statement into its own function so I could use it.

pataar commented 4 years ago

This would be handy, it's hard to test now while the Nvidia API is down.