An open API service indexing awesome lists of open source software.

https://github.com/jinwyp/pupdis


https://github.com/jinwyp/pupdis

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# pupdis

### Get SMS code or Email message through Gmail API

1. Go to [Google Gmail API Node.js quickstart](https://developers.google.com/gmail/api/quickstart/nodejs). Follow the instructions to enable the Gmail API and download the credentials.json file.

2. Run the following command to install the required dependencies:

```bash
cd gmail
npm install
```

3. Download Google Cloud OAuth 2.0 Client IDs file 'credentials.json' and move the file to ./gmail/config_gmail

4. Run ``` cd gmail && npm start ``` First time, it will prompt to authorize google user in the Google Chrome. Then it will save the token file as gmail_token.json.

### Disney+ Registration

1. Run the following command to install the required dependencies:

```bash
cd disney
npm install
```
2. Run ``` cd disney && npm start ```