https://github.com/taciturnaxolotl/goodwill-snipper
a really solid bun based snipper
https://github.com/taciturnaxolotl/goodwill-snipper
Last synced: 26 days ago
JSON representation
a really solid bun based snipper
- Host: GitHub
- URL: https://github.com/taciturnaxolotl/goodwill-snipper
- Owner: taciturnaxolotl
- Created: 2024-02-10T02:44:43.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-04T03:09:36.000Z (6 months ago)
- Last Synced: 2025-03-28T19:13:10.640Z (about 1 month ago)
- Language: TypeScript
- Homepage:
- Size: 18.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# goodwill-snipper
To install dependencies:
```bash
bun install
```To run:
```bash
bun run index.ts
```env should look like this:
```bash
GOODWILL_SNIPPER_BID_SAFETY=false
GOODWILL_SNIPPER_MAX_BID=50
GOODWILL_SNIPPER_ITEM_ID=190265905
GOODWILL_SNIPPER_LEAD_TIME=3
GOODWILL_SNIPPER_ZIP_CODE="zip-includingextraweirdbitontheend"
GOODWILL_SNIPPER_BEARER_TOKEN="xxxxxxxx"
```This project was created using `bun init` in bun v1.0.18. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.