aprsd-twitter-plugin


Nameaprsd-twitter-plugin JSON
Version 0.5.0 PyPI version JSON
download
home_page
SummaryPython APRSD plugin to send tweets
upload_time2023-01-10 16:51:49
maintainer
docs_urlNone
authorWalter A. Boring IV
requires_python
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Send tweet via Ham RADIO!
=========================

|PyPI| |Status| |Python Version| |License|

|Read the Docs| |Tests| |Codecov|

|pre-commit|

.. |PyPI| image:: https://img.shields.io/pypi/v/aprsd-twitter-plugin.svg
   :target: https://pypi.org/project/aprsd-twitter-plugin/
   :alt: PyPI
.. |Status| image:: https://img.shields.io/pypi/status/aprsd-twitter-plugin.svg
   :target: https://pypi.org/project/aprsd-twitter-plugin/
   :alt: Status
.. |Python Version| image:: https://img.shields.io/pypi/pyversions/aprsd-twitter-plugin
   :target: https://pypi.org/project/aprsd-twitter-plugin
   :alt: Python Version
.. |License| image:: https://img.shields.io/pypi/l/aprsd-twitter-plugin
   :target: https://opensource.org/licenses/MIT
   :alt: License
.. |Read the Docs| image:: https://img.shields.io/readthedocs/aprsd-twitter-plugin/latest.svg?label=Read%20the%20Docs
   :target: https://aprsd-twitter-plugin.readthedocs.io/
   :alt: Read the documentation at https://aprsd-twitter-plugin.readthedocs.io/
.. |Tests| image:: https://github.com/hemna/aprsd-twitter-plugin/workflows/Tests/badge.svg
   :target: https://github.com/hemna/aprsd-twitter-plugin/actions?workflow=Tests
   :alt: Tests
.. |Codecov| image:: https://codecov.io/gh/hemna/aprsd-twitter-plugin/branch/main/graph/badge.svg
   :target: https://codecov.io/gh/hemna/aprsd-twitter-plugin
   :alt: Codecov
.. |pre-commit| image:: https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white
   :target: https://github.com/pre-commit/pre-commit
   :alt: pre-commit


Features
--------

* Sent a tweet from your personal twitter account!
* to tweet send a message of "t Hello World #aprs #hamradio"


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

* This plugin requires you have a twitter account and create a developer
  account with:
* api key
* api key secret
* access token
* access token secret

Add the following entries to the aprsd.yml file

.. code:: yaml

    services:
      twitter:
        apiKey: <your api key here>
        apiKey_secret: <your api key secret here>
        access_token: <your Twitter app access token>
        access_token_secret: <your Twitter app access token secret>


Installation
------------

You can install *Send tweet via Ham RADIO!* via pip_ from PyPI_:

.. code:: console

   $ pip install aprsd-twitter-plugin


Usage
-----

Please see the `Command-line Reference <Usage_>`_ for details.


Contributing
------------

Contributions are very welcome.
To learn more, see the `Contributor Guide`_.


License
-------

Distributed under the terms of the `MIT license`_,
*Send tweet via Ham RADIO!* is free and open source software.


Issues
------

If you encounter any problems,
please `file an issue`_ along with a detailed description.


Credits
-------

This project was generated from `@hemna`_'s `APRSD Plugin Python Cookiecutter`_ template.

