]> git.basschouten.com Git - openhab-addons.git/commit
[Twitter] 3.0 Twitter Binding (#10241)
authorScott H <computergeek1507@users.noreply.github.com>
Sun, 5 Sep 2021 07:33:00 +0000 (03:33 -0400)
committerGitHub <noreply@github.com>
Sun, 5 Sep 2021 07:33:00 +0000 (09:33 +0200)
commitb37022c5d78dddd54f133bb6bdbdff7ec7298b7e
tree781dfed13bef9924b565ca42ebb8e79ebb63f856
parent0087c8c828e812781d4e0afce4cb7bedf5c64dd3
[Twitter] 3.0 Twitter Binding (#10241)

* [twitter][WIP] Initial contribution

using the 1.x binding as a template, I created a new Twitter Binding.

Signed-off-by: Scott Hanson <scooter_seh@yahoo.com> (github: computergeek1507)
Signed-off-by: Scott Hanson <scooter_seh@yahoo.com>
* trying to fix twitter4j dependency stuff

Signed-off-by: Scott Hanson <scooter_seh@yahoo.com>
* add to bundle POM

Signed-off-by: Scott Hanson <scooter_seh@yahoo.com>
* trying to fix build

Signed-off-by: Scott Hanson <scooter_seh@yahoo.com>
* Fixed dependency issues, Got Actions working

Signed-off-by: Scott Hanson <scooter_seh@yahoo.com>
* updating readme

Signed-off-by: Scott Hanson <scooter_seh@yahoo.com>
* fix class name

Signed-off-by: Scott Hanson <scooter_seh@yahoo.com>
* Fixes based on review

Signed-off-by: Scott Hanson <scooter_seh@yahoo.com>
* Cleanup based on review and mvn checks

Signed-off-by: Scott Hanson <scooter_seh@yahoo.com>
* grammar fix

Signed-off-by: Scott Hanson <scooter_seh@yahoo.com>
* remove Apache dependencies

Signed-off-by: Scott Hanson <scooter_seh@yahoo.com>
* added Null Checks based on review

Signed-off-by: Scott Hanson <scooter_seh@yahoo.com>
* change null check around

Signed-off-by: Scott Hanson <scooter_seh@yahoo.com>
14 files changed:
CODEOWNERS
bundles/org.openhab.binding.twitter/NOTICE [new file with mode: 0644]
bundles/org.openhab.binding.twitter/README.md [new file with mode: 0644]
bundles/org.openhab.binding.twitter/pom.xml [new file with mode: 0644]
bundles/org.openhab.binding.twitter/src/main/feature/feature.xml [new file with mode: 0644]
bundles/org.openhab.binding.twitter/src/main/java/org/openhab/binding/twitter/internal/TwitterBindingConstants.java [new file with mode: 0644]
bundles/org.openhab.binding.twitter/src/main/java/org/openhab/binding/twitter/internal/TwitterHandler.java [new file with mode: 0644]
bundles/org.openhab.binding.twitter/src/main/java/org/openhab/binding/twitter/internal/TwitterHandlerFactory.java [new file with mode: 0644]
bundles/org.openhab.binding.twitter/src/main/java/org/openhab/binding/twitter/internal/action/TwitterActions.java [new file with mode: 0644]
bundles/org.openhab.binding.twitter/src/main/java/org/openhab/binding/twitter/internal/config/TwitterConfig.java [new file with mode: 0644]
bundles/org.openhab.binding.twitter/src/main/resources/OH-INF/binding/binding.xml [new file with mode: 0644]
bundles/org.openhab.binding.twitter/src/main/resources/OH-INF/i18n/twitter.properties [new file with mode: 0644]
bundles/org.openhab.binding.twitter/src/main/resources/OH-INF/thing/thing-types.xml [new file with mode: 0644]
bundles/pom.xml