brainly-scraper-languages

Libraries that make searching on sites brainly easy.

MIT License

Stars
17
Committers
3

Bot releases are visible (Hide)

brainly-scraper-languages - v2.0.12 Latest Release

Published by hansputera over 2 years ago

Changelogs

  1. Fixed blank results using the Brainly.searchWithMT method (https://github.com/hansputera/brainly-scraper-languages/issues/16#issuecomment-1061995585)
  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

brainly-scraper-languages - v2.0.9

Published by hansputera almost 3 years ago

What's Changed

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

brainly-scraper-languages - v2.0.8

Published by hansputera almost 3 years ago

What's Changed

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