Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/odanieldcs/bot-webscraper
Código fonte do web scraper
https://github.com/odanieldcs/bot-webscraper
cheerio crawler request scraper spider tutorial
Last synced: about 2 months ago
JSON representation
Código fonte do web scraper
- Host: GitHub
- URL: https://github.com/odanieldcs/bot-webscraper
- Owner: odanieldcs
- License: mit
- Created: 2018-09-07T17:20:11.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-11-27T03:16:28.000Z (about 4 years ago)
- Last Synced: 2024-04-14T21:10:55.354Z (10 months ago)
- Topics: cheerio, crawler, request, scraper, spider, tutorial
- Language: JavaScript
- Homepage: https://www.danieldcs.com.br/construindo-um-web-scraping-em-nodejs
- Size: 5.86 KB
- Stars: 10
- Watchers: 3
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Web Scraper
Esse código faz parte do tutorial Construindo um web scraping em Node.js:
URL: https://danieldcs.com/construindo-um-web-scraping-em-nodejs/
### Começando
Para instalar clone o repositorio, instale as dependêcias, crie uma base mysql, execute o script sql e adicione a primeira url de busca.
```shell
$ git clone https://github.com/danielcsrs/bot-webscraper
$ cd bot-webscraper; npm install
$ npm start
```Qualquer duvida comente no blog ou abra issue nesse repositório. Caso queira colaborar, fique a vontade em fazer um pull request. :)