Last updated:
0 purchases
aprsdtwitterplugin 0.5.0
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
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:
$ pip install aprsd-twitter-plugin
Usage
Please see the Command-line Reference 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.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.