Besides from webscraping, you can also obtain data from external APIs. In this workshop, I'll making a bot that integrates with the Giphy API to send a gif with my input.
The Process
Goal: Input a keyword and output a related gif.
Since I want to send a image back to the user, I'll probably need:
send_image()
Image url returned by the API