- Sent a tweet from your personal twitter account!
- to tweet send a message of "t Hello World #aprs #hamradio"
- 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>
You can install Send tweet via Ham RADIO! via pip from PyPI:
$ pip install aprsd-twitter-plugin
Please see the Command-line Reference for details.
Contributions are very welcome. To learn more, see the Contributor Guide.
Distributed under the terms of the MIT license, Send tweet via Ham RADIO! is free and open source software.
If you encounter any problems, please file an issue along with a detailed description.
This project was generated from @hemna's APRSD Plugin Python Cookiecutter template.