Skip to content

deathtracktor/audioknigi-club-downloader-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Download multi-part audio books from Audioknigi.club

Pre-requisites

Installation (Windows)

  • Create a virtual environment, clone the code:
$ git clone https://github.com/deathtracktor/audioknigi-club-downloader-app.git src
$ cd audioknigi-club-downloader-app
$ python -m venv .venv
  • Activate virtual environment, install dependencies:
$ source .venv/bin/activate
# Windows
> .venv\Scripts\activate
  • Make sure you have the recent version of Firefox installed;
  • Download Geckodriver, extract to your current working directory;
  • Download and install ffmpeg (optional);
  • Run the app:
cd src
scripts\python app.py
  • Or build a single-file executable:
cd src
pyinstaller app.spec

Enjoy!