Skip to content

Latest commit

 

History

History
128 lines (96 loc) · 4.37 KB

README.md

File metadata and controls

128 lines (96 loc) · 4.37 KB

DucksBot 🦆

Telegram GitHub Stars License

DucksBot Hero Image

Note: Use Node.js 18 or greater

🚀 Quick Start

Join Airdrop

✨ Functionality

Feature Supported
Claiming daily checkin
Completing missions
Multithreading
Binding a proxy to a session
Auto-purchase of items if you have coins (multitap, attempts)
Random sleep time between clicks

⚙️ Settings

Setting Description
API_ID / API_HASH Platform data from which to launch a Telegram session (stock - Android)
AUTO_COMPLETE_MISSIONS Whether the bot should complete the missions (True / False)
AUTO_CLAIM_CHECKIN Whether the bot should claim the daily checkin (True / False)
USE_PROXY_FROM_FILE Whether to use proxy from the bot/config/proxies.js file (True / False)

🛠 Installation

  1. Clone the repository:

    git clone https://github.com/likhositories/duckscoop-bot.git
    cd duckscoop-bot
  2. Install dependencies:

    Linux and macOS
    chmod +x check_node.sh
    ./check_node.sh

    OR

    npm install
    cp .env-example .env
    nano .env  # Specify your API_ID and API_HASH, the rest is taken by default
    Windows
    • Double click on INSTALL.bat in the duckscoop-bot directory to install the dependencies
    • Double click on START.bat in the duckscoop-bot directory to start the bot

    OR

    npm install
    copy .env-example .env
    # Edit .env file and specify your API_ID and API_HASH
  3. Run the bot:

    node index.js

Quick Launch Arguments

You can use arguments for quick launch:

node index.js --action=1  # Create session
node index.js --action=2  # Run clicker

📄 License

License

This project is licensed under the MIT License - see the LICENSE file for details.

🤝 Contributing

Contribute

Contributions, issues, and feature requests are welcome! Feel free to check our issues page.

📬 Contact

Contact on Telegram

For support or queries, reach out on Telegram: @likhondotxyz


Give this repo a star