Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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=
```