An open API service indexing awesome lists of open source software.

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

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