Spaces:
Running
Running
Update rss_feeds.py
Browse files- rss_feeds.py +81 -81
rss_feeds.py
CHANGED
@@ -39,90 +39,90 @@ RSS_FEEDS = [
|
|
39 |
"https://seekingalpha.com/feed.xml", # Seeking Alpha - Stock Analysis
|
40 |
"https://www.barrons.com/rss.xml", # Barron's - Market News
|
41 |
"https://www.yahoofinance.com/news/rss", # Yahoo Finance - Stocks & Markets
|
42 |
-
|
43 |
# Federal Government
|
44 |
-
"https://www.whitehouse.gov/feed/", # White House News
|
45 |
-
"https://www.state.gov/rss-feeds/", # U.S. Department of State
|
46 |
-
"https://www.commerce.gov/feeds/rss", # U.S. Department of Commerce
|
47 |
-
"https://www.transportation.gov/feeds/rss", # U.S. Department of Transportation
|
48 |
-
"https://www.ed.gov/rss/", # U.S. Department of Education
|
49 |
-
"https://www.dol.gov/newsroom/rss-feeds", # U.S. Department of Labor
|
50 |
-
"https://www.justice.gov/feeds/opa", # U.S. Department of Justice
|
51 |
-
"https://www.federalreserve.gov/feeds/", # Federal Reserve Board
|
52 |
-
"https://www.occ.gov/rss-feeds.html", # Office of the Comptroller of the Currency
|
53 |
-
"https://www.sec.gov/news/sec-rss-feeds.htm", # SEC News
|
54 |
-
"https://www.bls.gov/rss/", # U.S. Bureau of Labor Statistics
|
55 |
-
"https://www.usda.gov/rss/", # U.S. Department of Agriculture
|
56 |
-
"https://www.gao.gov/rss/", # Government Accountability Office
|
57 |
-
"https://www.cbo.gov/rss/", # Congressional Budget Office
|
58 |
-
"https://www.fema.gov/rss/", # Federal Emergency Management Agency
|
59 |
-
"https://www.defense.gov/Newsroom/RSS/", # U.S. Department of Defense
|
60 |
-
"https://www.hhs.gov/rss/", # U.S. Department of Health & Human Services
|
61 |
-
"https://www.energy.gov/rss/", # U.S. Department of Energy
|
62 |
-
"https://www.interior.gov/rss", # U.S. Department of the Interior
|
63 |
-
|
64 |
# Weather
|
65 |
-
"https://www.weather.gov/rss/", # National Weather Service
|
66 |
#"https://www.metoffice.gov.uk/weather/warnings-and-advice/uk-warnings/rss", # UK Met Office
|
67 |
-
"https://www.accuweather.com/rss", # AccuWeather
|
68 |
-
"https://www.weatherunderground.com/rss", # Weather Underground
|
69 |
-
"https://www.noaa.gov/rss", # NOAA News & Weather
|
70 |
-
"https://www.wunderground.com/weather/rss/", # Weather Underground Forecasts
|
71 |
-
"https://www.climate.gov/rss", # NOAA Climate.gov
|
72 |
-
"https://www.ecmwf.int/rss", # European Centre for Medium-Range Weather Forecasts
|
73 |
-
"https://www.bom.gov.au/rss/feeds.xml", # Australian Bureau of Meteorology
|
74 |
-
|
75 |
# Data & Statistics
|
76 |
-
"https://data.worldbank.org/rss", # World Bank Data
|
77 |
-
"https://www.imf.org/external/np/weblogs/rss.aspx", # IMF Blog & Data
|
78 |
-
"https://www.un.org/en/rss-feed", # United Nations News & Data
|
79 |
-
"https://www.oecd.org/rss/", # OECD Data & Publications
|
80 |
-
"https://www.statista.com/rss/", # Statista Data Insights
|
81 |
-
"https://www.kff.org/rss/", # Kaiser Family Foundation Health Data
|
82 |
-
"https://www.who.int/rss.xml", # World Health Organization News & Data
|
83 |
-
"https://www.cdc.gov/rss/", # CDC Data & Alerts
|
84 |
-
"https://www.bea.gov/rss/", # U.S. Bureau of Economic Analysis
|
85 |
-
"https://www.census.gov/rss/", # U.S. Census Bureau
|
86 |
-
"https://www.fdic.gov/rss/", # FDIC Data & News
|
87 |
-
|
88 |
# Existing Categories (Expanded)
|
89 |
-
"https://www.nasa.gov/rss/dyn/breaking_news.rss", # Space
|
90 |
-
"https://www.sciencedaily.com/rss/top/science.xml", # Science
|
91 |
-
"https://www.wired.com/feed/rss", # Tech
|
92 |
-
"https://www.horoscope.com/us/horoscopes/general/rss/horoscope-rss.aspx", # Astrology
|
93 |
-
"http://rss.cnn.com/rss/cnn_allpolitics.rss", # Politics
|
94 |
-
"https://phys.org/rss-feed/physics-news/", # Physics
|
95 |
-
"https://www.spaceweatherlive.com/en/news/rss", # Solar & Space
|
96 |
-
"https://weather.com/feeds/rss", # Earth Weather
|
97 |
-
"https://feeds.bbci.co.uk/news/politics/rss.xml", # Politics
|
98 |
-
"https://www.reuters.com/arc/outboundfeeds/newsletter-politics/?outputType=xml", # Politics
|
99 |
-
"https://www.politico.com/rss/politics.xml", # Politics
|
100 |
-
"https://thehill.com/feed/", # Politics
|
101 |
-
"https://www.aps.org/publications/apsnews/updates/rss.cfm", # Physics
|
102 |
-
"https://www.quantamagazine.org/feed/", # Science
|
103 |
-
"https://www.sciencedaily.com/rss/matter_energy/physics.xml", # Physics
|
104 |
-
"https://physicsworld.com/feed/", # Physics
|
105 |
-
"https://www.swpc.noaa.gov/rss.xml", # Solar & Space
|
106 |
-
"https://feeds.bbci.co.uk/weather/feeds/rss/5day/world/", # Earth Weather
|
107 |
-
"https://www.weather.gov/rss", # Earth Weather
|
108 |
-
"https://www.foxweather.com/rss", # Earth Weather
|
109 |
-
"https://techcrunch.com/feed/", # Tech
|
110 |
-
"https://arstechnica.com/feed/", # Tech
|
111 |
-
"https://gizmodo.com/rss", # Tech
|
112 |
-
"https://www.theverge.com/rss/index.xml", # Tech
|
113 |
-
"https://www.space.com/feeds/all", # Space
|
114 |
-
"https://www.universetoday.com/feed/", # Space
|
115 |
-
"https://skyandtelescope.org/feed/", # Space
|
116 |
-
"https://www.esa.int/rss", # Space
|
117 |
-
"https://www.smithsonianmag.com/rss/", # Science
|
118 |
-
"https://www.popsci.com/rss.xml", # Science
|
119 |
-
"https://www.discovermagazine.com/rss", # Science
|
120 |
-
"https://www.atlasobscura.com/feeds/latest", # Science
|
121 |
-
"https://www.nature.com/nature.rss", # Science
|
122 |
-
"https://www.scientificamerican.com/rss/", # Science
|
123 |
-
"https://www.newscientist.com/feed/home/", # Science
|
124 |
-
"https://www.livescience.com/feeds/all", # Science
|
125 |
-
"https://astrostyle.com/feed/", # Astrology
|
126 |
-
"https://www.vogue.com/feed/rss", # Lifestyle
|
127 |
-
|
128 |
]
|
|
|
39 |
"https://seekingalpha.com/feed.xml", # Seeking Alpha - Stock Analysis
|
40 |
"https://www.barrons.com/rss.xml", # Barron's - Market News
|
41 |
"https://www.yahoofinance.com/news/rss", # Yahoo Finance - Stocks & Markets
|
42 |
+
|
43 |
# Federal Government
|
44 |
+
#"https://www.whitehouse.gov/feed/", # White House News
|
45 |
+
#"https://www.state.gov/rss-feeds/", # U.S. Department of State
|
46 |
+
#"https://www.commerce.gov/feeds/rss", # U.S. Department of Commerce
|
47 |
+
#"https://www.transportation.gov/feeds/rss", # U.S. Department of Transportation
|
48 |
+
#"https://www.ed.gov/rss/", # U.S. Department of Education
|
49 |
+
#"https://www.dol.gov/newsroom/rss-feeds", # U.S. Department of Labor
|
50 |
+
#"https://www.justice.gov/feeds/opa", # U.S. Department of Justice
|
51 |
+
#"https://www.federalreserve.gov/feeds/", # Federal Reserve Board
|
52 |
+
#"https://www.occ.gov/rss-feeds.html", # Office of the Comptroller of the Currency
|
53 |
+
#"https://www.sec.gov/news/sec-rss-feeds.htm", # SEC News
|
54 |
+
#"https://www.bls.gov/rss/", # U.S. Bureau of Labor Statistics
|
55 |
+
#"https://www.usda.gov/rss/", # U.S. Department of Agriculture
|
56 |
+
#"https://www.gao.gov/rss/", # Government Accountability Office
|
57 |
+
#"https://www.cbo.gov/rss/", # Congressional Budget Office
|
58 |
+
#"https://www.fema.gov/rss/", # Federal Emergency Management Agency
|
59 |
+
#"https://www.defense.gov/Newsroom/RSS/", # U.S. Department of Defense
|
60 |
+
#"https://www.hhs.gov/rss/", # U.S. Department of Health & Human Services
|
61 |
+
#"https://www.energy.gov/rss/", # U.S. Department of Energy
|
62 |
+
#"https://www.interior.gov/rss", # U.S. Department of the Interior
|
63 |
+
|
64 |
# Weather
|
65 |
+
#"https://www.weather.gov/rss/", # National Weather Service
|
66 |
#"https://www.metoffice.gov.uk/weather/warnings-and-advice/uk-warnings/rss", # UK Met Office
|
67 |
+
#"https://www.accuweather.com/rss", # AccuWeather
|
68 |
+
#"https://www.weatherunderground.com/rss", # Weather Underground
|
69 |
+
#"https://www.noaa.gov/rss", # NOAA News & Weather
|
70 |
+
#"https://www.wunderground.com/weather/rss/", # Weather Underground Forecasts
|
71 |
+
#"https://www.climate.gov/rss", # NOAA Climate.gov
|
72 |
+
#"https://www.ecmwf.int/rss", # European Centre for Medium-Range Weather Forecasts
|
73 |
+
#"https://www.bom.gov.au/rss/feeds.xml", # Australian Bureau of Meteorology
|
74 |
+
|
75 |
# Data & Statistics
|
76 |
+
#"https://data.worldbank.org/rss", # World Bank Data
|
77 |
+
#"https://www.imf.org/external/np/weblogs/rss.aspx", # IMF Blog & Data
|
78 |
+
#"https://www.un.org/en/rss-feed", # United Nations News & Data
|
79 |
+
#"https://www.oecd.org/rss/", # OECD Data & Publications
|
80 |
+
#"https://www.statista.com/rss/", # Statista Data Insights
|
81 |
+
#"https://www.kff.org/rss/", # Kaiser Family Foundation Health Data
|
82 |
+
#"https://www.who.int/rss.xml", # World Health Organization News & Data
|
83 |
+
#"https://www.cdc.gov/rss/", # CDC Data & Alerts
|
84 |
+
#"https://www.bea.gov/rss/", # U.S. Bureau of Economic Analysis
|
85 |
+
#"https://www.census.gov/rss/", # U.S. Census Bureau
|
86 |
+
#"https://www.fdic.gov/rss/", # FDIC Data & News
|
87 |
+
|
88 |
# Existing Categories (Expanded)
|
89 |
+
#"https://www.nasa.gov/rss/dyn/breaking_news.rss", # Space
|
90 |
+
#"https://www.sciencedaily.com/rss/top/science.xml", # Science
|
91 |
+
#"https://www.wired.com/feed/rss", # Tech
|
92 |
+
#"https://www.horoscope.com/us/horoscopes/general/rss/horoscope-rss.aspx", # Astrology
|
93 |
+
#"http://rss.cnn.com/rss/cnn_allpolitics.rss", # Politics
|
94 |
+
#"https://phys.org/rss-feed/physics-news/", # Physics
|
95 |
+
#"https://www.spaceweatherlive.com/en/news/rss", # Solar & Space
|
96 |
+
#"https://weather.com/feeds/rss", # Earth Weather
|
97 |
+
#"https://feeds.bbci.co.uk/news/politics/rss.xml", # Politics
|
98 |
+
#"https://www.reuters.com/arc/outboundfeeds/newsletter-politics/?outputType=xml", # Politics
|
99 |
+
#"https://www.politico.com/rss/politics.xml", # Politics
|
100 |
+
#"https://thehill.com/feed/", # Politics
|
101 |
+
#"https://www.aps.org/publications/apsnews/updates/rss.cfm", # Physics
|
102 |
+
#"https://www.quantamagazine.org/feed/", # Science
|
103 |
+
#"https://www.sciencedaily.com/rss/matter_energy/physics.xml", # Physics
|
104 |
+
#"https://physicsworld.com/feed/", # Physics
|
105 |
+
#"https://www.swpc.noaa.gov/rss.xml", # Solar & Space
|
106 |
+
#"https://feeds.bbci.co.uk/weather/feeds/rss/5day/world/", # Earth Weather
|
107 |
+
#"https://www.weather.gov/rss", # Earth Weather
|
108 |
+
#"https://www.foxweather.com/rss", # Earth Weather
|
109 |
+
#"https://techcrunch.com/feed/", # Tech
|
110 |
+
#"https://arstechnica.com/feed/", # Tech
|
111 |
+
#"https://gizmodo.com/rss", # Tech
|
112 |
+
#"https://www.theverge.com/rss/index.xml", # Tech
|
113 |
+
#"https://www.space.com/feeds/all", # Space
|
114 |
+
#"https://www.universetoday.com/feed/", # Space
|
115 |
+
#"https://skyandtelescope.org/feed/", # Space
|
116 |
+
#"https://www.esa.int/rss", # Space
|
117 |
+
#"https://www.smithsonianmag.com/rss/", # Science
|
118 |
+
#"https://www.popsci.com/rss.xml", # Science
|
119 |
+
#"https://www.discovermagazine.com/rss", # Science
|
120 |
+
#"https://www.atlasobscura.com/feeds/latest", # Science
|
121 |
+
#"https://www.nature.com/nature.rss", # Science
|
122 |
+
#"https://www.scientificamerican.com/rss/", # Science
|
123 |
+
#"https://www.newscientist.com/feed/home/", # Science
|
124 |
+
#"https://www.livescience.com/feeds/all", # Science
|
125 |
+
#"https://astrostyle.com/feed/", # Astrology
|
126 |
+
#"https://www.vogue.com/feed/rss", # Lifestyle
|
127 |
+
|
128 |
]
|