DEV Community

Tharinda Dilshan Piyadasa
Tharinda Dilshan Piyadasa

Posted on

Instagram bot implemented in python 3.7 using selenium web driver

I implemented a simple Instagram bot that,

  1. Find users who don't follow you back.
  2. Bulk liker to get attention and more followers.
  3. Find users that follow you, but you don't follow back(fans)

Check my GitHub repo to see the implementation details. The setup guide is available in the README file.

What are your thoughts on this? Any other functionalities that I should implement?

Latest comments (2)

Collapse
 
chrisgreening profile image
Chris Greening

Hey man!!! I'll definitely be checking your work out, shameless self promo but you should check out my Instagram scraping lib instascrape, it doesn't have any selenium or similar dynamic functionality but you might still find some use in it.

Cheers!

Collapse
 
tharindadilshan profile image
Tharinda Dilshan Piyadasa

This looks epic bro 🔥
Thank you so much for mentioning this I was looking for a tool like this.