Giter Club home page Giter Club logo

web-scrapping's Introduction

Insta Web Scrapper

Welcome to the EmailInstaCheck project.

If you like my work and want to support it the best way is by adding a star to this project (top of the page). :)

Docker installation

  • If you haven’t already downloaded the installer (Docker Desktop Installer.exe), you can get it from Docker Hub.. It typically downloads to your Downloads folder, or you can run it from the recent downloads bar at the bottom of your web browser.

  • When prompted, ensure the Enable Hyper-V Windows Features option is selected on the Configuration page.

  • Follow the instructions on the installation wizard to authorize the installer and proceed with the install.

  • When the installation is successful, click Close to complete the installation process.

  • Start Docker by cliking on the icon. When the whale icon in the status bar stays steady, Docker Desktop is up-and-running, and is accessible from any terminal window.

  • To check that the install has been made correctly, open the terminal by using ⌘R and enter:

docker --version

Usage

  • Download this project with de Clone or Download button on the right top.

  • Unzip the folder and open the start_insta_scraping.py file. Change the name of the variables if need to : IT IS IMPORTANT THAT THE FILES STAY IN THIS FOLDER

# NAME OF THE XLSX FILE
name_file = "Liste_mails_retargeting.xlsx"
# NAME OF THE COLUMN WHERE THE EMAILS ARE (IN THE XLSX FILE)
name_column_mail = "Mail"
  • Unzip the folder and start a terminal window IN this folder (very important). Build the Docker image by entering the following command:
docker build -t mail_scrapper .
  • Once the build is finished, run it with this command:
docker run -it -w /usr/workspace -v $(pwd):/usr/workspace mail_scrapper

Contributing

Any bugs you find please consider sending them.

Used libraries

web-scrapping's People

Contributors

basileroth75 avatar

Stargazers

xtechnology avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.