This is an automated Selenium based Web Scrapping Bot.
1. Login to Instagram
2. Get the datetime of the recent post
3. Open the Messages
4. Validate the member is from OWASP
5. Validate if the person has shared the post
6. Logs the members name in the file
- Selenium
pip install selenium
- Download the according to Browser's Version
- Set the instagram credentials in
credentials.py
.
user_name = "" # INSTAGRAM USERNAME
password = "" # INSTAGRAM PASSWORD
- Add the members instagram handle in the list in
names.py
Increase the sleep time there. Mainly the error could arise due to slower internet speed.
Do not attempt to login into same instagram account too frequently. Instagram may either IP ban you or temporarily ban you from logging in from any device.
Enjoy😜 !!!