Automate the Same Daily Instagram Post With Node/Express in 10 Minutes

Поделиться
HTML-код
  • Опубликовано: 11 дек 2024

Комментарии • 21

  • @MochilasWayuuBags
    @MochilasWayuuBags 3 года назад

    Commenting for the youtube algo, great content, cant wait for more

    • @AviMamenko
      @AviMamenko  3 года назад

      Thanks for your support!

  • @athulss2197
    @athulss2197 Год назад

    Thank you for the tutorial.... Is there any way to "Archive & Unarchive " media posts.

  • @UmarHamza
    @UmarHamza 3 года назад

    Im 1 minute into the video and laughing my belly off 🤣

  • @BoboskyYTTM
    @BoboskyYTTM 2 года назад

    is it a must to have the photo uploaded to instagram saved in local? Would it be possible to use a web image link?

    • @jatin8829
      @jatin8829 Год назад

      Of course mate! Instead of posting link of local image you can enter link to external image

  • @Raheem-ry3ze
    @Raheem-ry3ze Год назад

    is there a way to do this for Facebook ?

  • @vmailtk5
    @vmailtk5 2 года назад

    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?

  • @rogercolque
    @rogercolque 3 года назад

    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

    • @AviMamenko
      @AviMamenko  3 года назад

      Thanks! In order to compile TypeScript files to JavaScript, just run the command “tsc” in the terminal.

  • @sh44ko58
    @sh44ko58 Год назад

    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 ?

  • @MoodyOmar
    @MoodyOmar 3 года назад

    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.

  • @jesse8606
    @jesse8606 2 года назад

    Amazing content, thnx

  • @gagaoqphs2052
    @gagaoqphs2052 2 года назад

    i need help

  • @muhammadrezamarvi5744
    @muhammadrezamarvi5744 3 года назад

    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

    • @AviMamenko
      @AviMamenko  3 года назад +1

      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.

    • @muhammadrezamarvi5744
      @muhammadrezamarvi5744 3 года назад

      @@AviMamenko thank you a lot , Thank you for answering me

  • @aguyoninternet9883
    @aguyoninternet9883 3 года назад

    Hey! I am the first, remember me?

    • @AviMamenko
      @AviMamenko  3 года назад

      Of course, thanks for your support!

  • @aidThompsin
    @aidThompsin 2 года назад

    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)
    `