Skip to content

Kiteai-Auto-Bot automates interactions with the Pharos Testnet, making it easy to manage multiple accounts and proxies. πŸš€ This Node.js bot offers real-time logging and a user-friendly setup for seamless operation. πŸ™

License

Notifications You must be signed in to change notification settings

Itsmedexexplorer/Kiteai-Auto-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Kiteai-Auto-Bot πŸš€

Welcome to the Kiteai-Auto-Bot repository! This project, developed by Kazuha787, offers an advanced automation tool for Testnet farming. With version 2.0, it brings improved features and enhanced performance.

Download Releases

Table of Contents

  1. Introduction
  2. Features
  3. Installation
  4. Usage
  5. Configuration
  6. Proxy Support
  7. Running Multiple Accounts
  8. Earning XP
  9. Contributing
  10. License
  11. Contact

Introduction

Kiteai-Auto-Bot is designed to simplify and enhance your Testnet farming experience. The bot automates various tasks, allowing you to focus on strategy rather than repetitive actions. It is built for efficiency and speed, making it a valuable tool for anyone interested in Testnet farming.

Features

  • Automation: Automates farming tasks on Testnet.
  • Proxy Support: Use proxies to manage multiple accounts securely.
  • Multi-Account Support: Run multiple accounts simultaneously.
  • XP Earnings: Earn experience points hourly.
  • User-Friendly: Easy to set up and use.

Installation

To get started with Kiteai-Auto-Bot, follow these steps:

  1. Download the latest release from the Releases page.
  2. Extract the files to your desired location.
  3. Install dependencies as outlined in the requirements.txt file.
pip install -r requirements.txt

Usage

After installation, you can start using the bot by running the main script. Use the command line to navigate to the bot's directory and execute:

python main.py

Make sure to check the configuration settings before running the bot.

Configuration

Before you start farming, you need to configure the bot. Open the config.json file and adjust the settings according to your needs. Key settings include:

  • API Keys: Add your Testnet API keys.
  • Proxy Settings: Input your proxy information if needed.
  • Account Details: List the accounts you want to manage.

Proxy Support

Kiteai-Auto-Bot supports proxy use to help you manage multiple accounts without getting flagged. To enable proxy support:

  1. Edit the config.json file.
  2. Add your proxy details under the proxy section.

Example:

"proxy": {
  "enabled": true,
  "address": "http://your.proxy.address:port"
}

Running Multiple Accounts

You can run multiple accounts by adding them to the accounts section in the config.json file. Each account should have its own API key and settings.

Example:

"accounts": [
  {
    "api_key": "your_api_key_1",
    "name": "Account 1"
  },
  {
    "api_key": "your_api_key_2",
    "name": "Account 2"
  }
]

Earning XP

The bot is designed to earn experience points automatically. It performs tasks on your behalf, accumulating XP every hour. You can monitor your progress in the bot's output logs.

Contributing

We welcome contributions from the community. If you would like to contribute, please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature or fix.
  3. Make your changes and commit them.
  4. Push your changes to your forked repository.
  5. Create a pull request.

Please ensure your code adheres to the project's coding standards and includes relevant tests.

License

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

Contact

For any questions or feedback, please reach out to Kazuha787 via GitHub or open an issue in the repository.

Download Releases

Thank you for checking out Kiteai-Auto-Bot! We hope you find it useful in your Testnet farming endeavors.

About

Kiteai-Auto-Bot automates interactions with the Pharos Testnet, making it easy to manage multiple accounts and proxies. πŸš€ This Node.js bot offers real-time logging and a user-friendly setup for seamless operation. πŸ™

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •