Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/apexal/wednesdayatninepm
For my podcast
https://github.com/apexal/wednesdayatninepm
blog podcast rss website
Last synced: 3 days ago
JSON representation
For my podcast
- Host: GitHub
- URL: https://github.com/apexal/wednesdayatninepm
- Owner: Apexal
- Created: 2023-03-20T04:12:29.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-10T15:30:03.000Z (6 months ago)
- Last Synced: 2024-07-10T18:48:30.364Z (6 months ago)
- Topics: blog, podcast, rss, website
- Language: HTML
- Homepage: https://wednesdayatninepm.com/
- Size: 238 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Wednesday at 9PM Podcast
**Wednesday at 9PM** is a very serious research podcast about weird, local stories. It is hosted by me and my buddies. Our goal is to run a stream-lined, high quality podcast but to make it as inexpensive as possible.
This repository hosts:
- the website
- the RSS feed generation
- episode metadata (coverart, images, description, etc.)The actual episode audio is hosted in a Digital Ocean Space (I don't wanna learn S3).
The website and feed are built as a static website using the wonderful [Astro](https://astro.build/). It is then hosted at [wednesdayatninepm.com](https://wednesdayatninepm.com) via Netlify for free. *Nice.*
## Development
Requirements:
- Node
- npmRunning Locally:
- `git clone [email protected]:Apexal/wednesdayatninepm.git`
- `cd wednesdayatninepm && npm install`
- `npm run dev`## Template
I started this from the [Blogster sleek template](https://astro.build/themes/details/blogster-sleek/), though I ended up ripping out most things except the theme.
## Scripts
### Generate Episode Transcript
```bash
$ whisper episode.wav --model small.en --output_dir public/episodes/transcripts/
```