Skip to content

erslly/rule34-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RULE34-CLİ

Kurulum

1. Projeyi klonlayın

git clone https://github.com/erslly/rule34-cli.git
cd rule34-cli

2. Bağımlılıkları yükleyin

pnpm install

3. TypeScript'i derleyin

pnpm build

Kullanım

Development modunda çalıştırma

pnpm dev

Production modunda çalıştırma

pnpm start

Watch modunda çalıştırma (otomatik derleme)

pnpm watch

API Endpoints

  • Base URL: https://api.rule34.xxx/index.php
  • Method: GET
  • Parameters: page=dapi&s=post&q=index&json=1

Konfigürasyon

src/config/categories.ts dosyasından kategorileri düzenleyebilirsiniz:

export const CATEGORIES: Category[] = [
  { id: 1, name: 'Anime', tags: ['anime', '1girl', 'solo'] },
  // ... 
];

Scripts

{
  "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
}

About

✨ A CLI tool for downloading Rule34 videos.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published