- Write here
- Write here
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"""Get your "Saved Stories" articles from Apple News | |
Thanks to Dave Bullock (https://github.com/eecue) who's idea this was and who wrote the extract_info_from_apple_news function | |
This script requires the following modules be pip installed: | |
* bs4 | |
* requests | |
Save this script to a file called news.py and run it with Python 3.9 or later |