Skip to content

An app that scans your Google Classroom assignments and puts them into a Notion Calendar.

Notifications You must be signed in to change notification settings

adagolodjo/Scholar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scholar

An app that scans your Google Classroom assignments and puts them into a Notion Calendar.

Usage

Keys

Create a Google Cloud account with these two links:

Files

credentials.json

{
  "installed": {
    "client_id": "",
    "project_id": "",
    "auth_uri": "",
    "token_uri": "",
    "auth_provider_x509_cert_url": "",
    "client_secret": "",
    "redirect_uris": ["http://localhost"]
  }
}

keys.json

{
  "type": "",
  "project_id": "",
  "private_key_id": "",
  "private_key": "",
  "client_email": "",
  "client_id": "",
  "auth_uri": "",
  "token_uri": "",
  "auth_provider_x509_cert_url": "",
  "client_x509_cert_url": "",
  "notion": "notion integration secret",
  "database": "database id",
}

Notion Properties

Ensure that your Notion database has the following properties

  • Date (Date)
  • Progress (Single Select with options Completed, In Progress, and Unstarted)
  • Subject (Text)
  • id (Text)

Running

Run the scholar.py file to get started :)

🙋‍♂️ Made by @Neesh774

Buy Me A Coffee

About

An app that scans your Google Classroom assignments and puts them into a Notion Calendar.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages