Commit e28ae0f0 authored by Adam Blank's avatar Adam Blank
Browse files

Add new file

parent de3f40bf
No related merge requests found
Showing with 8 additions and 0 deletions
+8 -0
import requests
URL = "https://caltech.instructure.com/feeds/announcements/enrollment_KbFgxC4Zix6uHnRuyab5nyenuz66dmPOaZnqXd5U.atom"
response = requests.get(URL)
text = response.text
lines = text.split("\n")
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment