This project script uses Selenium to interact with Bing and retrieve the lifetime of cookies set by the website.
Follow these steps to set up the project on your local machine:
- Python: Version 3.7 or higher.
- Google Chrome Browser: Ensure it's installed and up-to-date.
- Matching ChromeDriver:
- Download the appropriate ChromeDriver for your Chrome version from ChromeDriver Downloads.
- Place the
chromedriverexecutable in thechromedriver/folder of this repository.
Clone this repository to your local machine.
- Create a virtual environment:
python -m venv venv
- Activate the virtual environment:
- On Windows:
venv\Scripts\activate
- On Windows:
Install the required Python packages using the requirements.txt file:
pip install -r requirements.txtRun the script to retrieve and display cookie lifetime details:
python get_cookie_lifetime.pyThis project is licensed under the MIT License.