Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/portrunban/node-badoo-autolike-bot
Badoo autolike bot. Node JS, puppeteer
https://github.com/portrunban/node-badoo-autolike-bot
autolike automated badoo bot like liker nodejs parser puppeteer
Last synced: 4 days ago
JSON representation
Badoo autolike bot. Node JS, puppeteer
- Host: GitHub
- URL: https://github.com/portrunban/node-badoo-autolike-bot
- Owner: portrunban
- Created: 2020-12-18T03:12:23.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-12-05T15:14:25.000Z (about 1 month ago)
- Last Synced: 2024-12-23T19:47:22.204Z (14 days ago)
- Topics: autolike, automated, badoo, bot, like, liker, nodejs, parser, puppeteer
- Language: JavaScript
- Homepage:
- Size: 96.7 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
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`
```sh
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.
```sh
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`
```sh
LOGIN=YOUR_LOGIN
PASSWORD=YOUR_PASS
```Для запуска необходимо открыть консоль и ввести последовательно команды
```sh
npm i
npm run start
```Для работы у вас должна быть установлена платформа Node Js
https://nodejs.org/en/