Skip to content

drlinux/anchorfm-to-zola

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

anchorfm-to-zola

The anchorfm-to-zola script is a tool for fetching podcast metadata and episodes from an AnchorFM RSS feed and creating individual post files using a template. The template is compatible with the Zola static site generator, but it can be easily adapted to your preferred static site generator.

Installation

  1. Clone the repository or download the script files.

  2. Install the required dependencies by running the following command:

    pip install -r requirements.txt
    
  3. Configure the script by editing the config.py file and providing the appropriate values for the feed URL and content directory.

Usage

  1. Run the script by executing the following command:

    python main.py
    

The script will fetch the podcast metadata and episodes from the specified feed URL, create individual post files in the content directory which you configured in config.py.

License

This project is licensed under the BEER-WARE license. See the LICENSE file for more details.

About

Anchor Fm podcast feed to Zola static site generator markdown file parser

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages