From b0717a41d14d0f48506376206d947076e365aab2 Mon Sep 17 00:00:00 2001 From: cdemeyer-teachx Date: Thu, 14 Aug 2025 12:08:06 +0900 Subject: [PATCH] updated prompt --- Prompts/2-pokeAPI-scraper | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Prompts/2-pokeAPI-scraper b/Prompts/2-pokeAPI-scraper index ccabf3c..38df96b 100644 --- a/Prompts/2-pokeAPI-scraper +++ b/Prompts/2-pokeAPI-scraper @@ -1 +1 @@ -This repo will regularly have to get data from pokeAPI. I want to use the pokebase==1.4.1 as a python package. Can you write a tool that automatically downloads all necessary pokemon information for battling for each generation. \ No newline at end of file +This repo will regularly have to get data from pokeAPI. I want to use the pokebase==1.4.1 as a python package. Can you write a tool that automatically downloads all necessary pokemon information for battling. Make it possible to only download small segments of the data. Test it by downloading small sections and not the entire database. \ No newline at end of file