Skip to content
This repository has been archived by the owner on Jan 13, 2023. It is now read-only.

HSGamer/EOSClientLauncher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

I graduated, so there is no reason to continue this.

EOSClientLauncher

Info

  • This is a simple program to download the EOS Client
  • I've seen the news that you need to re-download the client on every exam days, which is hilarious
  • I'm lazy, so I made my own tool to automatically download it

Download

  • Download the jar file from here

Requirement

  • Java 8 or newer

Set Up

  1. Create your Drive project and get its Client ID and Client Secret
  2. Download the jar file
  3. Create a run script named start.bat at the same directory as the jar file
  4. Add this line to start.bat
java -jar eos-cli.jar
  1. Save start.bat
  2. Run start.bat, It should fail in the first time (because we didn't setup the client settings)
  3. On the newly config.yml on the same directory
    • Set the value of client.id to your client's ID
    • Set the value of client.secret to your client's secret key
    • Edit some options to the way you want
  4. Save it and run again
  5. On the first run, the program will open a page asking you to fill your account. You should enter the account that has access to the Shared Drive of FPT University
  6. Once you filled, a token will be saved to the program and the downloading process will be started.
  7. Now, on everytime you run the program, you only have to choose the file you want to launch and the program will download and launch it automatically