Convert GitHub profile data to clean Markdown files - perfect for LLM analysis.
pip install github2mdRequires GitHub CLI (gh) to be installed and authenticated.
# Export your own profile
github2md
# Export a specific user
github2md torvalds
# Specify output directory
github2md -o my_export torvaldsCreates Markdown files for:
- profile.md - User profile information
- repositories.md - Repositories with stats
- contributions.md - Contribution statistics
- Python 3.13+
- GitHub CLI (
gh) - Install from https://cli.github.com
GPL-2.0