Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alii/vestock-monitor
supreme restock monitor in vlang
https://github.com/alii/vestock-monitor
monitor restock supreme v vlang
Last synced: 22 days ago
JSON representation
supreme restock monitor in vlang
- Host: GitHub
- URL: https://github.com/alii/vestock-monitor
- Owner: alii
- Created: 2021-05-13T17:56:50.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-17T11:49:16.000Z (about 3 years ago)
- Last Synced: 2024-10-06T07:41:17.965Z (3 months ago)
- Topics: monitor, restock, supreme, v, vlang
- Language: V
- Homepage: https://alistair.sh
- Size: 18.6 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# vestock-monitor
I wanted to learn vlang and figured writing a restock monitor for supreme would be a fun project to build. I've written a few before, but this was really just to learn the language and if it actually functions running restocks at scale then that is probably a bonus.
To build it, ensure you have v installed and run `v -prod main.v`. Then you can open the binary as you would any other. Make a `.env` file with the following values and watch it go brr
```dotenv
# Webhook id
DISCORD_ID=
# Webhook token
DISCORD_TOKEN=
```