Giter Club home page Giter Club logo

scrappy_100's Introduction

🌐Website Data Scraper - 100

📖Description

This script scrapes data from a list of websites and extracts the following information:

  • Social Media Links
  • Tech Stack (MVC, CMS, JS type, etc.)
  • Meta Title
  • Meta Description
  • Payment Gateways (e.g., PayPal, Stripe, Razorpay)
  • Website Language
  • Category of Website

The extracted data is stored in a MySQL database. Moreover, 1.cvs is the exported data of MySQL database.

⚙️Requirements

  • Python 3.x
  • requests library
  • beautifulsoup4 library
  • lxml library
  • mysql-connector-python library
  • python-Wappalyzer library

🔍Setup Instructions

  1. Clone the repository.
    git clone https://github.com/smileagain6698/scrappy_100.git
  2. Create the virtual environment:
    python -m venv venv
    venv\Scripts\activate
  3. Install the required Python libraries:
    pip install requests beautifulsoup4 lxml mysql-connector-python python-Wappalyzer
  4. Set-up your MySQL database
  5. Add extensions to your vscode - SQLTools database management && SQLTools MySQL/MariaDB/TiDB Driver
  6. Open SQLTools, select MySQL database and update Connection Settings with similar to the settings.json file and as per your database. image image *(select MySQL) image (password is your MySQL database password) image
  7. Test your connection and Save Connection.
  8. Run in terminal
    python main.py ```

image

  1. To open your database table, click on the plus icon in SQLTools image

scrappy_100's People

Contributors

smileagain6698 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.