skill-news


Nameskill-news JSON
Version 0.0.3 PyPI version JSON
download
home_pagehttps://github.com/OpenVoiceOS/skill-ovos-news
Summarymycroft/ovos news skill plugin
upload_time2023-03-08 23:55:02
maintainer
docs_urlNone
authorJarbasAi
requires_python
licenseApache-2.0
keywords ovos skill plugin
VCS
bugtrack_url
requirements beautifulsoup4 pytz feedparser ovos-utils ovos-bus-client ovos-workshop
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # <img src='./res/icon/news.png' card_color='#40DBB0' width='50' height='50' style='vertical-align:bottom'/> News Streams

News Streams catalog

## About 

News streams from around the globe

![](gui.png)
![](gui2.png)
![](gui3.png)

PRs adding new feeds welcome, especially for unsupported languages

Supported stations include:

- [EN-US] AP - Associated Press Hourly Radio News
- [EN-US] Fox News
- [EN-US] NPR News Now
- [EN-US] PBS NewsHour
- [EN-US] GPB - Georgia Public Broadcasting
- [EN-GB] BBC News
- [EN-CA] CBC News
- [ES-ES] RNE Radio Nacional de España
- [PT-PT] TSF Rádio Notícias
- [NL] VRT Nieuws
- [DE] Ö3 Nachrichten
- [DE] DLF
- [DE] WDR
- [FI] YLE
- [SV] Ekot


### Classic Core Installation

If you are using this skill with mycroft classic core, you have to [disable the official skill](https://mycroft-ai.gitbook.io/docs/skill-development/faq#how-do-i-disable-a-skill) because they are incompatible

To play https streams properly you also need to install vlc

```bash
sudo apt-get install vlc
```

and make it the default it in your .conf

```json
  "Audio": {
    "backends": {
      "local": {
        "active": false
      },
      "vlc": {
        "active": true
      }
    },
    "default-backend": "vlc"
  },
```

## Examples 

* "play the news"
* "play npr news"
* "play euronews"
* "play catalan news"
* "play portuguese news"
* "play news in spanish"


## Credits 
- JarbasAl

## Category
**Information**

## Tags
#news



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/OpenVoiceOS/skill-ovos-news",
    "name": "skill-news",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "ovos skill plugin",
    "author": "JarbasAi",
    "author_email": "jarbasai@mailfence.com",
    "download_url": "",
    "platform": null,
    "description": "# <img src='./res/icon/news.png' card_color='#40DBB0' width='50' height='50' style='vertical-align:bottom'/> News Streams\n\nNews Streams catalog\n\n## About \n\nNews streams from around the globe\n\n![](gui.png)\n![](gui2.png)\n![](gui3.png)\n\nPRs adding new feeds welcome, especially for unsupported languages\n\nSupported stations include:\n\n- [EN-US] AP - Associated Press Hourly Radio News\n- [EN-US] Fox News\n- [EN-US] NPR News Now\n- [EN-US] PBS NewsHour\n- [EN-US] GPB - Georgia Public Broadcasting\n- [EN-GB] BBC News\n- [EN-CA] CBC News\n- [ES-ES] RNE Radio Nacional de Espa\u00f1a\n- [PT-PT] TSF R\u00e1dio Not\u00edcias\n- [NL] VRT Nieuws\n- [DE] \u00d63 Nachrichten\n- [DE] DLF\n- [DE] WDR\n- [FI] YLE\n- [SV] Ekot\n\n\n### Classic Core Installation\n\nIf you are using this skill with mycroft classic core, you have to [disable the official skill](https://mycroft-ai.gitbook.io/docs/skill-development/faq#how-do-i-disable-a-skill) because they are incompatible\n\nTo play https streams properly you also need to install vlc\n\n```bash\nsudo apt-get install vlc\n```\n\nand make it the default it in your .conf\n\n```json\n  \"Audio\": {\n    \"backends\": {\n      \"local\": {\n        \"active\": false\n      },\n      \"vlc\": {\n        \"active\": true\n      }\n    },\n    \"default-backend\": \"vlc\"\n  },\n```\n\n## Examples \n\n* \"play the news\"\n* \"play npr news\"\n* \"play euronews\"\n* \"play catalan news\"\n* \"play portuguese news\"\n* \"play news in spanish\"\n\n\n## Credits \n- JarbasAl\n\n## Category\n**Information**\n\n## Tags\n#news\n\n\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "mycroft/ovos news skill plugin",
    "version": "0.0.3",
    "project_urls": {
        "Homepage": "https://github.com/OpenVoiceOS/skill-ovos-news"
    },
    "split_keywords": [
        "ovos",
        "skill",
        "plugin"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "39f6b6431f4d4c69854bb14e8efb155f6e26d1c5e6f653f0bd722925181fe10b",
                "md5": "ec5d35be4ccdd1746c76bb4f864c9ef0",
                "sha256": "b8b6186982a991bd8123e165630c49021ce5a12dd41cd922c25be7995091d2cb"
            },
            "downloads": -1,
            "filename": "skill_news-0.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ec5d35be4ccdd1746c76bb4f864c9ef0",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 1536868,
            "upload_time": "2023-03-08T23:55:02",
            "upload_time_iso_8601": "2023-03-08T23:55:02.951613Z",
            "url": "https://files.pythonhosted.org/packages/39/f6/b6431f4d4c69854bb14e8efb155f6e26d1c5e6f653f0bd722925181fe10b/skill_news-0.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-03-08 23:55:02",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "OpenVoiceOS",
    "github_project": "skill-ovos-news",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "beautifulsoup4",
            "specs": []
        },
        {
            "name": "pytz",
            "specs": []
        },
        {
            "name": "feedparser",
            "specs": [
                [
                    "~=",
                    "6.0"
                ]
            ]
        },
        {
            "name": "ovos-utils",
            "specs": [
                [
                    ">=",
                    "0.1.0a7"
                ]
            ]
        },
        {
            "name": "ovos-bus-client",
            "specs": [
                [
                    ">=",
                    "0.0.9a1"
                ]
            ]
        },
        {
            "name": "ovos-workshop",
            "specs": [
                [
                    ">=",
                    "0.0.16a3"
                ]
            ]
        }
    ],
    "lcname": "skill-news"
}
        
Elapsed time: 0.26734s