Google’s Bard touts its ability to utilize Google Search as an additional and always evolving dataset to help craft responses. In this post, I will push Bard to deliver the most recent information it can. Let’s start with an easy one: Let’s try to be a bit more specific with our question. This question was … Read More “How Recent Is Google Bard’s Dataset?” »
This post demonstrates how to obtain the value of a cookie that Google uses for authentication into its user services. Specifically, the cookie named “__Secure-1PSID” is used to check if a user has logged into their Google account before allowing access to various Google services. In another post, we created a temporary cookie using Selenium … Read More “How To Get Google User Authentication Cookie Value” »
In this post, I will show you how to create a simple script using Python and Selenium to automate inputs and outputs from Google’s Bard. This assumes you have been given access to Bard. If not, you may sign up for the waiting list here: [provide helpful link] Prerequisites Downloading ChromeDriver First, we must download … Read More “How To Automate Google’s Bard AI” »