Building a simple Instagram Bot in 2020

Поделиться
HTML-код
  • Опубликовано: 10 май 2020
  • We are going to teach anyone to build a simple Instagram bot to like photos and navigate the site. You can build and grow this bot as much as you want from that point.
    Create your own strategies to gain Instagram followers with ease and without have to buy a service.
    This instabot will also be given in our Github link below please check it out.
    github.com/ClarityCoders/Inst...
  • НаукаНаука

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

  • @SanVB
    @SanVB 3 года назад +2

    This is good stuff!
    I implemented a little upgrade (or what I consider upgrade) to the code by skipping the TOP POSTS (usually have 40k or more likes and are non responsive), going straight to the MOST RECENT POSTS that is generally a more efficient practice :D

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

    Loved it! how to add following function as you browse through tags?

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

    Great tutorial! I was wondering if there is a way to do this in a headless manner? i.e. running it on a remote server so that I dont need to have chrome open on my local machine

  • @asadmelibaev5788
    @asadmelibaev5788 4 года назад +3

    bruh, finally a good tutorial. thanks a lot

    • @ClarityCoders
      @ClarityCoders  4 года назад +1

      Thanks really appreciate it! Thanks for watching.

  • @markusmatthew7044
    @markusmatthew7044 3 месяца назад

    Too smooth

  • @seleniumwizard7252
    @seleniumwizard7252 2 года назад +3

    Thank you for explaining loop iterations and lists. I struggled on the portion of looping.
    Could you explain this in a separate video for people who do this as a hobby?
    for picture in pictures:
    image_count += 1
    thank you so much - I really struggled on understanding how to loop in regards to a website. Thank you~

    • @ClarityCoders
      @ClarityCoders  2 года назад +1

      Thanks for this comment! I am actually partnering with Replit to do a full programming intro course. I think this will help a lot of people who watch my content and play around with programming. Make sure to sub and look out for it coming up.

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

      @@ClarityCoders Be sure to clarify loops and use selenium examples with elements
      You are a really smart person and I appreciate your time. Thank you for the response.
      Also subbed.

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

    Nice intro dude. keep making videos

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

    Nice

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

    Thx bro this is the only tutorial I could find that actually works

    • @o-t3016
      @o-t3016 3 года назад

      Ey man,why cant my bot log in?Does it need to be 3.8 version?

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

      should work 3.6 and above i would think.

    • @ResinChresin
      @ResinChresin 3 года назад +2

      ClarityCoders is there away you can make it like mor than 3 pics??

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

      @@ResinChresin you can't be serious

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

    thanks bro, it saved my life

  • @MsAmoooool
    @MsAmoooool 4 года назад

    I can’t thank u enough 🙏🙏🙏

    • @ClarityCoders
      @ClarityCoders  4 года назад

      No need! Glad to have you on our team.

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

    Oh my gawwwwwwd '0' dislikes...nice bro

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

    for picture in pictures:
    TypeError: 'WebElement' object is not iterable can you solve this

  • @naveenkumar-er4go
    @naveenkumar-er4go 3 года назад

    Bro, is there any useful thing we can do by creating a Instagram bot or is it just for fun?

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

      For me just for fun cause I don't really care about building an Instagram following. You could use this as a tool though to help you build up an account.

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

    Where do I go to get certified to do this type of work?

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

    So can we use this code to get more likes on our own posts

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

    Why the Cookie-Popup-Window does not popup?

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

    Where do I go to become a coder?

  • @prainiz7683
    @prainiz7683 4 года назад +2

    It gives me Module selenium cannot found it cant import from selenium ... but I already have installed selenium

    • @ClarityCoders
      @ClarityCoders  4 года назад

      Try and install again and see if you get any errors.
      pip install selenium
      Join discord and we should be able to help!
      discord.gg/KUwxBJd

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

    My bot is not working probably cuz when it opens up Chrome , it shows up ,,Accept website cookies" , any solution to that ?

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

    i m having problem with LIKE tag
    its doing unlikng but not like

  • @Jared-gy3de
    @Jared-gy3de 3 года назад

    I get to the part where it should auto like, however mine doesnt like the picture and remains the same. I looked carefully and went over the coding multiple times, but i am unable to gt it to work

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

      Do you happen to be on windows or mac/linux?

    • @Jared-gy3de
      @Jared-gy3de 3 года назад

      I downloaded yours and only changed the tags and now its not working after liking one post. I also changed the count to 16 instead of 3, please help

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

      @@Jared-gy3de they probably updated a block! Join discord I'm sure someone can help.

    • @Jared-gy3de
      @Jared-gy3de 3 года назад

      @@ClarityCoders hey, I managed to fix the error, however it only liked about 20 posts and then got blocked from liking anymore, is there a restriction of 20?

    • @Jared-gy3de
      @Jared-gy3de 3 года назад

      @@ClarityCoders also, are you going to create any videos for coding automatic comments and follows? That would be greatly appreciated

  • @S44am
    @S44am 4 года назад +1

    Need help, Timed out waiting for debugge to spawn
    Open launch.jason
    Can anyone help me ?

    • @ClarityCoders
      @ClarityCoders  4 года назад

      Feel free to join discord and ask! discord.gg/KUwxBJd

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

    ModuleNotFoundError: No module named 'selenium'
    help me please

  • @imherovirat
    @imherovirat 4 года назад

    Can you help me to complete my insta bot ? I want to scroll the following list using selenium

    • @ClarityCoders
      @ClarityCoders  4 года назад

      Sure let's chat in the discord!

    • @imherovirat
      @imherovirat 4 года назад

      @@ClarityCoders I think we are chatting ? or aren't we?

  • @Jai-sy6fo
    @Jai-sy6fo 3 года назад +1

    Can you make a whatsapp bot for checking online status and record time

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

      That would be a cool project. I haven't used whatsapp but I have a telegram bot video coming out soon.

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

    Fb will bann whose account using bot
    How u rescue from their watchdogs?

  • @manjitboro3838
    @manjitboro3838 4 года назад

    bro i dont know much about codingllll please tell me.. why browser dont pop up when i run the command

    • @ClarityCoders
      @ClarityCoders  4 года назад +1

      Make sure you have the correct web driver downloaded and installed.

    • @manjitboro3838
      @manjitboro3838 4 года назад

      ClarityCoders its the same version bro. I did exactly. Is the run without dobugging or with debugging? Im confused just

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

    Please make Instagram bot for android termux🥺

  • @Hello-ef9ws
    @Hello-ef9ws 3 года назад +3

    6:30 when I press run it says site can't be reached. I need help creating my bot what's her discord

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

      same probelm.......nothing happened, need hlep

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

    Bro is coming 'module' not callable

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

    How do I deploy it

  • @nastynate4043
    @nastynate4043 4 года назад +1

    Think you can make a follower bot

    • @ClarityCoders
      @ClarityCoders  4 года назад

      Should be pretty simple! If you want to chat more code with us join our discord. discord.gg/cAWW5qq

    • @MsAmoooool
      @MsAmoooool 4 года назад

      ClarityCoders hey im trying to join but something went wrong can u resend the invite

    • @ClarityCoders
      @ClarityCoders  4 года назад

      discord.gg/KUwxBJd If you have any trouble let me know. I am chatting in the general chat now!

    • @MsAmoooool
      @MsAmoooool 4 года назад

      ClarityCoders it worked! Thank u

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

    raise exception_class(message, screen, stacktrace)
    selenium.common.exceptions.ElementClickInterceptedException: Message: element click intercepted: Element is not clickable at point (916, 74). Other element would receive the click: ...
    (Session info: chrome=85.0.4183.121)

  • @OmniVisionElite
    @OmniVisionElite 4 года назад +1

    Anybody test this yet?