{"id":15359106,"url":"https://github.com/santisoler/slypheed2csv","last_synced_at":"2025-07-13T13:40:29.752Z","repository":{"id":56387783,"uuid":"311484893","full_name":"santisoler/slypheed2csv","owner":"santisoler","description":"Convert Slypheed addressbook to a CSV file","archived":false,"fork":false,"pushed_at":"2020-11-10T20:14:51.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-09T23:28:44.384Z","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/santisoler.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}},"created_at":"2020-11-09T22:50:11.000Z","updated_at":"2020-11-10T20:14:50.000Z","dependencies_parsed_at":"2022-08-15T17:50:25.603Z","dependency_job_id":null,"html_url":"https://github.com/santisoler/slypheed2csv","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/santisoler%2Fslypheed2csv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/santisoler%2Fslypheed2csv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/santisoler%2Fslypheed2csv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/santisoler%2Fslypheed2csv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/santisoler","download_url":"https://codeload.github.com/santisoler/slypheed2csv/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247189521,"owners_count":20898691,"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-10-01T12:43:50.330Z","updated_at":"2025-04-04T13:44:05.742Z","avatar_url":"https://github.com/santisoler.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Slypheed2CSV\n\nConvert Slypheed address book to a CSV file.\n\n\u003e :warning: **Software under heavy development**: This package is on early\n\u003e stages of development, please be very careful when trying to use it for\n\u003e backing up important information. **Keep always the original address book**\n\u003e exported by Slypheed in case something goes wrong. :warning:\n\n\n## How to install\n\n### On Ubuntu\n\nInstall `pip` using your package manager:\n\n```\nsudo apt install python3-pip\n```\n\nThen install the latest version of Slypheed2CSV:\n\n```\npip3 install https://github.com/santisoler/slypheed2csv/archive/main.zip\n```\n\nCheck your installation by running:\n\n```\nslypheed2csv\n```\n\n#### Another way\n\nIf this didn't work for you (it didn't work for me on Xubuntu 18.04), try the\nfollowing:\n\n1. Install `python3` through `apt`:\n    ```\n    sudo apt install python3\n    ```\n2. Download a zip file containing the latest version of this repository and\n   unzip it:\n    ```\n    wget https://github.com/santisoler/slypheed2csv/archive/main.zip\n    unzip main.zip\n    ```\n3. Change directory to the unzipped one and install `slypheed2csv` by actually\n   running the `setup.py`:\n    ```\n    cd slypheed2csv-main\n    sudo python3 setup.py install\n    ```\n4. Check your installation by running:\n    ```\n    slypheed2csv\n    ```\n\n### On Arch\n\nInstall `pip` using your package manager:\n\n```\nsudo pacman -S python-pip\n```\n\nThen install the latest version of Slypheed2CSV:\n\n```\npip install https://github.com/santisoler/slypheed2csv/archive/main.zip\n```\n\nCheck your installation by running:\n\n```\nslypheed2csv\n```\n\n## How to use\n\nExport the Slypheed address book into a XML file, for example\n`addressbook.xml`.\n\nThen use `slypheed2csv` to convert it to a CSV file:\n\n```\nslypheed2csv addressbook.xml -o address.csv\n```\n\n## License\n\n[MIT](https://github.com/santisoler/slypheed2csv/blob/main/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsantisoler%2Fslypheed2csv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsantisoler%2Fslypheed2csv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsantisoler%2Fslypheed2csv/lists"}