harmindersinghnijjar / quora-qa-automation

This repository hosts a tool that automates answering questions on Quora using OpenAI's GPT-3. It identifies unanswered questions in specified topics, formulates answers with GPT-3, and posts them on Quora.
20 stars 16 forks source link

Feature to login using a txt file #8

Open Mr-Nobody1 opened 1 year ago

Mr-Nobody1 commented 1 year ago

If the script could check if user is logged in. if not, login through txt file and also logout after answering 10 questions in a day

harmindersinghnijjar commented 1 year ago

The way I have the script set up now, it should always open Google Chrome using an existing user data directory. This is to avoid any anti-bot measures Quora may have.

When the script instantiates Google Chrome, are you already logged into Quora?