Skip to content

Instantly share code, notes, and snippets.

View cprkrn's full-sized avatar

Soup cprkrn

View GitHub Profile
@cprkrn
cprkrn / ai-portfolio.md
Created July 9, 2026 15:16
AI & automation projects built with Claude Code โ€” an index of end-to-end tools (scrape/parse โ†’ LLM stage โ†’ dedup โ†’ deliver), open-source repos, and web3/security experiments. No PII or secrets.

๐Ÿ› ๏ธ AI & Automation Projects

A running index of tools I've designed and shipped with Claude Code โ€” mostly small, single-purpose automations and a few web3/security experiments. Each one is built end-to-end: scraping/parsing, an LLM stage or two where it earns its keep, dedup/state, and a delivery channel (Discord/Telegram/dashboard), then deployed on a schedule.

Open-source repos are linked. Everything here is scrubbed of personal data, credentials, and infrastructure details by design.

@cprkrn
cprkrn / coachella-playlist-build.md
Created April 22, 2026 20:52
How I built my Coachella 2026 playlist with Claude Code โ€” Beatport API, SoundCloud scraping, pyrekordbox, genre auto-sort

How I built my Coachella 2026 playlist with Claude Code

A DJ workflow: take ~9 reference playlists (Spotify + SoundCloud) โ†’ find everything on Beatport โ†’ fill the gaps with Bandcamp/vinyl โ†’ sort the rekordbox library by genre. All scripted, no clicking through 400 tracks by hand.

The stack

  • Claude Code with the Chrome extension for browser automation
  • Beatport API v4 (undocumented, but accessible with your session token)
  • SoundCloud api-v2 (hydration data + scraped client_id)
  • pyrekordbox for reading/writing the encrypted rekordbox master.db
@cprkrn
cprkrn / SOUPCOIN_GUIDE.md
Created December 23, 2025 18:46
๐Ÿœ How to Launch a Stablecoin on Tempo in 10 Minutes

๐Ÿœ How to Launch a Stablecoin on Tempo in 10 Minutes

A step-by-step guide to creating and deploying your own stablecoin on Tempo blockchain.


Prerequisites

  • A wallet address (MetaMask or any EVM wallet)
  • Terminal access