An Instagram scraper of follower and DM
Un simple project de webscraping. L'objectif est de récupérer un maximum de follower afin de les contacter en DM.
Ce project à était fait en moins de 2 heures pour répondre à un besoin urgent et simple lors d'une stratégie growth hacking.
Python 3.9 And Selenium
Download and replace ChromeDriver from google. Your ChromeDriver must be the same version as your Chrome browser.
Download the repo
git clone https://github.com/Liaze-v/InstaScrap.git
Then create a venv
python -m venv venv
Activate it
.venv\Scripts\activate
Dependencies
pip install bs4
pip install selenium
pip install tkinter
pip install pandas
In Insta_ScrapFollower.py AND Insta_AutoDM.py
Add your account
my_username = '' my_password = ''