forked from MycroftAI/skill-npr-news
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathskill.json
53 lines (53 loc) · 1.84 KB
/
skill.json
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
{
"title": "Latest news",
"url": "https://github.com/NeonGeckoCom/skill-news",
"summary": "Listen to the latest news report from your favorite broadcast",
"short_description": "Listen to the latest news report from your favorite broadcast",
"description": "Play the latest news from an RSS audio feed. Your device location will be used to provide a local feed from your country if available. Otherwise, the National Public Radio (NPR) Hourly News will be used. You can also choose your own default or add a custom audio feed at: [home.mycroft.ai](https://home.mycroft.ai/#/skill). Supported stations include: - Associated Press (AP) Hourly Radio News - [AU] ABC News Australia - [BE] VRT Nieuws - [CA] CBC News - [DE] DLF - [DE] WDR - [FI] YLE - [SE] Ekot - [UK] BBC News - [US] Fox News - [US] NPR News Now - [US] PBS NewsHour",
"examples": [
"play the news",
"play the bbc news",
"tell me the news",
"what's the news?",
"restart news"
],
"desktopFile": false,
"warning": "",
"systemDeps": false,
"requirements": {
"python": [
"beautifulsoup4==4.9.0",
"feedparser~=6.0.0",
"neon-utils>=0.6,<2.0.0"
],
"system": {},
"skill": []
},
"incompatible_skills": [],
"platforms": [
"i386",
"x86_64",
"ia64",
"arm64",
"arm"
],
"branch": "master",
"license": "BSD-3-Clause",
"icon": "https://raw.githack.com/FortAwesome/Font-Awesome/master/svgs/solid/newspaper.svg",
"category": "Daily",
"categories": [
"Daily",
"Information"
],
"tags": [
"news",
"headlines"
],
"credits": [
"Mycroft AI",
"NeonDaniel"
],
"skillname": "skill-news",
"authorname": "NeonGeckoCom",
"foldername": null
}