Skip to content

rickscode/BingPointsBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# BingPointsBot

A simple automation script using Selenium to perform random searches on Bing and accumulate points.

Prerequisites

  • Python 3.6 or higher
  • pip (Python package manager)
  • A GitHub account

Getting Started

1. Clone the Repository

Open your terminal and run:

git clone git@github.com:rickscode/BingPointsBot.git

2. Navigate to the Project Directory

cd BingPointsBot

3. Set Up a Virtual Environment

It's recommended to use a virtual environment to manage your dependencies.

python3 -m venv venv
source venv/bin/activate  # On Windows use `venv\Scripts\activate`

4. Install Dependencies

Install the required Python packages using pip:

pip install -r requirements.txt

5. Create a .env File

Create a file named .env in the project directory to store your environment variables:

BING_EMAIL=your_email@example.com
BING_PASSWORD=your_password
BING_LOGIN_URL=your unique bing search login url 

Replace your_email@example.com and your_password with your actual Bing account credentials.

6. Run the Program

You can now run the script:

python bingpoints.py

7. Monitor Output

The program will log in to your Bing account and perform random searches, printing messages to indicate its progress.

Important Notes

  • Ensure that you have a stable internet connection.
  • If you encounter issues with the script, make sure your credentials are correct and that there are no security prompts preventing the login.

License

This project is licensed open source.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages