{"id":13776556,"url":"https://github.com/snipsco/snips-skill-fakeweather","last_synced_at":"2025-07-16T12:44:29.402Z","repository":{"id":57468958,"uuid":"97947808","full_name":"snipsco/snips-skill-fakeweather","owner":"snipsco","description":"Fake weather forecasts for Snips","archived":false,"fork":false,"pushed_at":"2018-03-23T13:33:28.000Z","size":20,"stargazers_count":3,"open_issues_count":0,"forks_count":4,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-25T20:03:08.698Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/snipsco.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-07-21T13:00:04.000Z","updated_at":"2018-06-08T21:29:11.000Z","dependencies_parsed_at":"2022-09-19T09:30:25.182Z","dependency_job_id":null,"html_url":"https://github.com/snipsco/snips-skill-fakeweather","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/snipsco%2Fsnips-skill-fakeweather","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/snipsco%2Fsnips-skill-fakeweather/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/snipsco%2Fsnips-skill-fakeweather/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/snipsco%2Fsnips-skill-fakeweather/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/snipsco","download_url":"https://codeload.github.com/snipsco/snips-skill-fakeweather/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253551598,"owners_count":21926321,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-03T18:00:28.857Z","updated_at":"2025-05-11T10:31:06.171Z","avatar_url":"https://github.com/snipsco.png","language":"Python","funding_links":[],"categories":["Apps"],"sub_categories":["Informational"],"readme":"# Fake Weather Forecasts skill for Snips\n\n[![Build Status](https://travis-ci.org/snipsco/snips-skill-fakeweather.svg)](https://travis-ci.org/snipsco/snips-skill-fakeweather)\n[![PyPi](https://img.shields.io/pypi/v/snipsfakeweather.svg)](https://pypi.python.org/pypi/snipsfakeweather)\n[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/snipsco/snips-skill-fakeweather/master/LICENSE.txt)\n\nWe got fake news. Now let's get fake weather forecasts. This skill generates phrases with random weather forecasts for a given time and location, and is mainly for demo purposes.\n\n## Usage\n\n### Snips Skills Manager\n\nIt is recommended that you use this skill with the [Snips Skills Manager](https://github.com/snipsco/snipsskills). Simply add the following section to your [Snipsfile](https://github.com/snipsco/snipsskills/wiki/The-Snipsfile):\n\n```yaml\nskills:\n  - pip: snipsfakeweather\n    package_name: snipsfakeweather\n    class_name: SnipsFakeWeather\n    requires_tts: True\n```\n\n\n### Standalone\n\nIf you do not wish to use the skill via the Snips Manager, the skill is on [PyPI](https://pypi.python.org/pypi/snipsfakeweather), so you can just install it with [pip](http://www.pip-installer.org):\n\n```sh\n$ pip install snipsfakeweather\n```\n\nYou may now import it into your Python project:\n\n```python\n\nfrom snipsfakeweather.snipsfakeweather import SnipsFakeWeather\n\nweather = SnipsFakeWeather() \nweather.speak_forecast(\"Paris,fr\")\n```\n\n## Contributing\n\nPlease see the [Contribution Guidelines](https://github.com/snipsco/snips-skill-fakeweather/blob/master/CONTRIBUTING.md).\n\n## Copyright\n\nThis skill is provided by [Snips](https://www.snips.ai) as Open Source software. See [LICENSE.txt](https://github.com/snipsco/snips-skill-fakeweather/blob/master/LICENSE.txt) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsnipsco%2Fsnips-skill-fakeweather","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsnipsco%2Fsnips-skill-fakeweather","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsnipsco%2Fsnips-skill-fakeweather/lists"}