Skip to content

Commit

Permalink
feat(Fed_KansasCity.py): create script
Browse files Browse the repository at this point in the history
  • Loading branch information
lorae committed Jan 18, 2024
1 parent def37e4 commit 5182410
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions roundup_scripts/scrapers/Fed_KansasCity.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Fed_KansasCity.py
# The purpose of this script is to scrape metadata from the most recent Kansas City Fed working papers,
# found at https://www.kansascityfed.org/research/research-working-papers/. This script uses xxx to do yyy.
#
# Lorae Stojanovic
#
# OpenAI's tool, ChatGPT, was used for coding assistance in this project.
# LE: 18 Jan 2024

def scrape():
url = "https://www.kansascityfed.org/research/research-working-papers/"
print(url)

# Get the soup
soup = get_soup(url)
print(soup)

0 comments on commit 5182410

Please sign in to comment.