Skip to content

Instantly share code, notes, and snippets.

@kitneo
kitneo / qq-bot.sh
Last active May 1, 2026 07:14
qq-bot.sh
pkg update && pkg upgrade -y
pkg install python -y
pkg install unzip -y
mkdir napcat
curl -o napcat.termux.sh https://nclatest.znin.net/NapNeko/NapCat-Installer/main/script/install.termux.sh && bash napcat.termux.sh
cd ..
mkdir astrbot
wget https://codeload.github.com/AstrBotDevs/AstrBot/zip/refs/heads/master
unzip master
cd AstrBot-master