https://github.com/looztra/fluffy-tanuki
Read a text file and simulate a human typing on a keyboard
https://github.com/looztra/fluffy-tanuki
Last synced: about 1 year ago
JSON representation
Read a text file and simulate a human typing on a keyboard
- Host: GitHub
- URL: https://github.com/looztra/fluffy-tanuki
- Owner: looztra
- License: apache-2.0
- Created: 2015-12-06T09:28:33.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-07T06:29:06.000Z (over 10 years ago)
- Last Synced: 2025-02-09T05:45:35.905Z (over 1 year ago)
- Language: Java
- Size: 11.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
README
= Fluffy Tanuki
== What?
Read text from a text file and simulate the keyboard strikes made by a human being
== How?
=== Build locally
* use `mvn clean package` to generate the fatjar
* use `java -jar target/fluffy-tanuki-*.jar ` to run
=== Build and run with docker
* `docker run -it --rm --name my-maven-project -v "$PWD":/usr/src/mymaven -w /usr/src/mymaven maven:3.2-jdk-8 mvn clean install`
* `docker build -t looztra/fluffy-tanuki .`
* `docker run -ti --rm -e AB_OFF= -v (pwd)/mail-presentation.txt:/app/mail-presentation.txt looztra/fluffy-tanuki /app/run-java.sh /app/mail-presentation.txt`
== FAQ
* why the name *_Fluffy Tanuki_*? : because I was out of inspiration and github proposed this one