Skip to content

Bot that searches random words on bing everyday

Notifications You must be signed in to change notification settings

avarona/bing_bot

Repository files navigation

Bing Bot

This bot completes automatic searches from a list of random words on the bing search engine. You can set up a cron job to run this on a daily schedule.

What it does

  • Runs desktop searches on firefox
  • Runs mobile searches on chrome mobile emulation

Coming soon:

  • Microsoft Edge searches (once released for linux ~2020)

Run it locally

Install prerequisites (macOS):

  1. Install Homebrew
  /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
  1. Install Node, Yarn & Docker
  brew install node yarn;
  brew cask install docker;

Step 1:

Clone the repo

  git clone [email protected]:avarona/bing_bot.git
  cd bing_bot

Note: replace {email} & {password} below with your credentials

  echo "E={email}\nP={password}" > .env

Step 2:

Setup docker container

  yarn docker:setup

Step 3:

Run the script in docker

  yarn docker:start

List of available scripts

Docker

yarn docker:setup
yarn docker:start
yarn docker:prune

Local

yarn install
yarn start

About

Bot that searches random words on bing everyday

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published