Skip to content

Commit 9075ec7

Browse files
committed
Update documentation and copyright year
1 parent cbfa6dc commit 9075ec7

14 files changed

+18
-25
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2019-2023 Bjoern Kimminich & the OWASP Juice Shop contributors
1+
Copyright (c) 2019-2024 Bjoern Kimminich & the OWASP Juice Shop contributors
22

33
Permission is hereby granted, free of charge, to any person
44
obtaining a copy of this software and associated documentation

README.md

+5-12
Original file line numberDiff line numberDiff line change
@@ -27,24 +27,17 @@ juicy-coupon-bot
2727

2828
> :information_source: You need to set up a suitable cron job similar to
2929
> [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
3534
> need a [Reddit App](https://www.reddit.com/prefs/apps) and have to
3635
> define the environment variables `REDDIT_ACCOUNT_NAME`,
3736
> `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`.
4437
4538
## Licensing [![license](https://img.shields.io/github/license/juice-shop/juicy-coupon-bot.svg)](LICENSE)
4639

4740
This program is free software: you can redistribute it and/or modify it
4841
under the terms of the [MIT license](LICENSE). Juicy Coupon Bot and any
4942
contributions are Copyright © by Bjoern Kimminich & the OWASP Juice Shop
50-
contributors 2019-2023.
43+
contributors 2019-2024.

bin/juicy-coupon-bot.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env node
22

33
/*
4-
* Copyright (c) 2019-2023 Bjoern Kimminich & the OWASP Juice Shop contributors.
4+
* Copyright (c) 2019-2024 Bjoern Kimminich & the OWASP Juice Shop contributors.
55
* SPDX-License-Identifier: MIT
66
*/
77

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2019-2023 Bjoern Kimminich & the OWASP Juice Shop contributors.
2+
* Copyright (c) 2019-2024 Bjoern Kimminich & the OWASP Juice Shop contributors.
33
* SPDX-License-Identifier: MIT
44
*/
55

lib/blueSkyPost.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2019-2023 Bjoern Kimminich & the OWASP Juice Shop contributors.
2+
* Copyright (c) 2019-2024 Bjoern Kimminich & the OWASP Juice Shop contributors.
33
* SPDX-License-Identifier: MIT
44
*/
55

lib/currentCoupons.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2019-2023 Bjoern Kimminich & the OWASP Juice Shop contributors.
2+
* Copyright (c) 2019-2024 Bjoern Kimminich & the OWASP Juice Shop contributors.
33
* SPDX-License-Identifier: MIT
44
*/
55

lib/logger.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2019-2023 Bjoern Kimminich & the OWASP Juice Shop contributors.
2+
* Copyright (c) 2019-2024 Bjoern Kimminich & the OWASP Juice Shop contributors.
33
* SPDX-License-Identifier: MIT
44
*/
55

lib/publishReddit.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2019-2023 Bjoern Kimminich & the OWASP Juice Shop contributors.
2+
* Copyright (c) 2019-2024 Bjoern Kimminich & the OWASP Juice Shop contributors.
33
* SPDX-License-Identifier: MIT
44
*/
55

lib/randomDiscount.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2019-2023 Bjoern Kimminich & the OWASP Juice Shop contributors.
2+
* Copyright (c) 2019-2024 Bjoern Kimminich & the OWASP Juice Shop contributors.
33
* SPDX-License-Identifier: MIT
44
*/
55

lib/redditPost.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2019-2023 Bjoern Kimminich & the OWASP Juice Shop contributors.
2+
* Copyright (c) 2019-2024 Bjoern Kimminich & the OWASP Juice Shop contributors.
33
* SPDX-License-Identifier: MIT
44
*/
55

test/blueSkyPost-spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2019-2023 Bjoern Kimminich & the OWASP Juice Shop contributors.
2+
* Copyright (c) 2019-2024 Bjoern Kimminich & the OWASP Juice Shop contributors.
33
* SPDX-License-Identifier: MIT
44
*/
55

test/currentCoupons-spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2019-2023 Bjoern Kimminich & the OWASP Juice Shop contributors.
2+
* Copyright (c) 2019-2024 Bjoern Kimminich & the OWASP Juice Shop contributors.
33
* SPDX-License-Identifier: MIT
44
*/
55

test/randomDiscount-spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2019-2023 Bjoern Kimminich & the OWASP Juice Shop contributors.
2+
* Copyright (c) 2019-2024 Bjoern Kimminich & the OWASP Juice Shop contributors.
33
* SPDX-License-Identifier: MIT
44
*/
55

test/redditComment-spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2019-2023 Bjoern Kimminich & the OWASP Juice Shop contributors.
2+
* Copyright (c) 2019-2024 Bjoern Kimminich & the OWASP Juice Shop contributors.
33
* SPDX-License-Identifier: MIT
44
*/
55

0 commit comments

Comments
 (0)