A simple script to inspect instagram profile page. For now it has only one example to get follower count from profile page.
- A quickstart script with updated dependecies to start scraping Instagram ⭐
- Install Python 3.11.1 or Later
- Use container or virtual environment and then install requirements in it.
- Install chromewebdriver
- Update the path of chromedriver present on your system in start_driver method of Driver class in main.py
- Change the target instagram username form config.py
- Run command (From root directory): $ python main.py
Give a ⭐️ if this project helped you!