From 53abcd1dbe4a68dfca1a11ac13d30470f0fc80f0 Mon Sep 17 00:00:00 2001 From: theProton Date: Fri, 29 Dec 2023 11:09:03 +0530 Subject: [PATCH 1/2] Update README.md Fix incorrect link markdown --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 26cf5f4..7085e9b 100644 --- a/README.md +++ b/README.md @@ -71,8 +71,8 @@ Rename `.env.example` to `.env`. Then, to fill the credentials, ``` - Enter the client application key and client application secret in the `WIKIMEDIA_CLIENT_ID` and `WIKIMEDIA_CLIENT_SECRET` respectively. - Enter the `NEXTAUTH_URL` with http://localhost:5000. -- Go to [wikisource Bot] (https://meta.wikimedia.beta.wmflabs.org/wiki/Special:BotPasswords) to generate your `EMAIL_BOT_USERNAME` and `EMAIL_BOT_PASSWORD`. When creating your bot, tick 'send email to users' under the Applicable Grants section. Go ahead and enter the generated credentials in the `.env` file. -- Enter the `EMAIL_SOURCE_URL` which is the name to be displayed as the sender in Emails - https://meta.wikimedia.beta.wmflabs.org/w/api.php +- Go to the [Wikisource bots page](https://meta.wikimedia.beta.wmflabs.org/wiki/Special:BotPasswords) to generate your `EMAIL_BOT_USERNAME` and `EMAIL_BOT_PASSWORD`. When creating your bot, tick 'send email to users' under the Applicable Grants section. Go ahead and enter the generated credentials in the `.env` file. +- Enter the `EMAIL_SOURCE_URL` which is the name to be displayed as the sender in emails - https://meta.wikimedia.beta.wmflabs.org/w/api.php ### Run Redis server From 6ae257a37100fafa8529ee8f32eafd6587a3fa25 Mon Sep 17 00:00:00 2001 From: theProton Date: Fri, 29 Dec 2023 14:15:34 +0530 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7085e9b..abc20d2 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ Rename `.env.example` to `.env`. Then, to fill the credentials, ``` - Enter the client application key and client application secret in the `WIKIMEDIA_CLIENT_ID` and `WIKIMEDIA_CLIENT_SECRET` respectively. - Enter the `NEXTAUTH_URL` with http://localhost:5000. -- Go to the [Wikisource bots page](https://meta.wikimedia.beta.wmflabs.org/wiki/Special:BotPasswords) to generate your `EMAIL_BOT_USERNAME` and `EMAIL_BOT_PASSWORD`. When creating your bot, tick 'send email to users' under the Applicable Grants section. Go ahead and enter the generated credentials in the `.env` file. +- Go to the [Special:BotPasswords](https://meta.wikimedia.beta.wmflabs.org/wiki/Special:BotPasswords) page on beta meta wiki to generate your `EMAIL_BOT_USERNAME` and `EMAIL_BOT_PASSWORD`. When creating your bot, tick 'send email to users' under the Applicable Grants section. Go ahead and enter the generated credentials in the `.env` file. - Enter the `EMAIL_SOURCE_URL` which is the name to be displayed as the sender in emails - https://meta.wikimedia.beta.wmflabs.org/w/api.php ### Run Redis server