Releases: jpchip/giveaway-grabber
Releases · jpchip/giveaway-grabber
v3.1.0 🔇
v3.0.1
v3.0.0 🔧
Added new CLI commands and configuration file. This should make adding new flagged features and maintaining existing ones a lot easier! See the readme and changelog for more details.
BREAKING CHANGES
The .env file for options is no longer supported. You also no longer need to pass flags like --2FA
in the CLI, you can set them in the config file instead.
If your project is cloned, be sure to run npm install
to get latest dependencies. Otherwise run gg init
or npm start -- init
to create the configuration file.
v2.9.0 📓
Script will now attempt to automatically complete captchas, thanks to @KryptoNova! See changelog for more details.