Skip to content

Instantly share code, notes, and snippets.

View jpedro06's full-sized avatar

João Pedro jpedro06

View GitHub Profile
@jpedro06
jpedro06 / README.md
Created May 20, 2026 15:08
devin wiki scraper

devin-wiki-scraper

Scrapes a Devin Deep Wiki and saves it as a local directory of Markdown files.

Intercepts the internal get_full_multi_language_wiki API call (one request = full wiki) via Playwright — no fragile HTML parsing.

How it works

  1. Opens Chromium and authenticates on app.devin.ai
  2. Intercepts the internal API response on page load