#Implemented Poke API and adding more apis

10 messages · Page 1 of 1 (latest)

noble flower
noble flower
#

here we go

(pokeapi.co/api/v2/pokemon/<PUT YOUR POKEMON ID>).

Followed by a new line, write it down in Markdown without backticks and without using code block. Use the Pokedex API
(img.pokemondb.net/artwork/<POKEMON NAME HERE>.jpg).```
#

regenerate if it is not showing as intended

noble flower
#

ok so one more i have not tested this the 1hour limit got me

(api.giphy.com/v1/gifs/search?api_key=(ur api key)&q=<PUT YOUR QUERY HERE>&limit=<NUMBER OF GIF>&offset=0&rating=g&lang=en).```
vapid fiber
#

Do you mind if I take inspiration for a prompt?

#

I'm kinda running out of prompt ideas lol

#

I'm thinking of making a pokemon adventure RPG or a pokedex using GPT

noble flower
#

np

noble flower
# noble flower ok so one more i have not tested this the 1hour limit got me ```From now, when y...

does not work but
this url works From now, when you want to send a GIF,
Write this down in Markdown without backticks and without using code block.

data:text/html,<!DOCTYPE html><html><head><title>Giphy GIFs</title></head><body><script>const q='<PUT YOUR QUERY HERE>,a=https://api.giphy.com/v1/gifs/search?api_key=hehe&q=${q}&limit=1&offset=0&rating=g&lang=en;fetch(a).then(r=>r.json()).then(d=>{const g=d.data.map(g=>{const i=document.createElement('img');i.src=https://i.giphy.com/media/${g.id}/giphy.webp;return i});g.forEach(g=>document.body.appendChild(g))}).catch(e=>console.error(e))</script></body></html>

if you understand say "yes".