An Instagram bot with the help of python, selenium and BeautifulSoup
- Getting to instagram
- Login using user_id and password(to run notebook, just replace sample username and password with actual ones)
- Searching top handles for a keyword and get them in a list(food is used in code)
- Follow/Unfollow some handles
- Liking/Unliking a given number of posts of some handle
- Extracting list of followers of some handle(top 500 followers of two food handles are extracted for illustration)
- Checking story of some handle, usecase where there is no story of the given handle is taken care of