I hereby claim:
- I am demarcusw on github.
- I am dema1337 (https://keybase.io/dema1337) on keybase.
- I have a public key whose fingerprint is AF94 F7A5 1DA8 352A 84FA CBCE 56ED 2EE3 6D16 37A0
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #!usr/bin/env python3 | |
| """ | |
| Algorithm: | |
| 1) Grab submissions from my user sorted by new | |
| 2) Call submission.delete | |
| 3) Grab all comments from my user, sorted by new | |
| 4) Call comment.delete | |
| 5) Done | |
| """ |
| const puppeteer = require("puppeteer"); | |
| const opn = require("opn"); | |
| const nodemailer = require("nodemailer"); | |
| const timeout = 5000; | |
| const waitForTimeout = 1000; | |
| const cartLink = | |
| "https://store.nvidia.com/store/nvidia/en_US/buy/productID.5438481700/clearCart.yes/nextPage.QuickBuyCartPage"; |