Skip to content

ahmed-ellaban/Inscrape

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Inscrape

Inscrape is a powerful and efficient tool for scraping detailed data from Instagram and Facebook accounts using Python and Selenium. This tool allows you to extract various data points from social media profiles to analyze, store, or utilize for various purposes.

Table of Contents

Features

  • Scrape detailed data from Instagram accounts
  • Scrape detailed data from Facebook accounts
  • Save the scraped data in a structured format (txt file)
  • Highly customizable scraping parameters
  • Easy to use and extend

Installation

To get started with Inscrape, clone the repository and install the required dependencies:

git clone https://github.com/amr12345a/Inscrape
cd inscrape

Usage

To use Inscrape, you need to have Selenium WebDriver installed and configured. You can download the WebDriver for your preferred browser (e.g., ChromeDriver for Google Chrome) and make sure it is in your system's PATH.

Dependencies

Inscrape requires the following Python packages:

  • selenium
  • requests

You can install the dependencies using pip:

pip install selenium requests json

Contributing

Contributions are welcome! Please open an issue or submit a pull request with your improvements.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%