|
21 | 21 |
|
22 | 22 |
|
23 | 23 | ## [Settings](https://github.com/HiddenCodeDevs/BlumTelegramBot/blob/main/.env-example/)
|
24 |
| -| Settings | Description | |
25 |
| -|:---------------------------:|:----------------------------------------------------------------------------:| |
26 |
| -| **API_ID / API_HASH** | Platform data from which to run the Telegram session (default - android) | |
27 |
| -| **PLAY_GAMES** | Play games or just start farming (default is True) | |
28 |
| -| **POINTS** | Points per game (default is [190, 230] ((That is, 190 to 230) | |
29 |
| -| **AUTO_TASKS** | Do tasks or not (default is True) | |
30 |
| -| **TRIBE_CHAT_TAG** | Your tribe telegram tag for auto join | |
31 |
| -| **USE_RANDOM_DELAY_IN_RUN** | Name saying itself | |
32 |
| -| **RANDOM_DELAY_IN_RUN** | Random seconds delay for ^^^ (default is [5, 30] | |
33 |
| -| **USE_REF** | Register accounts with ur referral or not (default - False) | |
34 |
| -| **REF_ID** | Your referral argument (comes after app/startapp? in your referral link) | |
35 |
| -| **USE_PROXY_FROM_FILE** | Whether to use a proxy from the `bot/config/proxies.txt` file (True / False) | |
| 24 | +| Settings | Description | |
| 25 | +|:-----------------------------------:|:----------------------------------------------------------------------------:| |
| 26 | +| **API_ID / API_HASH** | Platform data from which to run the Telegram session (default - android) | |
| 27 | +| **PLAY_GAMES** | Play games or just start farming (default is True) | |
| 28 | +| **POINTS** | Points per game (default is [190, 230] ((That is, 190 to 230) | |
| 29 | +| **AUTO_TASKS** | Do tasks or not (default is True) | |
| 30 | +| **TRIBE_CHAT_TAG** | Your tribe telegram tag for auto join | |
| 31 | +| **USE_RANDOM_DELAY_IN_RUN** | Name saying itself | |
| 32 | +| **RANDOM_DELAY_IN_RUN** | Random seconds delay for ^^^ (default is [5, 30] | |
| 33 | +| **USE_REF** | Register accounts with ur referral or not (default - False) | |
| 34 | +| **REF_ID** | Your referral argument (comes after app/startapp? in your referral link) | |
| 35 | +| **USE_PROXY_FROM_FILE** | Whether to use a proxy from the `bot/config/proxies.txt` file (True / False) | |
| 36 | +| **SLEEP_MINUTES_BEFORE_ITERATIONS** | Sleep minutes between checks (default is [120, 600] ((That is, 120 to 600) | |
| 37 | +| **DEBUG** | Disable random delay in run and change log level to DEBUG | |
36 | 38 |
|
37 | 39 | ## Quick Start 📚
|
38 | 40 |
|
|
0 commit comments