Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/julius278/iobroker.twitter
Twitter Adapter for ioBroker
https://github.com/julius278/iobroker.twitter
iobroker javascript smarthome twitter twitter-adapter
Last synced: 1 day ago
JSON representation
Twitter Adapter for ioBroker
- Host: GitHub
- URL: https://github.com/julius278/iobroker.twitter
- Owner: Julius278
- License: mit
- Created: 2020-06-03T17:52:25.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-31T19:27:18.000Z (8 days ago)
- Last Synced: 2024-10-31T20:25:36.455Z (8 days ago)
- Topics: iobroker, javascript, smarthome, twitter, twitter-adapter
- Language: JavaScript
- Homepage:
- Size: 491 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![Logo](admin/twitter.png)
# ioBroker.twitter[![NPM version](http://img.shields.io/npm/v/iobroker.twitter.svg)](https://www.npmjs.com/package/iobroker.twitter)
[![Downloads](https://img.shields.io/npm/dm/iobroker.twitter.svg)](https://www.npmjs.com/package/iobroker.twitter)
![Number of Installations (latest)](http://iobroker.live/badges/twitter-installed.svg)
![Number of Installations (stable)](http://iobroker.live/badges/twitter-stable.svg)
[![Dependency Status](https://img.shields.io/david/Julius278/iobroker.twitter.svg)](https://david-dm.org/Julius278/iobroker.twitter)
[![Known Vulnerabilities](https://snyk.io/test/github/Julius278/ioBroker.twitter/badge.svg)](https://snyk.io/test/github/Julius278/ioBroker.twitter)[![NPM](https://nodei.co/npm/iobroker.twitter.png?downloads=true)](https://nodei.co/npm/iobroker.twitter/)
## twitter adapter for ioBroker
Describe your project here
## Developer manual
This section is intended for the developer. It can be deleted later### Getting started
1. First you have to create an [Twitter App](https://developer.twitter.com/en/apps/create).
2. After many steps you get the following keys and tokens:
![Keys and Tokens](img/Keys_and_Tokens.png)
3. Insert them in the adapter page
4. There is an "Test" button, which posts an "Hello world!" message to your timeline to proof, that it works.### Usage
To post or get information from ScriptEngine just write:```
// post a tweet to your timeline via twitter adapter
sendTo("twitter", "send", "message body");
sendTo("twitter", "post", "message body");// it's also possible to manage different accounts and post
sendTo("twitter.1", "send", "message body");
sendTo("twitter.1", "post", "message body");// If you want to test the dummyPost (hello world) tweet
sendTo("twitter", "dummyPost");
```## Changelog
### 0.0.1
* (Julius278) initial release## License
MIT LicensePermission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.# ioBroker.twitterCopyright (c) 2022 Julius278