{"id":15116364,"url":"https://github.com/Wenzel/protonvpn-nm-import","last_synced_at":"2025-09-27T22:30:34.100Z","repository":{"id":80246722,"uuid":"181385275","full_name":"Wenzel/protonvpn-nm-import","owner":"Wenzel","description":"Script to import ProtonVPN configuration files into NetworkManager automatically","archived":false,"fork":false,"pushed_at":"2020-02-06T17:46:15.000Z","size":211,"stargazers_count":10,"open_issues_count":0,"forks_count":3,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-01-09T10:06:06.626Z","etag":null,"topics":["networkmanager","networkmanager-openvpn","openvpn","protonvpn"],"latest_commit_sha":null,"homepage":"","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/Wenzel.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":"2019-04-15T00:23:49.000Z","updated_at":"2024-11-15T20:15:12.000Z","dependencies_parsed_at":"2023-03-12T10:26:14.473Z","dependency_job_id":null,"html_url":"https://github.com/Wenzel/protonvpn-nm-import","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/Wenzel%2Fprotonvpn-nm-import","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wenzel%2Fprotonvpn-nm-import/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wenzel%2Fprotonvpn-nm-import/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wenzel%2Fprotonvpn-nm-import/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Wenzel","download_url":"https://codeload.github.com/Wenzel/protonvpn-nm-import/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234461941,"owners_count":18837204,"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":["networkmanager","networkmanager-openvpn","openvpn","protonvpn"],"created_at":"2024-09-26T01:44:19.390Z","updated_at":"2025-09-27T22:30:33.313Z","avatar_url":"https://github.com/Wenzel.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"# protonvpn-nm-import\n\n[![standard-readme compliant](https://img.shields.io/badge/readme%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme)\n\n\n\u003e ProtonVPN to NetworkManager import script\n\n## Table of Contents\n\n- [Overview](#overview)\n- [Install](#install)\n- [Usage](#usage)\n- [Maintainers](#maintainers)\n- [Contributing](#contributing)\n- [License](#license)\n\n## Overview\n\nThis script will automatically import your ProtonVPN{`server/country/securecore`} configuration files\ninto `NetworkManager`, preconfigured with your credentials. \n\n## Requirements\n\n- `Python \u003e= 3.4`\n- `python3-docopt`\n\n## Install\n\nTo install the dependencies on `Ubuntu`:\n\n~~~\nsudo apt-get install python3-docopt\n~~~\n\n## Usage\n\n### Import\n\n~~~\nprotonvpn-nm-import.py [options] \u003cusername\u003e \u003cpassword\u003e\n~~~\n\nBy default, the script will import **all** the configuration files in `configs` directory (more than `800`).\n\nIf a configuration already exists, it removes it before importing the new one.\n\nTo import a specific directory, use `--config`:\n\n~~~\nprotonvpn-nm-import.py --config configs/tcp/country USERNAME PASSWORD\nINFO:root:walking through configs/tcp/country\nINFO:root:IMPORT fi.protonvpn.com.tcp.ovpn\nINFO:root:IMPORT il.protonvpn.com.tcp.ovpn\nINFO:root:IMPORT dk.protonvpn.com.tcp.ovpn\nINFO:root:IMPORT pt.protonvpn.com.tcp.ovpn\nINFO:root:IMPORT fr.protonvpn.com.tcp.ovpn\nINFO:root:IMPORT is.protonvpn.com.tcp.ovpn\n~~~\n\n\n### Cleanup\n\nTo clean your previous config files:\n\n~~~\nprotonvpn-nm-import.py --cleanup\nINFO:root:DELETE connection: at.protonvpn.com.tcp\nINFO:root:DELETE connection: au.protonvpn.com.tcp\nINFO:root:DELETE connection: be.protonvpn.com.tcp\nINFO:root:DELETE connection: br.protonvpn.com.tcp\nINFO:root:DELETE connection: ca.protonvpn.com.tcp\nINFO:root:DELETE connection: ch.protonvpn.com.tcp\nINFO:root:DELETE connection: cz.protonvpn.com.tcp\nINFO:root:DELETE connection: de.protonvpn.com.tcp\n~~~\n\n## References\n\n- [ProtonVPN](https://protonvpn.com/): ProtonVPN website\n\n## Maintainers\n\n[@Wenzel](https://github.com/Wenzel)\n\n## Contributing\n\nPRs accepted.\n\nSmall note: If editing the Readme, please conform to the [standard-readme](https://github.com/RichardLitt/standard-readme) specification.\n\n## License\n\n[GNU General Public License v3.0](https://github.com/Wenzel/pyvmidbg/blob/master/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FWenzel%2Fprotonvpn-nm-import","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FWenzel%2Fprotonvpn-nm-import","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FWenzel%2Fprotonvpn-nm-import/lists"}