Skip to content

Latest commit

 

History

History
80 lines (71 loc) · 1.15 KB

README.md

File metadata and controls

80 lines (71 loc) · 1.15 KB

Getting Started

1. Install dependencies

npm i

2. Create .env file

MLA_PORT=[PORT]
PROXY_URL=[URL FOR RELOAD]
PROXY_USERNAME=[PROXY USER NAME]
PROXY_PASSWORD=[PROXY PASSWORD]

3. Set port in multilogin app

Instructions

4. Put videos in videos folder

5. Create videos.json file

{
  "videos": 
    [
      {
        "id": "0",
        "videoPath": "./videos/**.mp4",
        "head": "***",
        "tags": 
        [
          "#***",
          "#***"
        ]
      },
      {
        "id": "1",
        "videoPath": "./videos/**.mp4",
        "head": "***",
        "tags": 
        [
          "#***",
          "#***"
        ]
      }
    ]
 }

6. Create profiles.json file

{
  "profiles": 
    [
      {
        "id": "0",
        "mlId": "****"
      },
      {
        "id": "1",
        "mlId": "****"
      }
    ]
 }

7. Create config.json file

{
    "startProfileId": 0,
    "startVideoId": 0
}

8. Run the multilogin

9. Launch bot

npm start