A simple python script to fetch repo's from marcos git hosting users and put them into a SQLite db
Find a file
2025-12-14 12:59:04 +01:00
.gitignore update to forgejo 2025-12-14 12:57:57 +01:00
fetch.py update to forgejo 2025-12-14 12:57:57 +01:00
README.md undo bython 2025-10-18 22:27:19 +02:00
schema.sql fix: syntax error 2025-12-14 12:59:04 +01:00

GitHub Repo Fetcher

This is a simple script to fetch public repositories from a GitHub username and put their details into an SQLite database. It's used for my personal website where I just run this script on my server through a cron job.

Usage

Note: You need SQLite installed!

sqlite3 projects.db < schema.sql