Skip to content

xietsunzao/ackinacki-autoclaim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Acki Nacki Auto Claim Bot

A Python-based automation bot for claiming rewards from the Acki Nacki Telegram Web App.

Acki Nacki Bot Demo

Acki Nacki Bot Demo

Features

  • Automatic Reward Claiming: Automatically claims rewards when farming session expires
  • User-Friendly Display: Shows real-time countdown timer and farming progress
  • Token Management: Securely stores and manages your Telegram authentication token
  • Error Handling: Robust error handling with automatic retries
  • Colorful Console Interface: Rich console output for better user experience

Requirements

  • Python 3.8+
  • pip (Python package installer)

Installation

Step 1: Clone the Repository

git clone https://github.com/xietsunzao/ackinacki-autoclaim.git
cd ackinacki-autoclaim

Step 2: Install Dependencies

Install the required Python packages:

pip install -r requirements.txt

Step 3: Get Your Token

To get your Telegram token from the Acki Nacki web app:

  1. Open Acki Nacki in Telegram Web App (https://twa.ackinacki.org/)
  2. Open Developer Tools (F12 or right-click and select "Inspect")
  3. Go to the "Network" tab
  4. Look for requests to /api/users/me endpoint
  5. Click on the request
  6. In the "Headers" section, find "telegram-data" under Request Headers
  7. Copy the entire token value (starts with 'eyJ')

Example of where to find the token:

Token Location Guide

Note: The token is sensitive information. Never share it with anyone.

Place your token in token.txt file or the bot will prompt you to enter it when first running.

Step 4: Run the Bot

python main.py

How It Works

The bot performs the following operations:

  1. Validates and manages your Telegram authentication token
  2. Connects to the Acki Nacki API
  3. Monitors your farming status
  4. Automatically starts farming sessions when needed
  5. Displays real-time information including:
    • Username and points
    • Friends count
    • Farm boost level
    • Boost progress boxes
    • Countdown timer

Display Information

The bot shows:

  • 🎮 Username and ⭐ Points
  • 👥 Friends Count
  • Farm Boost Level
  • Progress Boxes (⭐)
  • Countdown Timer

Error Handling

The bot includes comprehensive error handling for:

  • Token expiration
  • Invalid tokens
  • Network issues
  • API errors

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

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

Disclaimer

This bot is for educational purposes only. Use at your own risk. The developer is not responsible for any consequences of using this bot.

About

Auto farming and claim Acki Nacki Blockchain

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages