{"id":16152392,"url":"https://github.com/netr0m/whiterose","last_synced_at":"2026-01-29T18:51:12.587Z","repository":{"id":88812575,"uuid":"101286803","full_name":"netr0m/whiterose","owner":"netr0m","description":"A virtual assistant written in Python, for the Raspberry Pi","archived":false,"fork":false,"pushed_at":"2017-10-18T19:02:13.000Z","size":301,"stargazers_count":0,"open_issues_count":11,"forks_count":1,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-06-09T10:06:51.375Z","etag":null,"topics":["assistant","hacktoberfest","jarvis","opensource","python","raspberry-pi","smart-assistant","virtual-assistant"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/netr0m.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-08-24T11:16:41.000Z","updated_at":"2017-10-18T17:53:47.000Z","dependencies_parsed_at":"2023-06-12T19:00:56.552Z","dependency_job_id":null,"html_url":"https://github.com/netr0m/whiterose","commit_stats":{"total_commits":71,"total_committers":1,"mean_commits":71.0,"dds":0.0,"last_synced_commit":"804b315561e798654f81a9388e1511eecf44ad5a"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/netr0m/whiterose","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netr0m%2Fwhiterose","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netr0m%2Fwhiterose/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netr0m%2Fwhiterose/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netr0m%2Fwhiterose/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/netr0m","download_url":"https://codeload.github.com/netr0m/whiterose/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netr0m%2Fwhiterose/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28882401,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-29T16:41:59.663Z","status":"ssl_error","status_checked_at":"2026-01-29T16:39:39.641Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["assistant","hacktoberfest","jarvis","opensource","python","raspberry-pi","smart-assistant","virtual-assistant"],"created_at":"2024-10-10T01:06:31.307Z","updated_at":"2026-01-29T18:51:12.542Z","avatar_url":"https://github.com/netr0m.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# whiterose :snake:\n\n[![Build Status](https://travis-ci.org/mortea15/whiterose.svg?branch=master)](https://travis-ci.org/mortea15/whiterose)\n[![AUR](https://img.shields.io/aur/license/yaourt.svg)]()\n[![Python](https://img.shields.io/badge/python-2.7-blue.svg)]()\n[![Whiterose](https://img.shields.io/badge/whiterose-v0.1-orange.svg)]()\n\nwhiterose is an open source, Raspberry Pi-powered virtual assistant. Written in :snake:Python. We'd love help of any kind, whether you'd like to contribute by submitting a bug, or have a request for a feature. You can also contribute with development, but please read the guidelines on [Contribution](#contribution) before you begin.\n\n\n## Table of contents\n- [Getting Started](#getting-started)\n- [Documentation](#documentation)\n- [Features](#features)\n- [Bugs and feature requests](#bugs-and-feature-requests)\n- [Contribution](#contribution)\n- [License](#license)\n- [Contributors](#contributors)\n\n## Getting Started\n- You will also need [Python](https://www.python.org/downloads/) for the Raspberry Pi in order to get the assistant up and running.\n- After you've cloned the repository:\n\n- To run the assistant, open a command line and type\n```sh\nsudo python whiterose.py\n```\n\n**The launcher.sh script is used to run the python script on reboot**\n\n_In order to get this working, you'll need to do the following:_\n\n```sh\n\n$ sudo crontab -e\n\n@reboot sh /home/pi/whiterose/launcher.sh \u003e/home/pi/logs/cronlog 2\u003e\u00261\n\n```\n\n## Documentation\nhttps://github.com/mortea15/whiterose/wiki\n\n## Features\nComing soon\n\n## Contribution\nWe would love your help in the development of whiterose. Please follow our guidelines on [Contribution](#contribution) on how to report bugs and request features you'd like to see, in addition to how you can contribute with development.\nBy following these guidelines, we make sure that communication is efficient and understandable, which hopefully will help us improve the project.\n\n## Bugs and feature requests\nIf you want to submit a feature request or bug, please keep this in mind:\n- Stay on topic, both regarding the request/bug itself and any discussion around it.\n- Please avoid opening issues if it involves lines of code you do not understand.\n\n### Bug reports\nDefinition of a bug:\nA bug is an error, fault or failure in the application which is caused by the sourcecode found in this repository, which results in an incorrect or unexpected result.\n\nWe appreciate feedback of any sort, and it helps us in developing a great service. Thank you!\n- Please browse the [issue tracker](https://github.com/mortea15/whiterose/issues) before you submit a bug or feature, to avoid duplicate entries.\n- Before submitting, make sure to pull the latest version to check if the bug is fixed, or feature is implemented.\n- Stick to ONE bug per issue.\n* Please use the following format when submitting:\n\n**Short description of what happened**\n\n*Description*\n\n**Expected behaviour**\n\n*Description*\n\n**Actual Behaviour**\n\n*Description*\n\n**Steps to reproduce**\n\n*Description*\n\n**Your enviroment**\n\n*Operative System, Python Version, which Raspberry Pi, and any other information of relevance*\n\n### Feature requests\nWe're open for adding new features, please keep in mind that it should be of relevance to this project.\n- Including details when submitting feature requests is essential. It makes it easier for the developers to understand the request.\n\n### Pull requests\n- Please include documentation on all code submitted\n- If a new feature is implemented, it should be explained with detail in the [Wiki](https://github.com/mortea15/whiterose/wiki)\n\n## License\n[GPL3.0](https://github.com/mortea15/whiterose/blob/master/LICENSE)\n\n## Contributors\n**Developed by:**\n- [Morten Amundsen](https://github.com/mortea15/)\n- [Svenn-Roger Sørensen](https://github.com/tjodalv2k/)\n- [Benjamin Gutierrez Børresen](https://github.com/Bunnymann/)\n- [Vegard Aven Sætre](https://github.com/SpacedAven/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetr0m%2Fwhiterose","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnetr0m%2Fwhiterose","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetr0m%2Fwhiterose/lists"}