You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 17, 2025. It is now read-only.
Jeremy Falling edited this page Apr 5, 2019
·
2 revisions
The format for the JSON file for the import/export features is rather simple. The name of the service is the dict key and there is a "code": "your secret" keypair. For example:
{
"my github account" : {
"code" : "my github secret code"
},
"some other service" : {
"code" : "secret code for another service"
}
}