Skip to content

Instantly share code, notes, and snippets.

View jumbophp's full-sized avatar
🚀
Working from home

Stefan ⚯ jumbophp

🚀
Working from home
View GitHub Profile
@jumbophp
jumbophp / insta_login_check.js
Created September 10, 2018 21:41 — forked from GarryOne/insta_login_check.js
Puppeteer Instagram Credentials/Login Verification
// start the node server by doing: `node insta_login_check.js`
const puppeteer = require('puppeteer');
const delay = require('delay');
const user = {
username: 'user@test.com',
password: 'passw0rd',
};