Skip to content

weaver-viii/tik-tok-videos-uploading

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Первый запуск

1. Установить зависимости

npm i

2. Создать .env файл

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

3. Установить порт в мультилогине

Инструкция

4. Положить видео в папку videos

5. Создать videos.json файл

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

6. Создать profiles.json файл

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

7. Создать config.json файл

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

8. Запустить мультилогин

9. Запустить бот

npm start

About

puppeteer bot to uploading videos into tiktok

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%