An open API service indexing awesome lists of open source software.

https://github.com/danielrosehill/github-master-index

A repository that indexes my Github projects
https://github.com/danielrosehill/github-master-index

github index repositories

Last synced: about 1 month ago
JSON representation

A repository that indexes my Github projects

Awesome Lists containing this project

README

          

# Daniel Rosehill Github Repository Index

![Banner](banners/index.png)

*Last updated: 2025-08-31*

Welcome to the master index of my GitHub ecosystem. This repository serves as the central hub for navigating my 400+ repositories through specialized topic-based indices.

## 🌐 Explore All My Projects

[![Visit repos.danielrosehill.com](https://img.shields.io/badge/🌐_repos.danielrosehill.com-Visit_Full_Index-2ea44f?style=for-the-badge&logo=github&logoColor=white)](https://repos.danielrosehill.com)

*Browse my complete ecosystem of GitHub repositories and Hugging Face datasets in an interactive web interface*

## Table of Contents
- [📚 Specialized Repository Indices](#-specialized-repository-indices)
- [⏱️ Timeline View](#️-timeline-view)
- [🔧 By Project Type](#-by-project-type)
- [📊 Repository Statistics](#-repository-statistics)
- [🔗 Data Access & API](#-data-access--api)

## 📚 Specialized Repository Indices

The primary way to explore my repositories is through these curated topic-based indices. Each index focuses on a specific domain and provides detailed organization of related projects:

### 🤖 AI & Machine Learning
[![AI Projects Index](https://img.shields.io/badge/🤖_AI_Projects_Index-FF6B35?style=for-the-badge&logo=github&logoColor=white)](https://github.com/danielrosehill/AI-Projects-Index)
*Artificial intelligence and machine learning projects, experiments, and tools*

[![MCP Projects](https://img.shields.io/badge/🔗_MCP_Projects-FF6B35?style=for-the-badge&logo=github&logoColor=white)](https://github.com/danielrosehill/MCP-Projects)
*Model Context Protocol (MCP) related projects and implementations*

[![My Prompt Libraries](https://img.shields.io/badge/💬_Prompt_Libraries-FF6B35?style=for-the-badge&logo=github&logoColor=white)](https://github.com/danielrosehill/My-Prompt-Libraries)
*Curated collections of prompts for various AI models and use cases*

### 🏠 Automation & Smart Home
[![Home Assistant Index](https://img.shields.io/badge/🏠_Home_Assistant_Index-4CAF50?style=for-the-badge&logo=github&logoColor=white)](https://github.com/danielrosehill/Home-Assistant-Index)
*Home automation projects and Home Assistant configurations*

[![Homebox Projects Index](https://img.shields.io/badge/📦_Homebox_Projects-4CAF50?style=for-the-badge&logo=github&logoColor=white)](https://github.com/danielrosehill/Homebox-Projects-Index)
*Projects related to Homebox inventory management system*

### 📊 Data & Analytics
[![Data Projects Index](https://img.shields.io/badge/📊_Data_Projects_Index-2196F3?style=for-the-badge&logo=github&logoColor=white)](https://github.com/danielrosehill/Data-Projects-Index)
*Data analysis, processing, and visualization projects*

### 💻 Applications & Tools
[![Apps Index](https://img.shields.io/badge/💻_Apps_Index-9C27B0?style=for-the-badge&logo=github&logoColor=white)](https://github.com/danielrosehill/Apps-Index)
*Index of application projects and software tools*

### 🛡️ System & Utilities
[![Backup Projects Index](https://img.shields.io/badge/🛡️_Backup_Projects-FF9800?style=for-the-badge&logo=github&logoColor=white)](https://github.com/danielrosehill/Backup-Projects-Index)
*Collection of backup-related projects, tools, and configurations*

### 📚 Documentation
[![My Docs Index](https://img.shields.io/badge/📚_Documentation_Index-795548?style=for-the-badge&logo=github&logoColor=white)](https://github.com/danielrosehill/My-Docs-Index)
*Documentation projects and knowledge management systems*

## ⏱️ Timeline View
[![View Timeline](https://img.shields.io/badge/Timeline-4285F4?style=for-the-badge&logo=github&logoColor=white)](timeline.md)

The timeline provides a chronological view of all repositories, showing when each project was created and its current status. This is useful for seeing how my work and interests have evolved over time.

## 🔧 By Project Type
Browse repositories by their project type:

[![Created CLIs](https://img.shields.io/badge/Created_CLIs-0D47A1?style=for-the-badge&logo=github)](sections/created-clis.md)
[![Created GUIs](https://img.shields.io/badge/Created_GUIs-0D47A1?style=for-the-badge&logo=github)](sections/created-guis.md)
[![Documentation](https://img.shields.io/badge/Documentation-0D47A1?style=for-the-badge&logo=github)](sections/documentation.md)
[![Experiments](https://img.shields.io/badge/Experiments-0D47A1?style=for-the-badge&logo=github)](sections/experiments.md)
[![Templates](https://img.shields.io/badge/Templates-0D47A1?style=for-the-badge&logo=github)](sections/templates.md)
[![Streamlit Apps](https://img.shields.io/badge/Streamlit_Apps-0D47A1?style=for-the-badge&logo=github)](sections/streamlit-apps.md)

## 📊 Repository Statistics

**Total Repositories:** 434

**Specialized Indices:** 9

**Index Coverage:**
- 🤖 AI & Machine Learning: 3 indices
- 🏠 Automation & Smart Home: 2 indices
- 📊 Data & Analytics: 1 index
- 💻 Applications & Tools: 1 index
- 🛡️ System & Utilities: 1 index
- 📚 Documentation: 1 index

---

## Data Access & API

This repository provides multiple ways to access the data programmatically:

### Data Exports
Direct file downloads:
- [Repository Index (JSON)](data/exports/repo-index.json)
- [Repository Index (CSV)](data/exports/repo-index.csv)
- [Indices Configuration (JSON)](data/indices.json)

### API Endpoints
When accessed through GitHub Pages:
```
# Complete repository data in JSON format
https://danielrosehill.github.io/Github-Timeline/data/exports/repo-index.json

# Category-specific repository lists
https://danielrosehill.github.io/Github-Timeline/lists/categories/{category-name}.txt
```

### Documentation
For detailed API documentation and usage examples:
- [Interactive API Documentation](https://danielrosehill.github.io/Github-Timeline/)
- [API Usage Examples](examples/api-usage.md)

The data is automatically updated whenever the repository is updated.