T-Wong / SearchBot

Gets Bing Rewards points automatically without any user interaction..

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SearchBot

SearchBot is a simple script with GUI that automates the earning of points for Bing Rewards.

Features

  • Allows for up to 5 accounts at a time (not Facebook accounts)
  • A ~25,000 search list that contains many commonly searched for (contains NSFW language)
  • Uses PhantomJS and Seleneium to drive a hidden browser to earn points
  • Go to this project [here] (https://github.com/T-Wong/SearchList/tree/master) if you want to have a large list of millions of search terms that I have compiled
  • Encrypts and saves login information on local machine
  • Detects how many points needed for both mobile searching and desktop searching
  • Earns the "Earn and Explore" points
  • Variable search delay that can be changed in the code, default is 10-30 seconds
  • Searches for web, images, and videos for desktop searching (image and video searches don't register for points on mobile for some reason)
  • Emulates an iPhone to obtain mobile searches

Requirements

  • Java 1.7 or 7 JRE

Installation

  1. Download SearchBot.jar in the master branch or click [here] (https://github.com/T-Wong/SearchBot/raw/master/SearchBot.jar).
  2. Run the downloaded file.
  3. Done.

Usage

  1. Input your account information for your Bing Rewards accounts.
  2. Click "Save" if you want to save that enrypted information on your local computer.
  3. Click "Start" in order to start earning points.
  4. Once the "Start" button becomes usable again, it means that it has finished.

or you can compile it yourself if you don't trust my pre-compiled version.

License

The MIT License (MIT)

Copyright (c) 2014 Tyler Wong

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Gets Bing Rewards points automatically without any user interaction..

License:MIT License


Languages

Language:Java 100.0%