Yet another Instagram like bot for doing likes only for newsfeed
Here is a simple python script allowing doing likes for your newsfeed. Works with selenium driver and simulates real user behaviour via web browser. It doesn't use any direct Instagram API (official and unofficial). Compatible with Linux, Mac, Windows.
How to use:
- Install Python3
- Install selenium python library: pip install selenium
- Install Chrome browser and corresponding Chromedriver (Chromedriver should be added to PATH)
- Edit hello.py with your Instagram account details and run it.