Skip to content

PlayShikiApp/PlayShikiClient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PlayShikiClient

A client-side part of PlayShikimoriApp

Configuration

Install dependencies

cd ../PlayShikiClient
npm install
sudo npm install -g pkg

Generate *.js keys (key.priv and key2.priv must match keys used on server):

./utils/genkeys.py key.priv keys/key.js
./utils/genkeys.py key2.priv keys/key2.js

Configure host address and port in config.js file

module.exports = {
   "HOST": "127.0.0.1",
   "PORT": "8100"
}

Client app packaging and run

cd ../PlayShikiClient
pkg .

Run Shikimori.exe and leave it running in background.

About

A client-side part of PlayShikimoriApp

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published