Go to file
minicx db2d18bdad fixed issue of resetting working while updating 2022-12-22 22:50:48 +03:00
interfaces test migration to sqlite database 2022-12-22 20:39:36 +03:00
.gitignore test migration to sqlite database 2022-12-22 20:39:36 +03:00
LICENSE Added README and LICENSE 2022-12-14 20:24:32 +03:00
README.md added skeleton of solving system 2022-12-15 15:41:01 +03:00
automatization.ts fixed issue with undefined `completedGroupsTasks` 2022-12-22 21:26:00 +03:00
database.ts fixed issue of resetting working while updating 2022-12-22 22:50:48 +03:00
index.ts fixed issue of resetting working while updating 2022-12-22 22:50:48 +03:00
logger.ts Added README and LICENSE 2022-12-14 20:24:32 +03:00
package.json fixed issue of resetting working while updating 2022-12-22 22:50:48 +03:00
tsconfig.json vertification 2022-12-02 20:38:40 +03:00
utils.ts same issue 2022-12-20 20:10:42 +03:00

README.md

HK_BOT🤖

Hits License

List of content

Installing

  1. Prerequirements

    You need to install this packages:

    • NodeJS>=14.x version
    • Docker
    • yarn or npm

    Linux:

    After installing packages, you must add your user at docker group to have access to docker's commands without root(Without this the script will not work )

  2. Cloning repo

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

  3. Installing all dependencies

    Run in hk_bot directory npm install or yarn install

  4. 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

  • 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>"
       }
     }
    }
    

Settings

Script will create settings.json file

from there you can change some settings

Setting Description
logLevel Sets level of logs
pararels This setting affects the number of running groups of accounts
mainCrypto Temp setting
minimalToWithdraw This setting sets the minimum balance at which the withdrawal will be made
maxRefferals This setting affects the maximum depth of the referral tree
botMessages This setting specifies the messages the script is searching for
botButtons This setting specifies the text buttons that are available in hk_bot
telegramLinks This setting sets the links to the bot and the groups you need to join in order to use it
sleepTime This setting sets the delay time
shuffleAccounts This setting determines whether or not accounts will be migrated (this is needed to simulate a live user)
bypassMode This parameter manages that the script will bypass the timer on timed ad pages

Creator and contributors