-
Notifications
You must be signed in to change notification settings - Fork 118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Playbook to Notion #93
Comments
When you mean to implement it from the scratch, you mean we can't use the |
Nops. Authentication - we can used from notion but from the product prospective, we have to reduce the 3rd party package. Because if someday our 1 thing will upgrade then it might effect other packages. |
I agree. I was wondering if we can implement browser login for the notion login. A browser window will open upon typing |
Yup, that we have to made it from scratch or need to find some other way |
Should we store the token locally in some file so that the user doesn't have to log in again until the cookie expires? |
Hey, I have used the notion API before, build this for fun. I would like to work on this, would be nice to have some insight. |
@Souvikns So basically we implemented the login using notion. If you download dynamic and explore --notion then you can able to login. That way you will get auth token. @NamamiShanker implemented that features. |
Hey, so I am using windows and as it does not run on windows I am running on GitHub codespaces, so when I am using the command |
Ahh got it. One way is to use VMware and install linux and use the dynamic. Another simple way is to comment all the dependencies of terminos. That was causing incompatibility. I'm looking for another way but will take some time. You can try second way |
In this feature, we need these things -
Create a notion account and generate the token. The flow would be like this -
dynamic --notion -> Open up notion login to the browser and ask them to log in.
After this -> The terminal will show. 'Notion Logged in' or 'Notion logged in failed'
Now it's time to upload. Use dynamic --notionupload or nu. Then it will automatically fill up the question to the notion. We have to implement a similar thing like this. We have to make this from scratch.
The text was updated successfully, but these errors were encountered: