Skip to content

FarmTon/xKucoinAuto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

XKucoin Bot

Auto Claim for XKucoin Telegram Bot

Watch Video Tutorial

Click Here

Features

  • Auto Tap
  • Multi Account Support

How to Use

Windows

  1. Make sure you computer was installed python and git.

    python site : https://python.org

    git site : https://git-scm.com/

  2. Clone this repository

    git clone https://github.com/BlackDragonHacker/XKucoin.git
  3. goto XKucoin directory

    cd XKucoin
    
  4. install the require library

    python -m pip install -r pip.txt
    
  5. Edit data.txt, input you auth token in data.txt file

  6. execute the main program

    python XKucoin.py
    

macOS

  1. Install Homebrew (if you don't have it installed): Open Terminal and run:

    /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
  2. Install Python and Git:

    brew install python git
  3. Clone the repository:

    git clone https://github.com/BlackDragonHacker/XKucoin.git
  4. Navigate to the XKucoin directory:

    cd XKucoin
  5. Install the required libraries:

    python3 -m pip install -r pip.txt
  6. Edit data.txt: Input your auth token in the data.txt file.

  7. Execute the main program:

    python3 XKucoin.py

Linux

  1. Make sure you computer was installed python and git.

    python

    sudo apt install python3 python3-pip

    git

    sudo apt install git
  2. Clone this repository

    git clone https://github.com/BlackDragonHacker/XKucoin.git
  3. goto XKucoin directory

    cd XKucoin
  4. Install the require library

    python3 -m pip install -r pip.txt
    
  5. Edit data.txt, input you auth token in data.txt file

  6. execute the main program

    python XKucoin.py
    

Termux

  1. Make sure you termux was installed python and git.

    python

    pkg install python
    

    git

    pkg install git
    
  2. Clone this repository

    git clone https://github.com/BlackDragonHacker/XKucoin.git
  3. goto XKucoin directory

    cd XKucoin
    
  4. install the require library

    python -m pip install -r pip.txt
    
  5. Edit data.txt, input you auth token in data.txt file

  6. execute the main program

    python XKucoin.py
    

How to get auth token

  1. Watch Video

Thank you

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages