This Node.js script automates AI-related blockchain question generation and interaction with AI agents. It features randomized request timing, persistent headers, and API integration.
- Automates AI and blockchain-related question generation.
- Interacts with AI agents for unique responses.
- Randomized operations for a more natural simulation.
- Persistent headers for session consistency.
- Terminal UI styling with
chalk
andgradient-string
.
- Node.js
- Groq API key (register at Groq API)
- Clone the repository:
git clone https://github.com/0xsyo/kiteai.git cd kiteai
- Install dependencies:
npm install
- Obtain a Groq API key from Groq Console, then open
main.js
and replace the API key on line 12 with your own. - Add wallet addresses in
wallet.txt
(one per line). - Run the script:
node main.js
- The script will generate AI-driven blockchain questions and log responses.
Skrip Node.js ini mengotomatisasi pembuatan pertanyaan terkait AI dan blockchain serta berinteraksi dengan agen AI. Skrip ini memiliki pengacakan waktu permintaan, penyimpanan header, dan integrasi API.
- Mengotomatisasi pembuatan pertanyaan AI dan blockchain.
- Berinteraksi dengan agen AI untuk mendapatkan jawaban unik.
- Operasi acak untuk simulasi yang lebih alami.
- Penyimpanan header untuk sesi yang konsisten.
- UI terminal bergaya dengan
chalk
dangradient-string
.
- Node.js
- API key Groq (daftar di Groq API)
- Instalasi dependensi:
npm install
- Clone repository:
git clone https://github.com/0xsyo/kiteai.git cd kiteai
- Install dependencies:
npm install
- Dapatkan API key Groq dari Groq Console, lalu buka
main.js
dan ganti API key pada baris 12 dengan milik Anda. - Tambahkan alamat wallet ke
wallet.txt
(satu per baris). - Jalankan skrip:
node main.js
- Skrip akan membuat pertanyaan AI terkait blockchain dan mencatat responsnya.