loditzz / simple-scraper

0 stars 0 forks source link

Atualizar o readme #2

Open loditzz opened 6 months ago

loditzz commented 6 months ago

Simple Scraper

Simple Scraper is a lightweight Node.js application designed to scrape content from Wikipedia's page on "Data scraping" using Puppeteer.

Table of Contents

Installation

To install Simple Scraper, follow these steps:

  1. Clone this repository to your local machine:

    git clone https://github.com/your-username/simple-scraper.git
  2. Navigate to the project directory:

    cd simple-scraper
  3. Install dependencies using npm:

    npm install

Usage

After installing Simple Scraper, you can use it to scrape Wikipedia's page on "Data scraping" by running the following command:

node scraper.js

This command will launch Puppeteer, navigate to the Wikipedia page, extract the content text, and display it in the console.

Contributing

Contributions to Simple Scraper are welcome! If you'd like to contribute to the project, please follow these steps:

  1. Fork the repository on GitHub.
  2. Create a new branch from the main branch.
  3. Make your changes and commit them to your branch.
  4. Push your changes to your fork.
  5. Submit a pull request to the main branch of the original repository.

Please ensure that your contributions adhere to the project's coding standards and guidelines.