Skip to content
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

Need a Quickstart or Tutorial #1

Open
rakhimian opened this issue Mar 24, 2018 · 1 comment
Open

Need a Quickstart or Tutorial #1

rakhimian opened this issue Mar 24, 2018 · 1 comment

Comments

@rakhimian
Copy link

rakhimian commented Mar 24, 2018

Grate Job, Michael!!! I really need thats solution to learn langs more faster and cheaper. Pls help me. Thanks!
I tried it a several time but code is wrong. Can u explain more detail/? Maybe u have a Video tutorial?

@synox
Copy link

synox commented May 18, 2018

there are still issues, see #3

here are my steps:

Create quizlet api, follow the readme. First do that, because after doing the google api is very similar.

For google api:
console.cloud.google.com
create new project
in APIs & Services, enable
find Google Drive API, enable
"create credentials"
Which API are you using? Googlde Drive API
Where will you be calling the API from? Web server
What data will you be accessing? user data
Authorized JavaScript origins: https://localhost
Authorized redirect URIs: https://localhost
Name: node shell client 1
Product name shown to user: my quizlet-sync

Copy the Client ID credentials

then also enable "Google Sheets API"

Edit the client id, there you find clientid and client secret.

On linux console:

git clone https://github.com/abstrctn/quizlet-sheet-sync.git
npm install yarn -g
yarn install
CLIENT_ID="" CLIENT_SECRET="" node auth.js

open the url in the browser
login with your google account
after redirection to localhost, copy the part after "code=" and paste to console and press enter

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants