You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Hemna bc3595d7a2 update 2 months ago
.github Create FUNDING.yml 1 year ago
aprsd_slack_plugin Update for aprsd 3.0.0 2 months ago
docs Added Makefile, pre-commit. Also update for 1.5.0 2 years ago
tests Update for aprsd 3.0.0 2 months ago
.gitignore Added Makefile, pre-commit. Also update for 1.5.0 2 years ago
.pre-commit-config.yaml More cleanup 3 months ago
AUTHORS 1.0.5 3 months ago
ChangeLog update 2 months ago
LICENSE.txt Added Makefile, pre-commit. Also update for 1.5.0 2 years ago
MANIFEST.in Initial commit 2 years ago
Makefile More cleanup 3 months ago
Makefile.venv Added new notification and location plugin 1 year ago
README.rst Added Makefile, pre-commit. Also update for 1.5.0 2 years ago
gray.conf More cleanup 3 months ago
pyproject.toml Initial commit 2 years ago
requirements-dev.in More cleanup 3 months ago
requirements-dev.txt Update for aprsd 3.0.0 2 months ago
requirements.in Update for APRSD 3.0.0 release. 3 months ago
requirements.txt Update for aprsd 3.0.0 2 months ago
setup.cfg Update for APRSD 3.0.0 release. 3 months ago
setup.py Initial commit 2 years ago
tox.ini update 2 months ago

README.rst

aprsd_slack_plugin
==================

.. image:: https://github.com/hemna/aprsd-slack-plugin/workflows/python/badge.svg
:target: https://github.com/hemna/aprsd-slack-plugin/actions

.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
:target: https://black.readthedocs.io/en/stable/

.. image:: https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336
:target: https://timothycrosley.github.io/isort/

This project is a python plugin for the APRSD server daemon written by
Craig Lamparter. The plugin looks for location APRS commands from a ham
radio, then reports that location to a slack channel. This is basically a
location proxy.

Requirements
------------

Python 3.6+.
APRSD - http://github.com/craigerl/aprsd

.. note::

Because `Python 2.7 supports ended January 1, 2020 <https://pythonclock.org/>`_, new projects
should consider supporting Python 3 only, which is simpler than trying to support both.
As a result, support for Python 2.7 in this example project has been dropped.