Doomsday Dispatcher is a radio program. Content is generated using current and past events. New content follows a clear goal and program for a radio and podcast format. Everything else is generated and to some extent random.
Create and activate a Virtual Environment
python -m venv ddd_venv
source ddd_venv/bin/activate
Install Libraries
pip3 install -r requirements.txt
Run code...
Run python manage_dependencies.py
to update the python library dependencies.