Microsoft OneNote
This notebook covers how to load documents from OneNote
.
Prerequisitesโ
- Register an application with the Microsoft identity platform instructions.
- When registration finishes, the Azure portal displays the app registration's Overview pane. You see the Application (client) ID. Also called the
client ID
, this value uniquely identifies your application in the Microsoft identity platform. - During the steps you will be following at item 1, you can set the redirect URI as
http://localhost:8000/callback
- During the steps you will be following at item 1, generate a new password (
client_secret
) underย Application Secretsย section. - Follow the instructions at this document to add the following
SCOPES
(Notes.Read
) to your application. - You need to install the msal and bs4 packages using the commands
pip install msal
andpip install beautifulsoup4
. - At the end of the steps you must have the following values:
CLIENT_ID
CLIENT_SECRET