This repository contains a music bot for Fireverse that automates the process of interacting with the Fireverse music platform. The bot logs in with multiple accounts, plays recommended songs, likes them, and leaves comments.
- Node.js v20.18.1 or later
- npm (Node Package Manager)
- A GitHub account
- Fireverse API token(s)
-
Clone the repository:
git clone https://github.com/0xsyo/fireverse.git cd fireverse -
Install dependencies:
npm install
-
Create a
.envfile: Create a file named.envin the root directory of the project and add your GROQ API key:GROQ_API_KEY=your_groq_api_key_here -
Add your Fireverse API tokens: Create a file named
tokens.txtin the root directory of the project and add your Fireverse API tokens, one per line:token1 token2
-
Run the bot:
node main.js
-
The bot will log in with each account, play recommended songs, like them, and leave comments automatically.
-
Visit the GROQ API website: Go to GROQ API and sign up for an account if you don't already have one.
-
Create a new API key: Once logged in, navigate to the API keys section and create a new API key. Copy this key to use in your
.envfile.
- Node.js v20.18.1 atau lebih baru
- npm (Node Package Manager)
- Akun GitHub
- Token API Fireverse
-
Clone repositori:
git clone https://github.com/0xsyo/fireverse.git cd fireverse -
Instal dependensi:
npm install
-
Buat file
.env: Buat file bernama.envdi direktori root proyek dan tambahkan kunci API GROQ Anda:GROQ_API_KEY=your_groq_api_key_here -
Tambahkan token API Fireverse Anda: Buat file bernama
tokens.txtdi direktori root proyek dan tambahkan token API Fireverse Anda, satu per baris:token1 token2
-
Jalankan bot:
node main.js
-
Bot akan masuk dengan setiap akun, memutar lagu yang direkomendasikan, menyukai mereka, dan meninggalkan komentar secara otomatis.
-
Kunjungi situs web GROQ API: Buka GROQ API dan daftar untuk akun jika Anda belum memilikinya.
-
Buat kunci API baru: Setelah masuk, navigasikan ke bagian kunci API dan buat kunci API baru. Salin kunci ini untuk digunakan dalam file
.envAnda.