From 352695a771948ec334f5323632c1bd81e5bf2516 Mon Sep 17 00:00:00 2001 From: cdemeyer-teachx Date: Thu, 14 Aug 2025 11:26:13 +0900 Subject: [PATCH] prompt description --- Prompts/2-pokeAPI-scraper | 1 + 1 file changed, 1 insertion(+) create mode 100644 Prompts/2-pokeAPI-scraper diff --git a/Prompts/2-pokeAPI-scraper b/Prompts/2-pokeAPI-scraper new file mode 100644 index 0000000..ccabf3c --- /dev/null +++ b/Prompts/2-pokeAPI-scraper @@ -0,0 +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