Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 1.02 KB

readme.md

File metadata and controls

49 lines (32 loc) · 1.02 KB

Welcome to Badoo AutoLike Bot 🛠

EN

This is a Badoo website bot for automatically liking photos of all users.

The Bot is fully automated. You only need to configure the configuration file. config.env

LOGIN=YOUR_LOGIN
PASSWORD=YOUR_PASS

Start

To start the bot, open start.bat

OR

Open the terminal in the folder containing the bot and type the commands.

npm i
npm run start

The bot will open the Badoo website and start working.

You must have Node Js installed to work with it. https://nodejs.org/en/

RU

Автолайк бот для сайта знакомств Badoo. Для работы нужно заполнить config.env

LOGIN=YOUR_LOGIN
PASSWORD=YOUR_PASS

Для запуска необходимо открыть консоль и ввести последовательно команды

npm i
npm run start

Для работы у вас должна быть установлена платформа Node Js https://nodejs.org/en/