Using Melissa's Bluesky API key, we will be loading 500 posts
For readers who are not familiar with web development, it would have been useful to be provided with an explanation of what an API is. It is clear that my knowledge of API's was rudimentary at the time of completing this assignment because the API is what allows users to scrape the social media data, and the data would subsequenlty be processed and displayed using a dataframe. Scraping and processing are two entirely separate steps, so saying that the API key "loads' posts, is fundamentally incorrect and would confuse those attemping to recreate my steps.
Key point: Rudimentary understanding of tools