Scrap-Dji / scraper /rss_sources.py
joel
Initial deployment: Scrap-Dji with API
dfdddb1
raw
history blame contribute delete
559 Bytes
FEEDS = [
# Afrique - actualités
"https://www.rfi.fr/fr/afrique/rss",
"https://www.aljazeera.com/xml/rss/all.xml", # contient Afrique, filtrage côté contenu
"https://feeds.bbci.co.uk/news/world/africa/rss.xml",
# Science générale
"https://www.nature.com/subjects/artificial-intelligence/rss",
"https://www.sciencedaily.com/rss/computers_math/artificial_intelligence.xml",
# ArXiv - math, IA
"https://export.arxiv.org/rss/cs.AI",
"https://export.arxiv.org/rss/cs.LG",
"https://export.arxiv.org/rss/math",
]