Skip to content
nathanrish edited this page Aug 23, 2024 · 2 revisions

It looks like the formatting issue in the preview might be due to the way Markdown handles code blocks and formatting. Here’s a refined version of the content that should look clean and well-formatted in the GitHub wiki:


Title: Getting Started

Content:

Getting Started

Welcome to the YouTube Audio Processor project! Follow these steps to clone the repository and get started.

Cloning the Repository

To get a copy of this project on your local machine, follow these steps:

  1. Open a Terminal or Command Prompt: Open the terminal on Linux or macOS, or the command prompt on Windows.

  2. Clone the Repository: Execute the following command to clone the repository:

    git clone https://github.com/nathanrish/youtube_audio_processor.git

    This command downloads the project files to your local system.

  3. Navigate to the Project Directory: Move into the project directory with:

    cd youtube_audio_processor
  4. Install Dependencies: Ensure all necessary dependencies are installed by running:

    pip install -r requirements.txt
  5. Set Up Configuration: Create a .env file in the project root with the required environment variables. Refer to the Configuration page for details on the required variables.

  6. Run the Application: Start the application with:

    python main.py

    Follow the prompts to enter the YouTube video URL and configure your settings.

Troubleshooting

If you encounter any issues, consult the Troubleshooting section for help, or reach out for support.

Additional Resources

Clone this wiki locally