Icon auto-voting app
- NodeJS 10+
- Python 2.7.* for Windows
git clone https://github.com/cybor97/icon_votingsudo npm i -g yarn(without sudo for windows)yarn installnpm rebuildyarn start(to debug)yarn build(to build app, executables will be generated in /dist folder, provide--linux,--macor--windowsto build for specified environment)
Start executable(or debug), input keystore and password(credentials will be stored in localStorage) and click "Start". You'll need to set percents of votes. Voting process starts strictly once per day(starting next day) if app is running, so there's a sense to set autorun.
Somehow electron-builder breaks scss in build cache.
Just run npm run rebuild.