This project calculates the "degrees of separation" between Instagram users, showing the distance of followers between two users. It uses the Instagrapi API to access Instagram's data and Selenium to visually demonstrate the path taken through user profiles.
- Calculate Degrees of Separation: Find out how many degrees of separation there are between two Instagram users.
- Visual Path Display: Use Selenium to show the real-time path taken between users.
- Python: Python 3.7+ installed.
- ChromeDriver: Download the appropriate ChromeDriver from https://googlechromelabs.github.io/chrome-for-testing/#stable.