Go to file
minicx 92854df70f First init 2023-01-04 16:45:53 +03:00
Databases First init 2023-01-04 16:45:53 +03:00
Docker First init 2023-01-04 16:45:53 +03:00
Interfaces First init 2023-01-04 16:45:53 +03:00
.gitignore Added README and LICENSE 2022-12-14 20:24:32 +03:00
LICENSE Added README and LICENSE 2022-12-14 20:24:32 +03:00
README.md Added README and LICENSE 2022-12-14 20:24:32 +03:00
automatization.ts First init 2023-01-04 16:45:53 +03:00
index.ts First init 2023-01-04 16:45:53 +03:00
logger.ts First init 2023-01-04 16:45:53 +03:00
package.json First init 2023-01-04 16:45:53 +03:00
tsconfig.json First init 2023-01-04 16:45:53 +03:00
utils.ts First init 2023-01-04 16:45:53 +03:00

README.md

HK_BOT🤖

Hits License

Installing

  1. Cloning repo

    To do this run git clone https://git.disroot.org/minicx/hk_bot.git

  2. Installing all dependencies

    Run in hk_bot directory npm install or yarn install

  3. Starting

    Run npm start or yarn start

    Other commands
    Command Description
    build just compile all .ts files to build directory into .js

Format of Faucet wallets data

  • The script currently does not use the email or password of the faucet account

  • JSON file must be in root of hk_bot directory

  • Explanation.json
    {
     "<EMAIL>": {
       "mail_passphrase": "<PASSWORD OF MAIL>",
       "faucetpay": {
         "username": "<USERNAME OF FAUCET ACCOUNT>",
         "password": "<PASSWORD OF FAUCET ACCOUNT>"
       }
     }
    }
    

Creator and contributors