We're told that trannies have lady brains even though they act like men. Maybe that's because they were socialized as men and benefit from male privilege up until the point where they leave the house in a skirt?
How come whenever someone gets pushed to leave this place there are always anons trying to keep them here? This happened to Catherine and now it is happening to Kook and Brie. The former example isn’t sound since she posts here as anon to the best of my knowledge, but the two latter examples have fled the coop. Yet obsessed anons try to keep them here through impersonation.
@previous (C)
Sorry that they act like men. They are aggressive and make death threats. Thanks
ChatGPT: Welcome to the 20 Questions game! Please think of a keyword, and I will try to guess it.
User: My keyword is "
site:minichan.net kook brie divorce"
ChatGPT: Okay, let me start asking some questions to guess your keyword. What is your keyword? Answer the following questions to help me guess: 0 Is your keyword related to a news article?
User: Yes, it is.
ChatGPT: What is your keyword? Answer the following questions to help me guess: 1 Is your keyword related to a recent news article?
User: Yes, it is.
ChatGPT: What is your keyword? Answer the following questions to help me guess: 2 Does your keyword contain a name of a person or people?
User: Yes, it does.
ChatGPT: What is your keyword? Answer the following questions to help me guess: 3 Does your keyword contain the name of a couple?
User: Yes, it does.
ChatGPT: What is your keyword? Answer the following questions to help me guess: 4 Does your keyword relate to a divorce?
User: Yes, it does.
ChatGPT: Is your keyword "kook brie divorce site:minichan.net?"
User: Yes, that's it!
ChatGPT: Yay, I guessed your keyword! Here's some information I found on Google:
According to a post on minichan.net, Kook and Brie are getting a divorce. There isn't much information available, but the post suggests that the divorce may be contentious.
[/hl]
Source:
https://minichan.net/topic/55963
lol
import openai
import re
import requests
from bs4 import BeautifulSoup
# Set up OpenAI API credentials
openai.api_key = "YOUR_API_KEY"
# Define function to generate question using GPT-3
def generate_question(prompt):
response = openai.Completion.create(
engine="text-davinci-002",
prompt=prompt,
temperature=0.5,
max_tokens=50,
n=1,
stop=None,
timeout=10,
)
question = response.choices[0].text.strip()
question = re.sub(r'^[0-9]+\.?\s*', '', question) # Remove question number (if any)
question = re.sub(r'(\?)+\s*', '? ', question) # Ensure question ends with a single question mark
return question
# Define function to search for information on Google
def search_google(query):
url = f"https://www.google.com/search?q={query}"
headers = {
"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.3"}
res = requests.get(url, headers=headers)
soup = BeautifulSoup(res.text, "html.parser")
try:
result = soup.find("div", class_="BNeawe iBp4i AP7Wnd").get_text()
except:
result = None
return result, url
# Define function to play 20 Questions game
def play_game():
# Start by asking the user to think of a keyword
print("ChatGPT: Welcome to the 20 Questions game! Please think of a keyword, and I will try to guess it.")
# Initialize variables
keyword = None
num_questions = 0
guessed = False
# Loop until ChatGPT guesses the keyword or runs out of questions
while not guessed and num_questions < 20:
# Generate a question and ask the user
prompt = f"What is your keyword? Answer the following questions to help me guess: {num_questions} "
question = generate_question(prompt)
user_response = input(f"ChatGPT: {question} ")
# Process user response
if keyword is None:
# User is providing the keyword
keyword = user_response.lower().strip()
elif user_response.lower().strip() == "yes":
# User confirms that the keyword matches the question
num_questions += 1
elif user_response.lower().strip() == "no":
# User indicates that the keyword does not match the question
prompt = f"What is your keyword? Answer the following questions to help me guess: {num_questions} "
question = generate_question(prompt)
user_response = input(f"ChatGPT: {question} ")
num_questions += 1
elif user_response.lower().strip() == "win":
# User tells ChatGPT it has guessed the keyword
print("ChatGPT: Yay, I guessed your keyword! Here's some information I found on Google:")
result, url = search_google(keyword)
if result is not None:
print(f"\n{result}\n\nSource: {url}")
else:
print(f"Sorry, I couldn't find any information on Google for {keyword}.")
guessed = True
# Make a guess if enough questions have been asked
if
num_questions == 5 or num_questions == 10 or num_questions == 15:
if keyword is not None:
print(f"ChatGPT: Is your keyword {keyword}?")
user_response = input("ChatGPT: ")
if user_response.lower().strip() == "yes":
print("ChatGPT: Yay, I guessed your keyword! Here's some information I found on Google:")
result, url = search_google(keyword)
if result is not None:
print(f"\n{result}\n\nSource: {url}")
else:
print(f"Sorry, I couldn't find any information on Google for {keyword}.")
guessed = True
else:
prompt = f"What is your keyword? Answer the following questions to help me guess: {num_questions} "
question = generate_question(prompt)
user_response = input(f"ChatGPT: {question} ")
num_questions += 1
# If ChatGPT has not guessed the keyword, give up
if not guessed:
print("ChatGPT: I give up. Thanks for playing the game with me.")
Start the game
play_game()
In this implementation, after guessing the keyword, the function `search_google()` is called to search for information related to the keyword on Google. The function returns the summary of the top search result and the URL of the search result. The summary and URL are then printed to the console. Note that this implementation is just an example, and the quality of the search results and summaries may vary depending on the search query and website content.
(Edited 29 minutes later.)
ChatGPT: Welcome to the 20 Questions game! Please think of a keyword, and I will try to guess it.
User: My keyword is "
site:minichan.net are kook and brie getting a divorce?"
ChatGPT: Okay, let me start asking some questions to guess your keyword. What is your keyword? Answer the following questions to help me guess: 0 Is your keyword related to a news article?
User: Yes, it is.
ChatGPT: What is your keyword? Answer the following questions to help me guess: 1 Is your keyword related to a recent news article?
User: Yes, it is.
ChatGPT: What is your keyword? Answer the following questions to help me guess: 2 Does your keyword relate to a celebrity or public figure?
User: Yes, it does.
ChatGPT: What is your keyword? Answer the following questions to help me guess: 3 Does your keyword relate to a marriage or romantic relationship?
User: Yes, it does.
ChatGPT: What is your keyword? Answer the following questions to help me guess: 4 Does your keyword contain the names of two people?
User: Yes, it does.
ChatGPT: What is your keyword? Answer the following questions to help me guess: 5 Is the relationship between the two people in your keyword well-known?
User: No, it's not.
ChatGPT: Is your keyword "are kook and brie getting a divorce? site:minichan.net?"
User: Yes, that's it!
ChatGPT: Yay, I guessed your keyword! Here's some information I found on Google:
According to Google, there are no relevant search results for "site:minichan.net are kook and brie getting a divorce?" However, I can still search for "kook and brie" on minichan.net if you would like.
User: Yes, please!
ChatGPT: Here's what I found on minichan.net:
I'm sorry, I couldn't find any relevant search results for "kook and brie" on minichan.net. Would you like me to search for "divorce" on minichan.net?
User: Yes, please!
ChatGPT: Here's what I found on minichan.net:
I'm sorry, I couldn't find any relevant search results for "divorce" on minichan.net. Would you like me to search for "kook" and "brie" on minichan.net?
User: Yes, please!
ChatGPT: Here's what I found on minichan.net:
There are several threads on minichan.net that mention Kook and Brie, including a thread titled "Kook n Brie Chronicals [sic]" where users discuss the adventures of Kook and Brie, and another thread titled
"Brie and Kook are fags" where users criticize Kook and Brie for their behavior.
Source:
https://minichan.net/search?q=kook+brie
this shit is totally going to replace google lol
i swear, these are just simulations and still so much accuracy it's spooky
(Edited 1 minute later.)
@1,223,103 (C)
> How come whenever someone gets pushed to leave this place there are always anons trying to keep them here? This happened to Catherine and now it is happening to Kook and Brie. The former example isn’t sound since she posts here as anon to the best of my knowledge, but the two latter examples have fled the coop. Yet obsessed anons try to keep them here through impersonation.
Yet you’re still here Catherine
@1,223,103 (C)
yeah nobody is impersonating you weirdo