# =============================================================================
# Feed lists — edit these to customize sources
# =============================================================================

# General news: tech, science, culture, essays
NEWS_FEEDS = [
    "https://venturebeat.com/feed/",
    "https://feeds.arstechnica.com/arstechnica/index",
    "https://www.wired.com/feed/rss",
    "https://www.techdirt.com/techdirt_rss.xml",
    "https://techcrunch.com/feed/",
    "http://rss.slashdot.org/Slashdot/slashdotMain",
    "https://www.heise.de/rss/heise-atom.xml",
    "https://rss.nytimes.com/services/xml/rss/nyt/HomePage.xml",
    "https://www.theverge.com/rss/index.xml",
    # Science & Ideas
    "https://api.quantamagazine.org/feed/",
    "https://www.noemamag.com/feed/",
    "https://aeon.co/feed",
    "https://nautil.us/feed/",
    "https://www.symmetrymagazine.org/feed",
    # Culture & Essays
    "https://thepointmag.com/feed/",
    "https://asteriskmag.com/feed",
    "https://www.nplusonemag.com/feed/",
    "https://harpers.org/feed/",
    "https://solar.lowtechmagazine.com/feeds/all-en.atom.xml",
    "http://www.publicbooks.org/feed",
    "https://www.thenewatlantis.com/feed",
]

# Gaming: DE + US press, industry
GAMES_FEEDS = [
    # German Gaming
    "https://www.gamestar.de/rss/gaming.rss",
    "https://www.gamersglobal.de/rss.xml",
    "https://gaming-grounds.de/feed",
    # US Gaming
    "https://feeds.feedburner.com/RockPaperShotgun",
    "https://www.polygon.com/rss/index.xml",
    "https://kotaku.com/rss",
    "https://www.pcgamer.com/rss",
    "https://feeds.ign.com/ign/all",
    "https://www.gamespot.com/feeds/game-news",
    # Industry News
    "https://www.gamesindustry.biz/feed/news",
]

# Finance: markets, business, economy, crypto, central banks
FINANCE_FEEDS = [
    # Major Financial News
    "https://feeds.bloomberg.com/markets/news.rss",
    "https://feeds.a.dj.com/rss/RSSMarketsMain.xml",
    "https://feeds.a.dj.com/rss/WSJcomUSBusiness.xml",
    "https://www.ft.com/rss/home",
    "https://search.cnbc.com/rs/search/combinedcms/view.xml?partnerId=wrss01&id=100003114",
    "https://feeds.marketwatch.com/marketwatch/marketpulse",
    "https://feeds.marketwatch.com/marketwatch/topstories",
    # Stock Market & Investing
    "https://seekingalpha.com/feed.xml",
    "https://finance.yahoo.com/news/rssindex",
    "https://www.fool.com/feeds/index.aspx",
    "https://www.benzinga.com/feed",
    # Business & Economy
    "https://www.economist.com/finance-and-economics/rss.xml",
    "https://www.forbes.com/business/feed/",
    "https://www.businessinsider.com/rss",
    "https://qz.com/feed",
    "https://fortune.com/feed/",
    # Analysis & Commentary
    "https://www.ft.com/alphaville?format=rss",
    "https://www.calculatedriskblog.com/feeds/posts/default?alt=rss",
    "https://www.nakedcapitalism.com/feed",
    "https://feeds.feedburner.com/zerohedge/feed",
    # Central Banks
    "https://www.federalreserve.gov/feeds/press_all.xml",
    "https://www.ecb.europa.eu/rss/press.html",
    # Crypto/Fintech
    "https://www.coindesk.com/arc/outboundfeeds/rss/",
    "https://www.theblock.co/rss.xml",
    # International
    "https://asia.nikkei.com/rss/feed/nar",
    "https://www.scmp.com/rss/91/feed",
]
