Skip to content
This repository was archived by the owner on Nov 5, 2025. It is now read-only.

Ilhasoft/wa-migrate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wa-migrate

How run

  1. Change the name of data.json.dev to data.json
  2. Set your data in the data.json
  3. Run with go run .

Examples

data.json

[
    {
        "url": "https://foo.bar",
        "filename": "bar.json",
        "username": "admin",
        "password": "my_password1"
    },
    {
        "url": "https://foo.bar2",
        "filename": "bar2.json",
        "username": "admin",
        "password": "my_password2"
    }
]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages