Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mapkyca/BashKnown
Unix command line tools for communicating with the Known API
https://github.com/mapkyca/BashKnown
Last synced: 3 months ago
JSON representation
Unix command line tools for communicating with the Known API
- Host: GitHub
- URL: https://github.com/mapkyca/BashKnown
- Owner: mapkyca
- Created: 2015-03-21T20:01:06.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-04-13T08:40:26.000Z (over 6 years ago)
- Last Synced: 2024-04-09T14:22:07.410Z (7 months ago)
- Language: Shell
- Size: 14.6 KB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
Known BASH API tools
====================This is a collection of bash command line tools for interfacing with the Known api.
It uses the user api token (available from your tools and apps menu) in order to interface with your known site.
This is quite handy, you can for example use it to send a tweet from the command line (as I do), or as part of the
"internet of things" to allow system processes to send messages to a Known powered status page (as I also do).Requirements
------------
* curl
* php cli
* python
* openssl
* base64The last should be part of your distro's core utils package.
Example
-------Send a status message, and send it to twitter.
echo "my tweet" | ./status.sh https://mysite.com me myaccesscode twitter::username
Licence
-------GPL 2
See
---* Author: Marcus Povey http://www.marcus-povey.co.uk