This repo currently only hosts files for win64, if you are using any other platform (linux, mac, win32) or want to use a different version of Chromium download the correct files from here or compile them yourself from here
Web bot written in Java based on JCEF, based on CEF, a wrapper for Chromium.
Currently running Chromium 78.
IntelliJ IDEA (preferrably)
Java JDK 8+
libcef.dll from here
-script scriptName: Start a script immediately when the client loads
-args arguments: Provide arguments for script to start when client loads (override onStart(String[] args) in script)
-proxy ip:port: Load the client with a proxy
-proxyUsername username: Set a username to authenticate the proxy
-proxyPassword password: Set a password to authenticate the proxy
- Clone the repository to your IDE of choice (IntelliJ recommended!)
- Place libcef.dll in /lib/win64
- Build!
To make scripts simply add classes to the scripts module and package the artifact with the premade configuration (scripts.jar). If you want to do so in a different project or IDE, import client.jar as a library. Put the packaged scripts jar in the same path as the client jar.
- Package the artifact with the premade configuration (client.jar)
- Copy /lib/win64 to the path of the jar file
- Run with
java -jar -Djava.library.path=./win64 client.jar