https://github.com/domdfcoding/cyberpunk-radio-extractor
Extract Cyberpunk 2077 radios (and jingles) as MP3 files with album art.
https://github.com/domdfcoding/cyberpunk-radio-extractor
python
Last synced: about 1 month ago
JSON representation
Extract Cyberpunk 2077 radios (and jingles) as MP3 files with album art.
- Host: GitHub
- URL: https://github.com/domdfcoding/cyberpunk-radio-extractor
- Owner: domdfcoding
- License: mit
- Created: 2025-12-03T19:24:43.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2026-01-11T13:25:21.000Z (2 months ago)
- Last Synced: 2026-01-11T17:26:03.607Z (2 months ago)
- Topics: python
- Language: Python
- Homepage:
- Size: 91.8 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
README
==========================
cyberpunk-radio-extractor
==========================
.. start short_desc
**Extract Cyberpunk 2077 radios (and jingles) as MP3 files with album art.**
.. end short_desc
.. start shields
.. list-table::
:stub-columns: 1
:widths: 10 90
* - Tests
- |actions_linux| |actions_windows| |actions_macos|
* - Activity
- |commits-latest| |commits-since| |maintained|
* - QA
- |codefactor| |actions_flake8| |actions_mypy|
* - Other
- |license| |language| |requires|
.. |actions_linux| image:: https://github.com/domdfcoding/cyberpunk-radio-extractor/workflows/Linux/badge.svg
:target: https://github.com/domdfcoding/cyberpunk-radio-extractor/actions?query=workflow%3A%22Linux%22
:alt: Linux Test Status
.. |actions_windows| image:: https://github.com/domdfcoding/cyberpunk-radio-extractor/workflows/Windows/badge.svg
:target: https://github.com/domdfcoding/cyberpunk-radio-extractor/actions?query=workflow%3A%22Windows%22
:alt: Windows Test Status
.. |actions_macos| image:: https://github.com/domdfcoding/cyberpunk-radio-extractor/workflows/macOS/badge.svg
:target: https://github.com/domdfcoding/cyberpunk-radio-extractor/actions?query=workflow%3A%22macOS%22
:alt: macOS Test Status
.. |actions_flake8| image:: https://github.com/domdfcoding/cyberpunk-radio-extractor/workflows/Flake8/badge.svg
:target: https://github.com/domdfcoding/cyberpunk-radio-extractor/actions?query=workflow%3A%22Flake8%22
:alt: Flake8 Status
.. |actions_mypy| image:: https://github.com/domdfcoding/cyberpunk-radio-extractor/workflows/mypy/badge.svg
:target: https://github.com/domdfcoding/cyberpunk-radio-extractor/actions?query=workflow%3A%22mypy%22
:alt: mypy status
.. |requires| image:: https://dependency-dash.repo-helper.uk/github/domdfcoding/cyberpunk-radio-extractor/badge.svg
:target: https://dependency-dash.repo-helper.uk/github/domdfcoding/cyberpunk-radio-extractor/
:alt: Requirements Status
.. |codefactor| image:: https://img.shields.io/codefactor/grade/github/domdfcoding/cyberpunk-radio-extractor?logo=codefactor
:target: https://www.codefactor.io/repository/github/domdfcoding/cyberpunk-radio-extractor
:alt: CodeFactor Grade
.. |license| image:: https://img.shields.io/github/license/domdfcoding/cyberpunk-radio-extractor
:target: https://github.com/domdfcoding/cyberpunk-radio-extractor/blob/master/LICENSE
:alt: License
.. |language| image:: https://img.shields.io/github/languages/top/domdfcoding/cyberpunk-radio-extractor
:alt: GitHub top language
.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/cyberpunk-radio-extractor/v0.0.0
:target: https://github.com/domdfcoding/cyberpunk-radio-extractor/pulse
:alt: GitHub commits since tagged version
.. |commits-latest| image:: https://img.shields.io/github/last-commit/domdfcoding/cyberpunk-radio-extractor
:target: https://github.com/domdfcoding/cyberpunk-radio-extractor/commit/master
:alt: GitHub last commit
.. |maintained| image:: https://img.shields.io/maintenance/yes/2026
:alt: Maintenance
.. end shields
Installation
--------------
.. start installation
``cyberpunk-radio-extractor`` can be installed from GitHub.
To install with ``pip``:
.. code-block:: bash
$ python -m pip install git+https://github.com/domdfcoding/cyberpunk-radio-extractor
.. end installation