Go to file
minicx 0c7f8c9e6c Merge pull request from playground
Reviewed-on: #10
2022-12-14 17:58:32 +00:00
interfaces Added README and LICENSE 2022-12-14 20:24:32 +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 Added README and LICENSE 2022-12-14 20:24:32 +03:00
database.ts Added README and LICENSE 2022-12-14 20:24:32 +03:00
index.ts Prepare to pull 2022-12-14 20:57:11 +03:00
logger.ts Added README and LICENSE 2022-12-14 20:24:32 +03:00
package.json Added README and LICENSE 2022-12-14 20:24:32 +03:00
tsconfig.json vertification 2022-12-02 20:38:40 +03:00
utils.ts Added README and LICENSE 2022-12-14 20:24:32 +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