diff --git a/V6.py b/V6.py index 3dedf25..c8e1f09 100755 --- a/V6.py +++ b/V6.py @@ -420,6 +420,11 @@ def explore_on_bing(activity: str, config: Config): ] chosen = random.sample(currencies, k=2) search_bing(f"convertir {random.randint(2, 120)} {chosen[0]} en {chosen[1]}") + elif "weather" in activity: + search_bing(f"météo {['Paris', 'Nice', 'Marseille', 'Bordeaux', 'Lyon'][randint(0, 4)]}") + elif "packagetracking" in activity: + driver.get("https://www.bing.com/?setmkt=en-US&setlang=en-US") + search_bing(f"{['fedex', 'UPS', '']} package tracking") elif "hotel" in activity: search_bing(f" {['Paris', 'Nice', 'Marseille', 'Bordeaux', 'Lyon'][randint(0, 4)]}") elif "health" in activity: diff --git a/version b/version index 790346f..9ba6beb 100644 --- a/version +++ b/version @@ -1 +1 @@ -v6.8.56 +v6.8.61