Is instagram-web-api safe? Can anything in the code steal your credentials? Is the Meta ToS safe?, I supposed this wil get around the 25 daily post limit?
Hi nice project. how to test it in local host ? there is some command that compile from .ts to js? because want to update index and index.js no is updating
const loginFunction = async () => { console.log("Logging in...") await client.login().then(() => { console.log("Login success !") instagramPostFunction() }).catch((err) => { console.log("Login failed !") connsole.log(err) }) } loginFunction() im getting twice the message Logging in..., but after that nothing happens, i dont even get an error or success message, the hell did i do wrong ?
Are you referring to Instagram’s two-factor authentication? If so, check out my other video “Automating Instagram Posts with Node.js, Express, and Contentful” around the 21:48 mark, I show how to deal with that.
Absolutly love this vid style and props for being such a solid, clear communicator with it all too. *BUT* i am getting big problems logging in. Something to do with getAllCookies() `Error: getAllCookies is not implemented (therefore jar cannot be serialized) `
Commenting for the youtube algo, great content, cant wait for more
Thanks for your support!
Thank you for the tutorial.... Is there any way to "Archive & Unarchive " media posts.
Im 1 minute into the video and laughing my belly off 🤣
is it a must to have the photo uploaded to instagram saved in local? Would it be possible to use a web image link?
Of course mate! Instead of posting link of local image you can enter link to external image
is there a way to do this for Facebook ?
Is instagram-web-api safe? Can anything in the code steal your credentials? Is the Meta ToS safe?, I supposed this wil get around the 25 daily post limit?
Hi nice project.
how to test it in local host ?
there is some command that compile from .ts to js? because want to update index and index.js no is updating
Thanks! In order to compile TypeScript files to JavaScript, just run the command “tsc” in the terminal.
const loginFunction = async () => {
console.log("Logging in...")
await client.login().then(() => {
console.log("Login success !")
instagramPostFunction()
}).catch((err) => {
console.log("Login failed !")
connsole.log(err)
})
}
loginFunction()
im getting twice the message Logging in..., but after that nothing happens, i dont even get an error or success message, the hell did i do wrong ?
cool content dude! you should have way more subscribers and views! , not that you are far from that.
keep up the grind you are doing great.
Amazing content, thnx
i need help
it was so good , but there is a problem ,and the problem is two authentications. most of accounts the 2 authentication is on and we can't login
Are you referring to Instagram’s two-factor authentication? If so, check out my other video “Automating Instagram Posts with Node.js, Express, and Contentful” around the 21:48 mark, I show how to deal with that.
@@AviMamenko thank you a lot , Thank you for answering me
Hey! I am the first, remember me?
Of course, thanks for your support!
Absolutly love this vid style and props for being such a solid, clear communicator with it all too.
*BUT* i am getting big problems logging in. Something to do with getAllCookies() `Error: getAllCookies is not implemented (therefore jar cannot be serialized)
`