🔄 Real-time version tracking | 🛡️ Production-grade monitoring | 📈 Performance optimized
• Chatbot
• Chataudio
• Text logos maker
• Music downloader
• URL downloaders including:
- YouTube
- TikTok
🚀 Upload the file and deploy where you want.
❓ If you don't know how, follow us and watch the videos below!
- Click the "Deploy to Render" button above
- Connect your GitHub account
- Select the Queen Ruva AI repository
- Configure environment variables if needed
- Click "Deploy" and wait for deployment to complete
- Go to Bot Hosting Panel and sign up.
- Sign up for a new account or log in to your existing account.
- Create a new Web Service.
- In the Service Settings, connect your GitHub repository where Queen Ruva AI Beta is stored.
- Deploy the service, and it will automatically start running.
- Go to Katapumb Dashboard and log in or sign up.
- Create a new account and connect your GitHub repository where Queen Ruva AI Beta is stored.
- Deploy free watch YouTube tutorial
- Deploy the service, and Katapumb will handle the rest!
_
# System Update
clear
echo "[+] Updating packages..."
pkg update -y && pkg upgrade -y
# Install Dependencies
echo "[+] Installing dependencies..."
pkg install -y git nodejs ffmpeg imagemagick libwebp
# Clone Repository
echo "[+] Downloading Queen-ruva-ai-beta..."
git clone https://github.com/iconic05/Queen-ruva-ai-beta.git
cd Queen-ruva-ai-beta
# Install Node Modules
echo "[+] Installing node modules..."
npm install
npm install -g npm@latest
npm audit fix --force
# Fix Common Issues
echo "[+] Applying fixes..."
pkg install python -y
npm install --global yarn
yarn install
# Start Bot
clear
echo "[+] Installation complete!"
echo "[+] Starting Queen-ruva-ai-beta..."
node .cd Queen-ruva-ai-beta
node .##POWEED BY ICONIC TECH ♻️
