Skip to content

kazuhira-r/tweet-bot

Repository files navigation

tweet-bot Build Status

It is a bot application for Twitter that the author personally uses.

To use it, package it in WAR and deploy it, or run standalone with WildFly Swarm.

Technology Stack

Note: WildFly Swarm is only used for standalone execution.

build or execute

execute (using WildFly Swarm)

$ ./run-development.sh

Note: applied "-Dorg.apache.deltaspike.ProjectStage=Development"

execute (without build)

$ ./no-build-run-development.sh

Note: applied "-Dorg.apache.deltaspike.ProjectStage=Development"

Note: It must be created by Fat JAR by WildFly Swarm first.

packaging WAR (no WildFly Swarm)

$ ./slim-packaging.sh

packaging Fat JAR (with WildFly Swarm)

$ ./swarm-packaging.sh

Unit-Test

$ mvn test