ChamRun / InstaLikeChecker

Who didn't like my post?!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

InstaLikeChecker

Who didn't like my post?!

my third freelancing project :)

Welcome to our Instagram web crawler! With this Python-based tool, you can easily sign in to your Instagram account and see who has liked a specific post. Simply provide the post URL and the crawler will retrieve a list of all the usernames that have liked it.

This can be a useful tool for tracking engagement on your posts or for seeing who is showing support for your content. We hope you find it useful! If you have any feedback or encounter any issues while using the crawler, please don't hesitate to let us know.

How to use?

  1. Clone or download this repository.
  2. Install selenium:
pip install selenium
  1. Write your username and password in login_data.ini, and post url and and username in InstaLikeChecker.py.

    If you're using Windows and Firefox or Chrome, go to the 6th step, else:

  2. Download your favourite browser driver from:

  3. Paste driver in your project directory.

  4. Run InstaLikeChecker.py.

You can learn how to get the XPath from here.

If you're interested, maybe you would like this repository too.

About

Who didn't like my post?!


Languages

Language:Python 100.0%