https://github.com/rafaelgoulartb/web-scrapping
🕷 Web scrap made with Node.js and Puppeteer
https://github.com/rafaelgoulartb/web-scrapping
nodejs puppeteer web-scraping
Last synced: 8 days ago
JSON representation
🕷 Web scrap made with Node.js and Puppeteer
- Host: GitHub
- URL: https://github.com/rafaelgoulartb/web-scrapping
- Owner: RafaelGoulartB
- License: mit
- Created: 2020-11-17T11:31:52.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-19T12:11:58.000Z (over 4 years ago)
- Last Synced: 2025-04-29T09:57:14.092Z (8 days ago)
- Topics: nodejs, puppeteer, web-scraping
- Language: JavaScript
- Homepage:
- Size: 17.6 KB
- Stars: 3
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Web Scrapping made with Node.js
> Web scrap made with Node.js and Puppeteer
# :pushpin: Table of Contents
* [Technologies](#computer-technologies)
* [Features](#rocket-features)
* [How to run](#construction_worker-how-to-run)
* [Found a bug? Missing a specific feature?](#bug-issues)
* [Contributing](#tada-contributing)
* [License](#closed_book-license)# :computer: Technologies
This project was made using the follow technologies:* [Node.js](https://nodejs.org/en/)
* [Puppeteer](https://github.com/puppeteer/puppeteer/)# :rocket: Features
- Extract images from my website.
# :construction_worker: How to run
### Rename env file
Rename `.env.local-exemple` to `.env.local`
### Install Dependencies
```bash
yarn install
```
### Run Aplication
```bash
yarn start
```# :bug: Issues
Feel free to **file a new issue** with a respective title and description on the the [Web Scrapping](https://github.com/RafaelGoulartB/web-scrapping/issues) repository. If you already found a solution to your problem, **i would love to review your pull request**!
# :tada: Contributing
First of all, thank you for being interested in helping out, your time is always appreciated in every way. :100:Here's some tips:
* Check the [issues page](https://github.com/RafaelGoulartB/web-scrapping/issues) for already opened issues (or maybe even closed ones) that might already address your question/bug/feature request.
* Feature requests are welcomed! Provide some details on why it would be helpful for you and others, explain how you're using bull-board and if possible even some screenshots if you are willing to mock something!Check out the [contributing](./CONTRIBUTING.md) page to see the best places to file issues, start discussions and begin contributing.
# :closed_book: License
Released in 2020.
This project is under the [MIT license](./LICENSE).Made with love by [RafaelGoulartB](https://github.com/RafaelGoulartB) 🚀