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.
- Runs
desktop
searches on firefox - Runs
mobile
searches on chrome mobile emulation
- Microsoft Edge searches (once released for linux ~2020)
- Install Homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
- Install Node, Yarn & Docker
brew install node yarn;
brew cask install docker;
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
Setup docker container
yarn docker:setup
Run the script in docker
yarn docker:start
yarn docker:setup
yarn docker:start
yarn docker:prune
yarn install
yarn start