{"id":15136216,"url":"https://github.com/synyx/rabenyx","last_synced_at":"2025-09-29T05:30:22.206Z","repository":{"id":231354406,"uuid":"781507823","full_name":"synyx/rabenyx","owner":"synyx","description":"RAumBElegung bei syNYX: An ally for the fight against the chaos of Corona organisation.","archived":true,"fork":false,"pushed_at":"2024-04-03T16:03:55.000Z","size":448,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":7,"default_branch":"main","last_synced_at":"2024-10-19T03:19:50.023Z","etag":null,"topics":["api","nextcloud","poll","python"],"latest_commit_sha":null,"homepage":"https://synyx.de/blog/die-geschichte-vom-rabenyx-teil-1-organisation","language":"Python","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/synyx.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2024-04-03T14:12:41.000Z","updated_at":"2024-04-04T08:09:05.000Z","dependencies_parsed_at":"2024-04-03T18:06:41.059Z","dependency_job_id":null,"html_url":"https://github.com/synyx/rabenyx","commit_stats":null,"previous_names":["synyx/rabenyx"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/synyx%2Frabenyx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/synyx%2Frabenyx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/synyx%2Frabenyx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/synyx%2Frabenyx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/synyx","download_url":"https://codeload.github.com/synyx/rabenyx/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234594021,"owners_count":18857416,"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":["api","nextcloud","poll","python"],"created_at":"2024-09-26T06:04:35.424Z","updated_at":"2025-09-29T05:30:21.601Z","avatar_url":"https://github.com/synyx.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003e [!CAUTION]\n\u003e This repository is no longer maintained. It is published as part of the synyx\n\u003e history and it provides a full picture together with its corresponding blog posts:\n\u003e * https://synyx.de/blog/die-geschichte-vom-rabenyx-teil-1-organisation/\n\u003e * https://synyx.de/blog/die-geschichte-vom-rabenyx-teil-2-entwicklung/\n\u003e * https://synyx.de/blog/die-geschichte-vom-rabenyx-teil-3-open-source/\n\n# Rabenyx\n\nAn ally for the fight against the chaos of Corona organisation at synyx. It is\nintended to use the [Polls app for Nextcloud][1] and uses [its rudimentary\nAPI][2].\n\nIf you seek information for the web application see\n[its documentation](documentation/webapp.md) for details.\n\n## How to configure\n\n### INI file\nCreate a file `~/.config/rabenyx.ini` and use the following syntax:\n\n````ini\n[DEFAULT]\nusername=\npassword=\nurl=https://nextcloud.example.com\n````\n\n### Environment variables\nIf you cannot or do not want to use an ini file, you can use environment \nvariables instead:\n\n````bash\nNEXTCLOUD_USERNAME=\nNEXTCLOUD_PASSWORD=\nNEXTCLOUD_URL=https://nextcloud.example.com\n````\n\nYou need to add a new app password to use this feature, see [the security\nsection of your Nextcloud account][3] to add one.\n\n## How to use\n\nUse `python3 rabenyx.py --help` to see all of its features.\n\n## How to develop\n\nRun initially\n\n````bash\npip install -e . -r requirements.txt\n````\n\nto setup your environment for testing. Run\n\n````bash\npytest\n````\n\nto run the tests.\n\n### API, DB or web?\n\nThere are three ways to talk to the Poll app:\n* via [its API](./pollapi)\n* via [the web way](./pollweb)\n* via [the database](./polldb)\n\nIf you develop for Rabenyx, try the API way first. It is partly \n[documented][5]. Sometimes it helps to look at [its routes][6] too. If the API\ndoes not satisfy your needs try the web way. If this doesn't help at all you\ncan consider using the database at last.\n\n[Document the used API bits](documentation/pollapi.yaml) in [OAS3][4].\n\n[1]: https://github.com/nextcloud/polls/\n[2]: https://github.com/nextcloud/polls/blob/master/docs/API_v1.0.md\n[3]: https://nextcloud.example.com/settings/user/security\n[4]: https://swagger.io/docs/specification/about/\n[5]: https://github.com/nextcloud/polls/blob/master/docs/API_v1.0.md\n[6]: https://github.com/nextcloud/polls/blob/master/appinfo/routes.php\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsynyx%2Frabenyx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsynyx%2Frabenyx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsynyx%2Frabenyx/lists"}