Coupon code generator and distribution bot for OWASP Juice Shop
Install the module with:
npm install -g juicy-coupon-bot
Run...
juicy-coupon-bot
...and it's done!
ℹ️ You need to set up a suitable cron job similar to ours. Next you need a Twitter App to which you obviously have to provide your own keys and tokens for the environment variables
TWITTER_CONSUMER_KEY
,TWITTER_CONSUMER_SECRET
,TWITTER_ACCESS_TOKEN_KEY
andTWITTER_ACCESS_TOKEN_SECRET
. For Reddit integration you additionally need a Reddit App and have to define the environment variablesREDDIT_ACCOUNT_NAME
,REDDIT_ACCOUNT_PASSWORD
,REDDIT_APP_ID
andREDDIT_APP_SECRET
. For Facebook integration you additionally need a Facebook App permitted to write to the OWASP Juice Shop Facebook page and have to provide the environment variablesFACEBOOK_ACCESS_TOKEN
andFACEBOOK_APP_SECRET
.
This program is free software: you can redistribute it and/or modify it under the terms of the MIT license. Juicy Coupon Bot and any contributions are Copyright © by Bjoern Kimminich & the OWASP Juice Shop contributors 2019-2023.