inky-doodle
inky-doodle copied to clipboard
Interactive application with pedigree chart, paginated search features, and automated Instagram posts for Inky Doodle characters
When upload photo, it stuck on this code ``` const res = await this.request.post("/accounts/login/ajax/", { resolveWithFullResponse: true, form: { username, enc_password: createEncPassword(password) }, }); ```
This is my code: ``` const express = require('express'); const app = express(); const port = process.env.PORT || 4000; const Instagram = require('instagram-web-api'); require('dotenv').config(); const client = new Instagram({ username:...
I’m having trouble with a reading split with async and await I downloaded the Instagram api from npm