Skip to content

Random-Projects9/podcast-aggregator

Repository files navigation

Getting Started

Prerequisites

  • Python 3.7+
  • pip

Installation

  1. Clone the repository:

    git clone <repo-url>
    cd aggregator
  2. Install dependencies:

    pip install -r requirements.txt
  3. Apply migrations:

    python manage.py migrate
  4. (Optional) Create a superuser for admin access:

    python manage.py createsuperuser
  5. Start the development server:

    python manage.py runserver
  6. Visit http://localhost:8000/ to view the homepage.

Fetching Podcast Episodes

Podcast episodes are fetched automatically by scheduled jobs. To start the job scheduler manually, run:

python manage.py startjobs

image image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages