@@ -27,24 +27,17 @@ juicy-coupon-bot
27
27
28
28
> :information_source : You need to set up a suitable cron job similar to
29
29
> [ ours] ( https://github.com/juice-shop/juicy-coupon-bot/actions?query=workflow%3A%22Monthly+Coupon+Distribution%22 ) .
30
- > Next you need a [ Twitter App] ( https://developer.twitter.com/en/apps )
31
- > to which you obviously have to provide your own keys and tokens for
32
- > the environment variables ` TWITTER_CONSUMER_KEY ` ,
33
- > ` TWITTER_CONSUMER_SECRET ` , ` TWITTER_ACCESS_TOKEN_KEY ` and
34
- > ` TWITTER_ACCESS_TOKEN_SECRET ` . For Reddit integration you additionally
30
+ > Next you need a BlueSky account
31
+ > to which you obviously have to provide your own identifier (i.e. email) and app password for
32
+ > the environment variables ` BLUESKY_IDENTIFIER ` and
33
+ > ` BLUESKY_PASSWORD ` . For Reddit integration you additionally
35
34
> need a [ Reddit App] ( https://www.reddit.com/prefs/apps ) and have to
36
35
> define the environment variables ` REDDIT_ACCOUNT_NAME ` ,
37
36
> ` REDDIT_ACCOUNT_PASSWORD ` , ` REDDIT_APP_ID ` and ` REDDIT_APP_SECRET ` .
38
- > For Facebook integration you additionally need a
39
- > [ Facebook App] ( https://developers.facebook.com/apps ) permitted to
40
- > write to the
41
- > [ OWASP Juice Shop Facebook page] ( https://www.facebook.com/owasp.juiceshop )
42
- > and have to provide the environment variables ` FACEBOOK_ACCESS_TOKEN `
43
- > and ` FACEBOOK_APP_SECRET ` .
44
37
45
38
## Licensing [ ![ license] ( https://img.shields.io/github/license/juice-shop/juicy-coupon-bot.svg )] ( LICENSE )
46
39
47
40
This program is free software: you can redistribute it and/or modify it
48
41
under the terms of the [ MIT license] ( LICENSE ) . Juicy Coupon Bot and any
49
42
contributions are Copyright © by Bjoern Kimminich & the OWASP Juice Shop
50
- contributors 2019-2023 .
43
+ contributors 2019-2024 .
0 commit comments