1.0.48 • Published 3 years ago

bgc-crawler-sidekick v1.0.48

Weekly downloads
212
License
ISC
Repository
bitbucket
Last release
3 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

3 years ago

1.1.0-dev.1

3 years ago

1.0.50-dev

3 years ago

1.0.46-dev

3 years ago

1.0.54-dev

3 years ago

1.0.51-dev

3 years ago

1.0.53-dev

3 years ago

1.0.48-dev

3 years ago

1.0.39

3 years ago

1.0.52-dev

3 years ago

1.0.47-dev

3 years ago

1.0.40

3 years ago

1.0.44

3 years ago

1.0.43

3 years ago

1.0.42

3 years ago

1.0.41

3 years ago

1.0.48

3 years ago

1.0.47

3 years ago

1.0.45

3 years ago

1.0.49-dev

3 years ago

1.0.38

3 years ago

1.0.38-dev.2

3 years ago

1.0.38-dev.1

3 years ago

1.0.37-dev.1

3 years ago

1.0.36-dev.1

3 years ago

1.0.35-dev.1

3 years ago

1.0.34-dev.1

3 years ago

1.0.33

3 years ago

1.0.32

3 years ago

1.0.31

3 years ago

1.0.31-dev.1

3 years ago

1.0.30-dev.1

3 years ago

1.0.30

3 years ago

1.0.29

3 years ago

1.0.28

3 years ago

1.0.27

3 years ago

1.0.26

3 years ago

1.0.25

3 years ago

1.0.24

3 years ago

1.0.21

3 years ago

1.0.23

3 years ago

1.0.22

3 years ago

1.0.20

3 years ago

1.0.19

3 years ago

1.0.18

3 years ago

1.0.17

3 years ago

1.0.16

3 years ago

1.0.15

3 years ago

1.0.14

3 years ago

1.0.13

3 years ago

1.0.12

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago