Skip to content

likhositories/duckscoop-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages