Skip to content

SoCloseSociety/BOT-Instagram_Scrapping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Scrapping Instagram Profiles

Here is the Python code to scrap Instagram Profiles.

Libraries Used

  • Selenium
  • BeautifulSoup
  • Pandas
  • numpy
  • pyperclip
  • csv

How to Use

Before using this code, you need to first make sure that you have all the necessary libraries installed on your system. You can do this using pip by running the following commands:

pip install selenium
pip install beautifulsoup4
pip install pandas
pip install numpy
pip install pyperclip

Also make sure to have the appropriate Chrome driver installed for your version of Chrome. You can do this using the Webdriver Chrome driver manager by running the following command:

pip install webdriver-manager

Once you have installed all the necessary libraries and Chrome driver, you can run the script using the following command:

python instagram_scraper.py

Disclaimer

This script is provided for informational purposes only. You are solely responsible for the use of this script and any consequences that may result. By using this script, you agree to hold its author and any other parties involved in its creation or distribution, harmless for any damages or losses you may incur through the use of this script.

About

Here is the Python code to scrap Instagram Profiles.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages