broadfield-dev commited on
Commit
cdaec05
·
verified ·
1 Parent(s): 1b3ff93

Create rss_feeds.py

Browse files
Files changed (1) hide show
  1. rss_feeds.py +127 -0
rss_feeds.py ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ RSS_FEEDS = [
2
+ # Academic Papers (Published Papers Across Fields)
3
+ "https://www.nature.com/nature/current_issue/rss", # Nature - High-brow science
4
+ "https://www.science.org/action/showFeed?type=etoc&feed=rss", # Science journal
5
+ "https://arxiv.org/rss/cs", # Computer Science arXiv
6
+ "https://arxiv.org/rss/physics", # Physics arXiv
7
+ "https://arxiv.org/rss/math", # Mathematics arXiv
8
+ "https://arxiv.org/rss/astro-ph", # Astrophysics arXiv
9
+ "https://arxiv.org/rss/biology", # Biology arXiv
10
+ "https://arxiv.org/rss/econ", # Economics arXiv
11
+ "https://arxiv.org/rss/stat", # Statistics arXiv
12
+ "https://arxiv.org/rss/quant-ph", # Quantum Physics arXiv
13
+ "https://www.plos.org/feed/", # PLOS (Public Library of Science) - multidisciplinary
14
+ "https://www.journals.uchicago.edu/action/showFeed?type=etoc&feed=rss&jc=pnl", # Philosophy (e.g., Philosophy of Science)
15
+ "https://www.annualreviews.org/action/showFeed?type=etoc&feed=rss&jc=anrevo", # Annual Reviews (various fields)
16
+ "https://www.jneurosci.org/rss/current.xml", # Journal of Neuroscience
17
+ "https://www.cell.com/cell/rss", # Cell Press - Biology/Medicine
18
+ "https://www.nejm.org/rss/all-articles.xml", # New England Journal of Medicine
19
+ "https://www.lancet.com/rss/lancet_current.xml", # The Lancet - Medicine
20
+
21
+ # Business
22
+ "https://www.reuters.com/arc/outboundfeeds/business-news/?outputType=rss", # Reuters Business
23
+ "https://www.bloomberg.com/feeds/rss/businessweek.xml", # Bloomberg Businessweek
24
+ "https://www.ft.com/rss/home", # Financial Times
25
+ "https://www.marketwatch.com/rss/topstories", # MarketWatch Business & Finance
26
+ "https://www.cnbc.com/id/100003114/device/rss/rss.html", # CNBC Business News
27
+ "https://www.foxbusiness.com/rss", # Fox Business
28
+ "https://www.wsj.com/xml/rss/3_7085.xml", # Wall Street Journal - Business & Finance
29
+ "https://www.bworldonline.com/feed/", # BusinessWorld Online (Philippines)
30
+ "https://www.economist.com/business/rss.xml", # The Economist - Business
31
+ "https://www.forbes.com/business/feed/", # Forbes Business
32
+
33
+ # Stocks & Markets
34
+ "https://www.investing.com/rss/news_25.rss", # Investing.com Stocks & Markets
35
+ "https://www.cnbc.com/id/100727362/device/rss/rss.html", # CNBC Market Data
36
+ "https://www.marketwatch.com/rss/marketpulse", # MarketWatch Market News
37
+ "https://www.fool.co.uk/feed/", # Motley Fool UK - Stock Investing
38
+ "https://www.zacks.com/rss/zc.xml", # Zacks Investment Research
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
+ ]