.. _@hemna: https://github.com/hemna
.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _MIT license: https://opensource.org/licenses/MIT
.. _PyPI: https://pypi.org/
.. _APRSD Plugin Python Cookiecutter: https://github.com/hemna/cookiecutter-aprsd-plugin
.. _file an issue: https://github.com/hemna/aprsd-twitter-plugin/issues
.. _pip: https://pip.pypa.io/
.. github-only
.. _Contributor Guide: CONTRIBUTING.rst
.. _Usage: https://aprsd-twitter-plugin.readthedocs.io/en/latest/usage.html


            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "aprsd-twitter-plugin",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Walter A. Boring IV",
    "author_email": "waboring@hemna.com",
    "download_url": "https://files.pythonhosted.org/packages/59/d6/4d2e286a95afcac14a88b9b80028c20c6228d8117190e27ac62043f3314d/aprsd_twitter_plugin-0.5.0.tar.gz",
    "platform": null,
    "description": "Send tweet via Ham RADIO!\n=========================\n\n|PyPI| |Status| |Python Version| |License|\n\n|Read the Docs| |Tests| |Codecov|\n\n|pre-commit|\n\n.. |PyPI| image:: https://img.shields.io/pypi/v/aprsd-twitter-plugin.svg\n   :target: https://pypi.org/project/aprsd-twitter-plugin/\n   :alt: PyPI\n.. |Status| image:: https://img.shields.io/pypi/status/aprsd-twitter-plugin.svg\n   :target: https://pypi.org/project/aprsd-twitter-plugin/\n   :alt: Status\n.. |Python Version| image:: https://img.shields.io/pypi/pyversions/aprsd-twitter-plugin\n   :target: https://pypi.org/project/aprsd-twitter-plugin\n   :alt: Python Version\n.. |License| image:: https://img.shields.io/pypi/l/aprsd-twitter-plugin\n   :target: https://opensource.org/licenses/MIT\n   :alt: License\n.. |Read the Docs| image:: https://img.shields.io/readthedocs/aprsd-twitter-plugin/latest.svg?label=Read%20the%20Docs\n   :target: https://aprsd-twitter-plugin.readthedocs.io/\n   :alt: Read the documentation at https://aprsd-twitter-plugin.readthedocs.io/\n.. |Tests| image:: https://github.com/hemna/aprsd-twitter-plugin/workflows/Tests/badge.svg\n   :target: https://github.com/hemna/aprsd-twitter-plugin/actions?workflow=Tests\n   :alt: Tests\n.. |Codecov| image:: https://codecov.io/gh/hemna/aprsd-twitter-plugin/branch/main/graph/badge.svg\n   :target: https://codecov.io/gh/hemna/aprsd-twitter-plugin\n   :alt: Codecov\n.. |pre-commit| image:: https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white\n   :target: https://github.com/pre-commit/pre-commit\n   :alt: pre-commit\n\n\nFeatures\n--------\n\n* Sent a tweet from your personal twitter account!\n* to tweet send a message of \"t Hello World #aprs #hamradio\"\n\n\nRequirements\n------------\n\n* This plugin requires you have a twitter account and create a developer\n  account with:\n* api key\n* api key secret\n* access token\n* access token secret\n\nAdd the following entries to the aprsd.yml file\n\n.. code:: yaml\n\n    services:\n      twitter:\n        apiKey: <your api key here>\n        apiKey_secret: <your api key secret here>\n        access_token: <your Twitter app access token>\n        access_token_secret: <your Twitter app access token secret>\n\n\nInstallation\n------------\n\nYou can install *Send tweet via Ham RADIO!* via pip_ from PyPI_:\n\n.. code:: console\n\n   $ pip install aprsd-twitter-plugin\n\n\nUsage\n-----\n\nPlease see the `Command-line Reference <Usage_>`_ for details.\n\n\nContributing\n------------\n\nContributions are very welcome.\nTo learn more, see the `Contributor Guide`_.\n\n\nLicense\n-------\n\nDistributed under the terms of the `MIT license`_,\n*Send tweet via Ham RADIO!* is free and open source software.\n\n\nIssues\n------\n\nIf you encounter any problems,\nplease `file an issue`_ along with a detailed description.\n\n\nCredits\n-------\n\nThis project was generated from `@hemna`_'s `APRSD Plugin Python Cookiecutter`_ template.\n\n.. _@hemna: https://github.com/hemna\n.. _Cookiecutter: https://github.com/audreyr/cookiecutter\n.. _MIT license: https://opensource.org/licenses/MIT\n.. _PyPI: https://pypi.org/\n.. _APRSD Plugin Python Cookiecutter: https://github.com/hemna/cookiecutter-aprsd-plugin\n.. _file an issue: https://github.com/hemna/aprsd-twitter-plugin/issues\n.. _pip: https://pip.pypa.io/\n.. github-only\n.. _Contributor Guide: CONTRIBUTING.rst\n.. _Usage: https://aprsd-twitter-plugin.readthedocs.io/en/latest/usage.html\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Python APRSD plugin to send tweets",
    "version": "0.5.0",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "aeac8902154924a5ed90fe3592bdb975c0073e0defd63f04a2e2e1a39cdf274d",
                "md5": "35b97cfe91fc49238bfedb5c1905842b",
                "sha256": "73272ce27fc025ff1101317b33540d4a996c8c9e3306c879f242b61aa38342f0"
            },
            "downloads": -1,
            "filename": "aprsd_twitter_plugin-0.5.0-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "35b97cfe91fc49238bfedb5c1905842b",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 8175,
            "upload_time": "2023-01-10T16:51:47",
            "upload_time_iso_8601": "2023-01-10T16:51:47.406005Z",
            "url": "https://files.pythonhosted.org/packages/ae/ac/8902154924a5ed90fe3592bdb975c0073e0defd63f04a2e2e1a39cdf274d/aprsd_twitter_plugin-0.5.0-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "59d64d2e286a95afcac14a88b9b80028c20c6228d8117190e27ac62043f3314d",
                "md5": "c215e626beedb93edf0e9a40b4c9943e",
                "sha256": "6de822c9b331eea69fa57eb427719a2063cfc32afbee0e9aa5a92ad7e79cb7a4"
            },
            "downloads": -1,
            "filename": "aprsd_twitter_plugin-0.5.0.tar.gz",
            "has_sig": false,
            "md5_digest": "c215e626beedb93edf0e9a40b4c9943e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 13634,
            "upload_time": "2023-01-10T16:51:49",
            "upload_time_iso_8601": "2023-01-10T16:51:49.204457Z",
            "url": "https://files.pythonhosted.org/packages/59/d6/4d2e286a95afcac14a88b9b80028c20c6228d8117190e27ac62043f3314d/aprsd_twitter_plugin-0.5.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-10 16:51:49",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "aprsd-twitter-plugin"
}
        
Elapsed time: 0.07094s