https://github.com/jinwyp/pupdis
https://github.com/jinwyp/pupdis
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jinwyp/pupdis
- Owner: jinwyp
- License: apache-2.0
- Created: 2022-11-02T05:53:08.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-27T07:40:10.000Z (over 1 year ago)
- Last Synced: 2025-01-18T12:12:36.281Z (9 months ago)
- Language: JavaScript
- Size: 107 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 ```