Go to file
2023-02-17 02:43:04 +03:00
Automatization Migrated to dockage/tor-privoxy 2023-02-17 02:43:04 +03:00
Databases fixed some errors 2023-02-16 16:50:01 +03:00
DockerWrapper Migrated to dockage/tor-privoxy 2023-02-17 02:43:04 +03:00
Helpers Migrated to dockage/tor-privoxy 2023-02-17 02:43:04 +03:00
Worker mainline to use timeouts 2023-02-16 19:24:25 +03:00
.gitignore First commit 2023-02-09 22:31:14 +03:00
index.ts First commit 2023-02-09 22:31:14 +03:00
jest.config.ts First commit 2023-02-09 22:31:14 +03:00
LICENSE First commit 2023-02-09 22:31:14 +03:00
package.json Migrated to dockage/tor-privoxy 2023-02-17 02:43:04 +03:00
README.md First commit 2023-02-09 22:31:14 +03:00
tsconfig.json first stable dev version 2023-02-10 15:03:14 +03:00

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