Skip to content

Instantly share code, notes, and snippets.

@up1
Created May 9, 2025 13:25
Show Gist options
  • Save up1/e06b6ce05e11b5ea746d6a15fbbb90f2 to your computer and use it in GitHub Desktop.
Save up1/e06b6ce05e11b5ea746d6a15fbbb90f2 to your computer and use it in GitHub Desktop.
Pocket Flow Tutorial
$git clone https://github.com/The-Pocket/PocketFlow-Tutorial-Codebase-Knowledge demo
$cd demo
$pip install -r requirements.txt
# ใช้งาน GEMINI_API_KEY
$export GEMINI_API_KEY=<your key>
# ลองใช้งาน Pocket Flow Tutorial
python main.py --repo https://github.com/username/repo --include "*.py" "*.js" --exclude "tests/*" --max-size 50000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment