jbuitt / nwws-python-client

Python client for downloading products from NOAA Weather Wire
https://github.com/jbuitt/nwws-python-client
MIT License
10 stars 10 forks source link

Updates nwws.py to use Slixmpp instead of outdated Sleekxmpp #9

Closed jbuitt closed 5 months ago

jbuitt commented 5 months ago

These are the changes to convert the nwws.py script to use Slixmpp instead of SleekXMPP.

The Dockerfile now uses the python:3 image w/ associated requirements.txt file, instead of the ubuntu:22.04 image for simplicity and speed.

The docker-compose.yml file has been renamed to compose.yml and the Docker Compose version has also been removed since it is now deprecated.

The changes have been tested locally and confirmed to be working.