-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathfeeds.json
More file actions
94 lines (94 loc) · 2.24 KB
/
feeds.json
File metadata and controls
94 lines (94 loc) · 2.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"feeds": [
{
"category": "Technology",
"name": "Tech Crunch",
"url": "https://techcrunch.com/rss"
},
{
"category": "Technology",
"name": "Wired",
"url": "https://www.wired.com/feed"
},
{
"category": "Technology",
"name": "The Verge",
"url": "https://www.theverge.com/rss/index.xml"
},
{
"category": "Artificial Intelligence",
"name": "AI News",
"url": "https://ainews.com/rss"
},
{
"category": "Artificial Intelligence",
"name": "DeepMind Blog",
"url": "https://deepmind.com/blog/feed/basic/"
},
{
"category": "Artificial Intelligence",
"name": "OpenAI Blog",
"url": "https://openai.com/blog/rss"
},
{
"category": "Sports",
"name": "ESPN",
"url": "https://www.espn.com/espn/rss/news"
},
{
"category": "Sports",
"name": "Sky Sports",
"url": "https://www.skysports.com/rss/12040"
},
{
"category": "News",
"name": "Reuters",
"url": "https://www.reutersagency.com/feed/"
},
{
"category": "News",
"name": "BBC News",
"url": "http://feeds.bbci.co.uk/news/rss.xml"
},
{
"category": "Science",
"name": "Nature",
"url": "https://www.nature.com/nature.rss"
},
{
"category": "Science",
"name": "Scientific American",
"url": "https://www.scientificamerican.com/rss/feed/"
},
{
"category": "Business",
"name": "Financial Times",
"url": "https://www.ft.com/rss/home"
},
{
"category": "Business",
"name": "Bloomberg",
"url": "https://www.bloomberg.com/feeds/sitemap_news.xml"
},
{
"category": "Entertainment",
"name": "Variety",
"url": "https://variety.com/feed/"
},
{
"category": "Entertainment",
"name": "Hollywood Reporter",
"url": "https://www.hollywoodreporter.com/feed"
},
{
"category": "Health",
"name": "WebMD",
"url": "https://rssfeeds.webmd.com/rss/rss.aspx?RSSSource=RSS_PUBLIC"
},
{
"category": "Health",
"name": "Medical News Today",
"url": "https://www.medicalnewstoday.com/newsfeeds/rss/medical_news_today.xml"
}
]
}