1.0.48 • Published 4 years ago

bgc-crawler-sidekick v1.0.48

Weekly downloads
212
License
ISC
Repository
bitbucket
Last release
4 years ago

BGC Crawler Sidekick

This repository contains some utilities to be used with captcha and crawlers components.

Install

npm install bgc-crawler-sidekick

Captcha Components

  • Function to get the base64 from image captchas. import { getImageBase64 } from "bgc-crawler-sidekick"

  • Function to get image captcha response. import { getImageCaptchaResponse } from "bgc-crawler-sidekick"

  • Recaptcha helper import { recaptcha } from "bgc-crawler-sidekick"

  • Asking for refund import { askRefund } from "bgc-crawler-sidekick"

Crawler Components

Crawler helper

  • Inside this class you can find many function to help you with your crawler. import { CrawlerHelper } from "bgc-crawler-sidekick"
Functions:

Example of usage:

  const helper = new CrawlerHelper({ state, institution });
  await helper.launchBrowser(proxy);
  • _setProxyIfExists
  • _getChromeBinary
  • _saveFileOnBucket
  • _setPDFDownloadBehavior
  • _waitForPDFToDowload
  • debugBehaviour
  • launchBrowser
  • generateFolderName
  • getEvidence
  • getPDFEvidenceLink
  • interceptUndesiredRequests
  • removeInterceptUndesiredRequests
  • clickWithMouse
  • removeAccents
  • retrieveUsedIP
  • fillTextInputs
  • downloadPDF
  • readPDF
  • savePDFEvidence

Errors

  • Import: import { errors } from "bgc-crawler-sidekick"

  • Example of usage:

      throw new errors.BrowserNotLaunchedError(error);
1.0.0-dev.1

4 years ago

1.1.0-dev.1

4 years ago

1.0.50-dev

4 years ago

1.0.46-dev

4 years ago

1.0.54-dev

4 years ago

1.0.51-dev

4 years ago

1.0.53-dev

4 years ago

1.0.48-dev

4 years ago

1.0.39

4 years ago

1.0.52-dev

4 years ago

1.0.47-dev

4 years ago

1.0.40

4 years ago

1.0.44

4 years ago

1.0.43

4 years ago

1.0.42

4 years ago

1.0.41

4 years ago

1.0.48

4 years ago

1.0.47

4 years ago

1.0.45

4 years ago

1.0.49-dev

4 years ago

1.0.38

4 years ago

1.0.38-dev.2

4 years ago

1.0.38-dev.1

4 years ago

1.0.37-dev.1

4 years ago

1.0.36-dev.1

4 years ago

1.0.35-dev.1

4 years ago

1.0.34-dev.1

4 years ago

1.0.33

4 years ago

1.0.32

4 years ago

1.0.31

4 years ago

1.0.31-dev.1

4 years ago

1.0.30-dev.1

4 years ago

1.0.30

4 years ago

1.0.29

4 years ago

1.0.28

4 years ago

1.0.27

4 years ago

1.0.26

4 years ago

1.0.25

4 years ago

1.0.24

4 years ago

1.0.21

4 years ago

1.0.23

4 years ago

1.0.22

4 years ago

1.0.20

4 years ago

1.0.19

4 years ago

1.0.18

4 years ago

1.0.17

4 years ago

1.0.16

4 years ago

1.0.15

4 years ago

1.0.14

5 years ago

1.0.13

5 years ago

1.0.12

5 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago