Skip to content

ZhymabekRoman/bing-bot-reward-puppeteer

Repository files navigation

Bing reward collector bot in Puppeteer

Capabilities:

  • Perform searches
  • Collect rewards

Usage:

  1. Install all dependencies
  2. Open a browser with a enabled remote devtool protocol:
chromium --remote-debugging-port=9222  --remote-allow-origins="*"
  1. Open in a browser http://localhost:9222/json/version page and find webSocketDebuggerUrl property value
  2. Execute crawl.js script with node crawl.js and paste webSocketDebuggerUrl value into the script
  3. Done!

To use this bot with Chromium based browser in Android please execute adb forward tcp:9222 localabstract:chrome_devtools_remote instead of first step. That command will forward Chromium devtool protocol connection from your Android device to PC.

To use Puppeteer in Android inside Termux, execute export PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=1 command before installing

Bot tested in:

  • Chromium, Arch Linux
  • Kiwi, Android

About

Bing reward collector bot using Puppeteer

Resources

Stars

Watchers

Forks