https://github.com/hellothisisflo/watchingfor3080
Fighting Scalpers
https://github.com/hellothisisflo/watchingfor3080
Last synced: about 2 months ago
JSON representation
Fighting Scalpers
- Host: GitHub
- URL: https://github.com/hellothisisflo/watchingfor3080
- Owner: HelloThisIsFlo
- Created: 2020-10-21T00:53:47.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-11T13:21:15.000Z (almost 4 years ago)
- Last Synced: 2025-02-13T12:54:01.162Z (4 months ago)
- Language: JavaScript
- Size: 2.77 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Watch for 3080
Fighting Scalpers
## What does it do?
This project watches the nvidia stores for visual differences and notifies via a discord webhook with:
- Name of the store
- Link to the store
- Snapshot showing what just changed on the websiteIt does not purchase a card automatically, it only allows normal people (aka non-bots) to be notified as soon as possible to then try and place a manual order.
## Does it work?

## Deploy
### AWS
- Create IAM User and put its `ARN` in `aws.tf` as `Principal` (on the bucket policy)
- Run `terraform apply`### Start
- Create a config file `./.env`
```shell
AWS_ACCESS_KEY_ID=......
AWS_SECRET_ACCESS_KEY=......
AWS_DEFAULT_REGION=......
DISCORD_WEBHOOK_URL=......
```- Run `./script/docker_start.sh`