thoriqazzikraa / whatsapp-bot

whatsapp bot multi device (not supported for termux)
whatsapp-bot-six.vercel.app
Apache License 2.0
118 stars 206 forks source link

Bump brainly-scraper-v2 from 1.1.2 to 2.0.15 #130

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps brainly-scraper-v2 from 1.1.2 to 2.0.15.

Release notes

Sourced from brainly-scraper-v2's releases.

v2.0.12

Changelogs

  1. Fixed blank results using the Brainly.searchWithMT method (hansputera/brainly-scraper-languages#16)
  2. Change the parameters "Brainly.search", and "Brainly.searchWithMT" to (question, language, length, options) Example:
// If you want customize the request options.
brainly.search('Pythagoras', 'id', 10, {
  'headers': {
   'User-Agent': 'Your User Agent Request'
  }
});

// How about if you want use others language? brainly.search('Pythagoras', 'es');

// Or, (default language: id) brainly.search('Pythagoras');

  1. Increased search speed. Because, we store the search results in the cache file. And, if you use the Brainly.searchWithMT method, you do not need to enter the country code correctly in the constructor, because this method will make requests to all Brainly sites in the same language.

Links

Full Changelog: https://github.com/hansputera/brainly-scraper-languages/commits/v2.0.12 NPM: https://npmjs.com/package/brainly-scraper-v2

v2.0.9

What's Changed

Full Changelog: https://github.com/hansputera/brainly-scraper-languages/compare/v2.0.8...v2.0.9

v2.0.8

What's Changed

Full Changelog: https://github.com/hansputera/brainly-scraper-languages/commits/v2.0.8

Commits
Maintainer changes

This version was pushed to npm by hanifdwypoetras, a new releaser for brainly-scraper-v2 since your current version.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 1 year ago

Superseded by #155.