Zum Hauptinhalt springen
tsecurity.de LIVE
Echtzeit-Radar & Feeds
Alle RSS Feeds
👥 Community & Social
Sichere ProgrammierungRefreshed repository pull requests page generally available(22.09.2026 um 03:25 Uhr)
Sichere ProgrammierungThe Joy of Learning the Basics Again(22.09.2026 um 03:28 Uhr)
Sichere ProgrammierungZero-Code OpenTelemetry Tracing for Dagster(22.09.2026 um 03:39 Uhr)
Linux Tipps & Hardening`prime-all`(22.09.2026 um 02:28 Uhr)
IT Security Toolsopensoho v0.15.2(22.09.2026 um 03:33 Uhr)
IT Security NachrichtenUS Proposes AI Incident Alert System in Talks With China, Bessent Says(22.09.2026 um 04:01 Uhr)
Sichere ProgrammierungRefreshed repository pull requests page generally available(22.09.2026 um 03:25 Uhr)
Sichere ProgrammierungThe Joy of Learning the Basics Again(22.09.2026 um 03:28 Uhr)
Sichere ProgrammierungZero-Code OpenTelemetry Tracing for Dagster(22.09.2026 um 03:39 Uhr)
Linux Tipps & Hardening`prime-all`(22.09.2026 um 02:28 Uhr)
IT Security Toolsopensoho v0.15.2(22.09.2026 um 03:33 Uhr)
IT Security NachrichtenUS Proposes AI Incident Alert System in Talks With China, Bessent Says(22.09.2026 um 04:01 Uhr)
Intelligence View
⚡ tsecurity.de Intelligence

I built an Akinator API that works in 2026 — with TypeScript and JavaScript, retry, and proxy support

I built an Akinator API that works in 2026 All existing Akinator packages on npm are broken. Cloudflare now blocks them with HTTP 403. I built akinator-client — a TS/JS library that actually works. The Problem Every Akinator …

0
↗ Quelle (dev.to)
Reagiere als Erste:r — dein Feedback zählt!




I built an Akinator API that works in 2026



All existing Akinator packages on npm are broken. Cloudflare now blocks them with HTTP 403.



I built akinator-client — a TS/JS library that actually works.






The Problem



Every Akinator package on npm (aki-api, akinatorjs, node_akinator) uses axios or node-fetch. Cloudflare's JA3 TLS fingerprinting blocks them.

Error: Request failed with status code 403





The Solution



got-scraping — the only HTTP library that bypasses Cloudflare's TLS fingerprinting. It uses the same TLS library as Chrome, so Cloudflare can't tell the difference.





Quick Start



npm install akinator-client




import { AkinatorClient, Languages, Themes, Answers } from "akinator-client";

const akinator = new AkinatorClient({
language: Languages.EN,
theme: Themes.ANIMALS
});

await akinator.start();

console.log(akinator.question); // "Is your character real?"

await akinator.answer(Answers.YES);
console.log(akinator.progress); // 45.2

await akinator.back();

await akinator.continue();

const winner = await akinator.submitWin();
console.log(winner.name);
console.log(winner.description);
console.log(winner.photo);









Features



16 languages — EN, AR, CN, DE, ES, FR, IL, IT, JP, KR, NL, PL, PT, RU, TR, ID

3 themes — Characters, Animals, Objects

TypeScript — Full type definitions

ESM + CJS — Works in any project

Automatic retry — 3 retries with exponential backoff

Proxy support — HTTP/HTTPS/SOCKS5 proxies

Child mode — Filter NSFW questions

Localized answers — Answer labels in your language






API






const client = new AkinatorClient({
language: Languages.EN,
theme: Themes.CHARACTERS,
childMode: false,
proxy: "http://proxy:8080",
retries: 3
});

await client.start(); // Start new game
await client.answer(Answers.NO); // Answer question
await client.back(); // Go back
await client.continue(); // Continue after wrong guess
await client.submitWin(); // Win the game

// Properties
client.question;
client.progress;
client.step;
client.guessCount;
client.players;









Why not just use got-scraping directly?



got-scraping is ESM-only. This library uses dynamic import() to load it, so it works in both ESM and CJS projects.






Stats



1 dependency (got-scraping)

4.7 MB installed

9.7 kB packed



Compare to the broken alternatives:

aki-api — 5 deps, 21 MB, broken

akinatorjs — 1 dep, 11 MB, broken






Links



npm: https://www.npmjs.com/package/akinator-client

GitHub: https://github.com/Lucas7X7/akinator-client

Issues: https://github.com/Lucas7X7/akinator-client/issues



Found this helpful? ⭐ Star the repo or open an issue if you find bugs.

Ähnliche Beiträge
🔍 Verwandte News

Auch interessante Nachrichten I built an Akinator API that works in 2026 — with TypeScript and JavaScript, retry, and proxy support

Thematisch verwandte Begriffe: built, Akinator, that, works · 6 Treffer

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Zum Aktualisieren ziehen
ZERO-DAY CVE-2026-49449 | Joplin is an open source note-taking and to-do application that organise…
Advisory →
TTS Reader • tsecurity.de Voice
tsecurity.de Icon
tsecurity.de App
Offline-Lesen, Eilmeldungen & 0ms Ladezeit

Installiere tsecurity.de direkt auf deinen Home-Bildschirm für das ultimative Vollbild-Magazinerlebnis ohne Browser-Leisten.

Nächster Beitrag
Themen-Radar & Intelligence Matrix
Echtzeit-Taxonomie nach Angriffsvektoren & Plattformen

tsecurity.de Live Threat Radar

🔴 LIVE RADAR
MONITORING
AKTIV
CVE-DATENBANK
LIVE
🔍
Community Radar & Live Chat
Sentinel Bot online • Live-Stream
Dein Cluster: Security Explorer
Match:
lädt…
Verbindung zum Community-Stream wird aufgebaut...
Bearbeitungsmodus — Senden überschreibt deine Nachricht
Community-Puls — was gerade passiert
lädt…
Aktivitäten deiner Analysten
lädt…
Neues Thema oder Eilmeldung einreichen

Reiche interessante Links, Zero-Days oder Debatten ein. Die Community entscheidet per Upvote über die Veröffentlichung.

Heiß diskutierte Einreichungen
🔖 Gespeicherte Artikel
📂 Keine gespeicherten Artikel vorhanden.
Zurück Ziehen Vor
Links: vorheriger Artikel Rechts: nächster Artikel unten: schließen
News NIS-2 Frühwarnung Tier-1 Intel ⏱️ 3 Min vor 10 Min
Artikeldaten werden geladen...

Zurück: vorheriger Vor: nächster
↗ Original-Quelle
Social Reaktionen Deine Reaktion zählt
Einstufung & Relevanz-Poll 0 Stimmen
In sozialen Netzwerken teilen 1-Klick