]> prime8.dev >> repos - csc.git/commitdiff
Update README.md
authorDamian Myrda <monkey.damianek@gmail.com>
Fri, 26 Apr 2024 03:40:12 +0000 (22:40 -0500)
committerGitHub <noreply@github.com>
Fri, 26 Apr 2024 03:40:12 +0000 (22:40 -0500)
README.md

index 34a8ea910be315d2b5646db4aa2a320c38912506..bd23d93e45f95b199daa39a6668db9454acef97e 100644 (file)
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ A website for Computer Science Club made during a mini-hackathon.
 To setup the server environment, run `python -m venv .` in the root of the project. Then, execute `. ./bin/activate` and you should be in the virtual environment. Next, run `pip install flask schoolopy jsonpickle cachecontrol google-auth google_auth_oauthlib` to install all the dependencies. Now, `exit`.
 
 ### schoology
-In ```config.py```, change ```DOMAIN``` to the URL of the Schoology instance. In addition, change ```GROUP_ID``` to the ID of the Schoology group. This can be found by visiting the Schoology website and by navigating to the Schoology group. The group's ID should be right after the ```/group/...``` subdirectory of the domain. To get a Schoolopy API key and secret, goto `schoology.(PUT DOMAIN HERE).org/api`. There, you can manage your API credentials. Get the key and the secret.
+In ```config.py```, change ```DOMAIN``` to the URL of the Schoology instance. In addition, change ```GROUP_ID``` to the ID of the Schoology group. This can be found by visiting the Schoology website and by navigating to the Schoology group. The group's ID should be right after the ```/group/...``` subdirectory of the domain. To get a Schoolopy API key and secret, goto `schoology.(PUT DOMAIN HERE).org/api`. There, you can manage your API credentials. You will need the key and secret to run the server.
 
 ### google
 To setup Google OAuth2, go [here](https://developers.google.com/identity/oauth2/web/guides/get-google-api-clientid) and follow the instructions. Copy the json into a file called `google_auth.json` in the root of the project. In `config.py`, change `REDIRECT_URL` to the URL you used when you set up the Google project. Make sure that the redirect URL is added as one of the "Authorized redirect URIs."