GithubHelp home page GithubHelp logo

cyberflamego / autochrome Goto Github PK

View Code? Open in Web Editor NEW

This project forked from 0xdeki/autochrome

0.0 2.0 0.0 24.37 MB

Web bot written in Java based on Chromium (JCEF)

License: Other

Java 99.87% Batchfile 0.13%

autochrome's Introduction

AutoChrome

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.

Requirements

IntelliJ IDEA (preferrably)

Java JDK 8+

libcef.dll from here

Command line arguments

-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

Installation

  1. Clone the repository to your IDE of choice (IntelliJ recommended!)
  2. Place libcef.dll in /lib/win64
  3. Build!

Making scripts

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.

Packaging/running

  1. Package the artifact with the premade configuration (client.jar)
  2. Copy /lib/win64 to the path of the jar file
  3. Run with java -jar -Djava.library.path=./win64 client.jar

autochrome's People

Contributors

0xdeki avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.