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.
- Introduction
- Features
- Installation
- Usage
- Configuration
- Proxy Support
- Running Multiple Accounts
- Earning XP
- Contributing
- License
- Contact
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.
- 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.
To get started with Kiteai-Auto-Bot, follow these steps:
- Download the latest release from the Releases page.
- Extract the files to your desired location.
- Install dependencies as outlined in the
requirements.txtfile.
pip install -r requirements.txtAfter 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.pyMake sure to check the configuration settings before running the bot.
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.
Kiteai-Auto-Bot supports proxy use to help you manage multiple accounts without getting flagged. To enable proxy support:
- Edit the
config.jsonfile. - Add your proxy details under the
proxysection.
Example:
"proxy": {
"enabled": true,
"address": "http://your.proxy.address:port"
}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"
}
]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.
We welcome contributions from the community. If you would like to contribute, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or fix.
- Make your changes and commit them.
- Push your changes to your forked repository.
- Create a pull request.
Please ensure your code adheres to the project's coding standards and includes relevant tests.
This project is licensed under the MIT License. See the LICENSE file for details.
For any questions or feedback, please reach out to Kazuha787 via GitHub or open an issue in the repository.
Thank you for checking out Kiteai-Auto-Bot! We hope you find it useful in your Testnet farming endeavors.