An automated client for managing PAWS accounts and completing daily quests. This tool helps users manage multiple PAWS accounts efficiently by automating various tasks such as quest completion, wallet linking, and allocation tracking.
- Automatic quest completion
- Automatic wallet linking
- Allocation tracking
- Claim streak monitoring
- Token management
- Multi-account support
Before you begin, ensure you have the following installed:
- Node.js (v14 or higher)
- npm (Node Package Manager)
- Clone the repository:
git clone https://github.com/Galkurta/Paws-BOT.git
cd Paws-BOT
- Install dependencies:
npm install
-
Register your PAWS account by clicking here
-
Edit necessary files in the project directory:
data.txt
: Store your PAWS initialization datawallet.txt
: Store your wallet addresses
data.txt:
query_id=
query_id=
(One initialization data per line)
wallet.txt:
UQC20...
(One wallet address per line)
Note: The number of entries in
data.txt
andwallet.txt
must match.
Run the application:
node main.js
The application will:
- Process each account sequentially
- Complete available quests
- Link wallets if necessary
- Monitor claim streaks
- Track allocations
- Wait 24 hours before starting the next cycle
The tool provides detailed information about:
- Username
- Current balance
- Current streak count
- Last claim timestamp
- Hamster allocations
- Telegram details
- PAWS conversions
- Dogs allocations
- Notcoin data
- Total allocation
- Wallet linking status
- Current linked wallet
The application includes robust error handling for:
- API communication issues
- File reading/writing errors
- Token validation
- Quest completion failures
Paws-BOT/
├── config/
│ ├── logger.js
│ └── banner.js
├── main.js
├── data.txt
├── wallet.txt
└── token.json (auto-generated)
- Never share your initialization data
- Keep your wallet.txt and data.txt secure
- Regularly backup your token.json file
Contributions are welcome! Please feel free to submit a Pull Request.
This tool is for educational purposes only. Use at your own risk. Make sure to comply with PAWS's terms of service while using this tool.
If you encounter any issues or have questions, please open an issue in the repository.
This project is licensed under the MIT License - see the LICENSE file for details.