{"id":24168596,"url":"https://github.com/madeofpendletonwool/podpeople-db","last_synced_at":"2025-03-02T10:15:25.505Z","repository":{"id":258660199,"uuid":"871812004","full_name":"madeofpendletonwool/podpeople-db","owner":"madeofpendletonwool","description":"A website that hosts podpeople. The IMDB of Podcast Hosts","archived":false,"fork":false,"pushed_at":"2024-11-15T00:02:06.000Z","size":1057,"stargazers_count":4,"open_issues_count":3,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-26T05:03:32.773Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/madeofpendletonwool.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-10-13T02:21:19.000Z","updated_at":"2025-02-19T13:55:54.000Z","dependencies_parsed_at":"2024-10-20T16:57:03.397Z","dependency_job_id":null,"html_url":"https://github.com/madeofpendletonwool/podpeople-db","commit_stats":null,"previous_names":["madeofpendletonwool/podpeople-db"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madeofpendletonwool%2Fpodpeople-db","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madeofpendletonwool%2Fpodpeople-db/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madeofpendletonwool%2Fpodpeople-db/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madeofpendletonwool%2Fpodpeople-db/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/madeofpendletonwool","download_url":"https://codeload.github.com/madeofpendletonwool/podpeople-db/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241488198,"owners_count":19970829,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-01-12T22:15:30.247Z","updated_at":"2025-03-02T10:15:25.466Z","avatar_url":"https://github.com/madeofpendletonwool.png","language":"HTML","readme":"# PodPeopleDB\n\nPodPeopleDB is an open-source database for podcast hosts and guests, serving as the IMDB of podcasting. It automatically indexes podcast host information from podcast feeds and allows manual submissions of host/guest information.\n\n## Features\n\n- **Podcast Host Database**: Track hosts and guests across different podcasts\n- **Automatic Feed Parsing**: Extracts host information from `\u003cpodcast:person\u003e` tags in podcast feeds\n- **Manual Submissions**: Allow users to submit additional host/guest information\n- **Public API**: Access podcast host data programmatically\n- **SQLite Database**: Download the entire database for offline use\n- **Admin Dashboard**: Moderate and approve host submissions\n\n## How It Works\n\nPodPeopleDB uses the Podcast Index Feed ID to look up podcasts and automatically extracts host information from podcast feeds that use the podcasting 2.0 `\u003cpodcast:person\u003e` tags. For podcasts without these tags, users can manually submit host information.\n\n### Data Structure\n\n- **Hosts**: Names, roles, descriptions, images, and associated podcasts\n- **Podcasts**: Title, description, author, owner, images, and feed URLs\n- **Automatic Updates**: Keeps host information current based on feed data\n\n## API Endpoints\n\n```\nGET /api/podcast/{id}     - Get podcast information by Podcast Index ID\nGET /api/hosts/{id}       - Get hosts for a specific podcast\nGET /api/recent-hosts     - Get recently added hosts\nGET /api/download-database - Download the entire SQLite database\n```\n\n## Installation\n\n1. Clone the repository:\n```bash\ngit clone https://github.com/yourusername/podpeople-db.git\n```\n\n2. Build the Docker container:\n```bash\ndocker build -t podpeople-db .\n```\n\n3. Run the container:\n```bash\ndocker run -p 8080:8080 podpeople-db\n```\n\n### Environment Variables\n\n- `ADMIN_USERNAME`: Admin dashboard username (default: admin)\n- `ADMIN_PASSWORD`: Admin dashboard password (default: admin)\n- `SEARCH_API_URL`: URL for the Podcast Index API\n\n## Usage\n\n1. Access the web interface at `http://localhost:8080`\n2. Enter a Podcast Index Feed ID to look up a podcast\n3. View host information or submit new host details\n4. Download the database for offline use\n\n## Contributing\n\n1. Fork the repository\n2. Create a feature branch\n3. Commit your changes\n4. Push to the branch\n5. Create a Pull Request\n\n## Technologies Used\n\n- Go (1.23+)\n- SQLite\n- Gorilla Mux for routing\n- HTMX for dynamic content\n- Docker for containerization\n\n## License\n\nThis project is open source and available under the [GNU GENERAL PUBLIC LICENSE](LICENSE).\n\n## Acknowledgments\n\n- Thanks to the Podcast Index for providing the podcast data API\n- Built to support the Podcasting 2.0 initiative and namespace\n- Inspired by the need for better podcast host discovery and tracking\n\n## Security Note\n\nPlease make sure to change the default admin credentials in production by setting the appropriate environment variables.\n\n## ToDo\n\nV1:\n- Add Episode specific entries","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmadeofpendletonwool%2Fpodpeople-db","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmadeofpendletonwool%2Fpodpeople-db","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmadeofpendletonwool%2Fpodpeople-db/lists"}