Go to file
minicx ae1e1a17ef migration to test docker image 2023-02-19 15:36:49 +03:00
Automatization migration to test docker image 2023-02-19 15:36:49 +03:00
Databases Fixed checking settings 2023-02-17 23:14:05 +03:00
DockerWrapper migration to test docker image 2023-02-19 15:36:49 +03:00
Helpers Changed logic of reciveing messages 2023-02-18 02:04:05 +03:00
Worker migration to test docker image 2023-02-19 15:36:49 +03:00
.gitignore First commit 2023-02-09 22:31:14 +03:00
LICENSE First commit 2023-02-09 22:31:14 +03:00
README.md 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
package.json Migrated to dockage/tor-privoxy 2023-02-17 02:43:04 +03:00
tsconfig.json first stable dev version 2023-02-10 15:03:14 +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