DTDemon / coub

0 stars 0 forks source link

πŸ“ž Contact

If you encounter any issues or have questions, feel free to reach out:

πŸš€ Getting Started

To get started with the bot, follow these steps:

  1. Install Dependencies and Modules:

    npm i; npm i axios https-agent-proxy colors
  2. Prepare Configuration Files:

    You'll need to set up a few configuration files for the bot to work properly.

πŸ“ Configuration Files

1. configs.json πŸ“œ

{
  "limit": 5 // limit of account in a row of one run
}

2. datas.txt πŸ—‚οΈ

"x-auth-token"
"x-auth-token"
"x-auth-token"
  1. wallets.txt πŸ’Ό
abc...xyz
abc...xyz
abc...xyz
  1. proxies.txt 🌐
http://user:password@host:port
http://user:password@host:port
http://user:password@host:port

πŸ’‘ Usage:

To run the bot, use the following command: node 1

πŸŽ‡Enjoy!