git clone https://github.com/erslly/rule34-cli.git
cd rule34-clipnpm installpnpm buildpnpm devpnpm startpnpm watch- Base URL:
https://api.rule34.xxx/index.php - Method:
GET - Parameters:
page=dapi&s=post&q=index&json=1
src/config/categories.ts dosyasından kategorileri düzenleyebilirsiniz:
export const CATEGORIES: Category[] = [
{ id: 1, name: 'Anime', tags: ['anime', '1girl', 'solo'] },
// ...
];{
"build": "pnpm tsc", // TypeScript derle
"start": "node dist/index.js", // Uygulamayı çalıştır
"dev": "ts-node src/index.ts", // Development mode
"watch": "tsc -w" // Watch mode
}