kazuhira-r / tweet-bot

My twitter bot application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

My twitter bot application

License:MIT License


Languages

Language:Scala 80.4%Language:HTML 16.9%Language:Java 2.2%Language:Shell 0.5%