MCPcopy Index your code
hub / github.com/Xinz-Team/XinzBot

github.com/Xinz-Team/XinzBot @main

Chat with this repo
repository ↗ · DeepWiki ↗ · + Follow
84 symbols 130 edges 20 files 6 documented · 7% updated 4y ago★ 749 open issues
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

XINZ BOT

RequirementsInstallationFeaturesThanks to


Requirements

Instalasi

For Windows

git clone https://github.com/Xinz-Team/XinzBot.git
cd XinzBot
npm install
node main

For Termux

termux-setup-storage
apt update && apt upgrade
pkg install nodejs git ffmpeg libwebp imagemagick
git clone https://github.com/Xinz-Team/XinzBot.git
cd XinzBot
npm install
node main

For VPS

apt install nodejs git ffmpeg libwebp imagemagick
git clone https://github.com/Xinz-Team/XinzBot.git
cd XinzBot
npm install
node main

Edit file

Installing the FFmpeg for Windows

  • Unduh salah satu versi FFmpeg yang tersedia dengan mengklik di sini.
  • Extract file ke C:\ path.
  • Ganti nama folder yang telah di-extract menjadi ffmpeg.
  • Run Command Prompt as Administrator.
  • Jalankan perintah berikut::
> setx /m PATH "C:\ffmpeg\bin;%PATH%"

Jika berhasil, akan memberikanmu pesan seperti: SUCCESS: specified value was saved. * Sekarang setelah Anda menginstal FFmpeg, verifikasi bahwa itu berhasil dengan menjalankan perintah ini untuk melihat versi:

> ffmpeg -version

Installing the libwebp for Windows

  • Unduh salah satu versi libwebp yang tersedia dengan mengklik di sini.
  • Extract file ke C:\ path.
  • Ganti nama folder yang telah di-extract menjadi libwebp.
  • Run Command Prompt as Administrator.
  • Jalankan perintah berikut::
setx /m PATH "C:\libwebp\bin;%PATH%"

Jika berhasil, akan memberikanmu pesan seperti: SUCCESS: specified value was saved. * Sekarang setelah Anda menginstal libwebp, verifikasi bahwa itu berhasil dengan menjalankan perintah ini untuk melihat versi:

webpmux -version

Donate

Features

Thanks to

Core symbols most depended-on inside this repo

reply
called by 456
message/xinz.js
jsonformat
called by 41
message/xinz.js
textImg
called by 41
message/xinz.js
color
called by 34
lib/color.js
sendFileFromUrl
called by 33
message/xinz.js
mentions
called by 15
message/xinz.js
sendMess
called by 13
message/xinz.js
XinzLog
called by 6
lib/color.js

Shape

Function 73
Method 7
Class 4

Languages

TypeScript100%

Modules by API surface

message/xinz.js16 symbols
main.js11 symbols
lib/ytdl.js10 symbols
lib/game.js10 symbols
lib/myfunc.js8 symbols
lib/premium.js6 symbols
lib/afk.js6 symbols
lib/instagram.js4 symbols
lib/banned.js4 symbols
lib/exif.js3 symbols
lib/color.js3 symbols
lib/tictactoe.js1 symbols

For agents

$ claude mcp add XinzBot \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page