Skip to content

Ayyoubzadeh/ClaudeAI-automation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

SeleniumGPT

Automatic ClaudeAI data extraction using selenium without email or api key.
This Python script uses the Selenium library to automate interactions with the Claude.ai website. It then imports several modules from Selenium, including the Chrome driver, options, keys, and wait. The script defines several functions that interact with the Claude.ai website, including functions to log in, enter text, click buttons, and extract data. The script also defines a function to generate a temporary email address using the Temp Mail website. The script repeatedly calls the extractDataFromCaludeAI function with a prompt until it returns a valid response. If the function returns an error, the script restarts the Chrome driver and logs in again.

Setup

  1. Install Python 😃
  2. Copy ChromeDriver to scripts folder
  3. Install selenium
pip install selenium
  1. Change sample prompt
prompt='please answer 2+17'

Run

Run py file. 😉

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages