https://github.com/devidw/migrate-avira-passwords-to-google

Prepare Avira Password Manager CSV export for Google Passwords import

https://github.com/devidw/migrate-avira-passwords-to-google

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (4.9%) to scientific vocabulary

Keywords

avira avira-passwords csv export google google-passwords import password password-manager preparation python python3 python39
Last synced: 4 months ago · JSON representation

Repository

Prepare Avira Password Manager CSV export for Google Passwords import

Basic Info
  • Host: GitHub
  • Owner: devidw
  • License: mit
  • Language: Python
  • Default Branch: master
  • Homepage:
  • Size: 5.86 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Topics
avira avira-passwords csv export google google-passwords import password password-manager preparation python python3 python39
Created over 4 years ago · Last pushed over 4 years ago
Metadata Files
Readme License

README.adoc

= Prepare Avira Password Manager CSV export for Google Passwords import

Avira exports passwords like:

.Avira Export
|===
| name | website | username | secondary_username | password | notes
|===

But Google requires something like:

.https://support.google.com/accounts/answer/10500247[Google Password Import]
|===
| url | username | password
|===

== Usage
[source, cmd]
----
python migrate.py   
----

=== Sample Usage
[source, cmd]
----
python migrate.py export.csv import.csv failed.csv
----

== Jobs done by `migrate.py`
* Use only importable columns (`url`, `username`, `password`)
* Arange columns in correct order (1. `url`, 2. `username`, 3. `password`)
* Also Google required full URLs but Avira sometimes stores entries without a network protocoll (http/https) so URLs will be fixed too
* Removes entries without values for all required columns

== Open Jobs
* As Google only accepts ASCII urls but Avira can export urls including emojis they should be converted to punycode

Owner

  • Name: David Wolf
  • Login: devidw
  • Kind: user
  • Location: The Zone

// uncommenting

GitHub Events

Total
Last Year

Committers

Last synced: over 1 year ago

All Time
  • Total Commits: 6
  • Total Committers: 1
  • Avg Commits per committer: 6.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
devidwolf 6****w 6

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels