ai-dungeon-scraper
This is an interactive python script to scrape AI Dungeon and place the prompt response pairs in the ai-dungeon Dolt repository. The goal is to create an open dataset of prompt response pairs. If you have a paid membership to AI Dungeon and set the mode to Dragon, you will get GPT-3 responses.
Installation.
- Clone this repository.
- Install the dependencies
- Install Dolt
- pip3 install selenium
- pip3 install doltpy
- Install the chromedriver in the directory where the scraper lives.
Use
Run the scraper and pass in the --email and --password used to log in to AI Dungeon. Enter prompts and view responses. Once you exit, the script will clone the AI Dungeon Dolt repository and insert the new information. It is up to you whether to commit or not.