Python CLI that converts lists of article URLs into mp3 files.
Benson is a Python command-line tool that converts a list of article URLs (from a file or database) into individual mp3 audio files. It uses Trafilatura for content extraction, pyttsx3 for text-to-speech, and ffmpeg for audio handling. Suited for batching reading backlogs and producing portable audio for offline listening.
0