Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/psmarcin/youtubegoespodcast
🎞 👉🎙 Podcast feed from YouTube channel 🎞 👉🎙
https://github.com/psmarcin/youtubegoespodcast
api go podcast-feed podcasts youtube youtube-channel
Last synced: about 2 months ago
JSON representation
🎞 👉🎙 Podcast feed from YouTube channel 🎞 👉🎙
- Host: GitHub
- URL: https://github.com/psmarcin/youtubegoespodcast
- Owner: psmarcin
- License: mit
- Created: 2019-04-13T15:59:16.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-06-14T15:08:37.000Z (over 1 year ago)
- Last Synced: 2024-10-30T09:41:49.495Z (about 2 months ago)
- Topics: api, go, podcast-feed, podcasts, youtube, youtube-channel
- Language: Go
- Homepage: https://yt.psmarcin.dev
- Size: 4.49 MB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
YouTube Goes Podcast
🎞 👉🎙 Put youtube channel get podcast audio feed 🎞 👉🎙
Youtube Goes Podcast makes podcast feed from YouTube channel.
1. open https://yt.psmarcin.dev
2. type channel name
3. select from results
4. copy generated feed url
5. and use it in your favourite appIt's that simple!
## Features/Roadmap
* [x] **UI** for friendly usage
* [x] Find channel using **search** field
* [x] Automatically generate unique url for YouTube Channel
* [x] **Podcast app agnostics**. Works well in Apple Podcast, Plex Podcasts and others!
* [x] Live updates, you will get up-to-date list of the latest items immediately!
* [x] Support more than latest 15 videos
* [x] Daily updates
* [x] Listen any video on your phone in background
* [x] **Works only for videos with "embed" enabled**### Examples
Use this url `https://yt.psmarcin.dev/feed/channel/UCblfuW_4rakIf2h6aqANefA` in your favorite podcast app. It works on
desktop and mobile too. Tested on:* iPhone Podcast App
* iTunes MacOS App
* Plex Web App
* Plex iOS App### Screens
![Tested apps](assets/iphone-podcast-app.png "Tested apps")
## Development
### Requirements
1. Go in version `>=1.9`, more: https://golang.org/dl/
2. Docker, more: https://docs.docker.com/install/
3. Modd (auto restart), more https://github.com/cortesi/modd
4. Google Cloud Console or mocks
5. golangci-lint: https://golangci-lint.run/usage/install/### Environment variables
Example environment variables
```bash
APP_ENV=development
GOOGLE_API_KEY=
PORT=8080
API_URL=http://localhost:8080/
```### Build
1. `make build`
### Test
1. `make test`
### Develop
1. `make dev`
### Debug
1. `make debug`