Skip to content

Commit

Permalink
Update README.md and soft version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaammerr committed Aug 29, 2024
1 parent f985664 commit a2d3e12
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Bot for Dawn Extension [1.1]
# Bot for Dawn Extension [1.2]

## 🔗 Links

Expand All @@ -21,7 +21,7 @@ The expansion delay between keepalive requests is 120 seconds, so it is recommen

[CAPTCHA]

When registering and logging in, there is a mathematical captcha, so do not forget to top up the anti-captcha balance (https://anti-captcha.com/).
In this version captcha is solved using OCR Paddle (automatic image recognition), so be careful with a large number of threads

[DATABASE]

Expand Down Expand Up @@ -54,7 +54,6 @@ Proxies: data > proxies.txt | Format:
| Name | Description |
|-------------------|--------------------------------------------------|
| threads | Number of accounts that will work simultaneously |
| anti_captcha_api_key | anti-captcha api key |
| keepalive_interval | delay between keepalive requests in seconds |
| imap_settings | imap servers for your mails |

Expand Down
2 changes: 1 addition & 1 deletion console/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class Console:
def show_dev_info():
os.system("cls")
tprint("JamBit")
print("\033[36m" + "VERSION: " + "\033[34m" + "1.1" + "\033[34m")
print("\033[36m" + "VERSION: " + "\033[34m" + "1.2" + "\033[34m")
print(
"\033[36m" + "Channel: " + "\033[34m" + "https://t.me/JamBitPY" + "\033[34m"
)
Expand Down

0 comments on commit a2d3e12

Please sign in to comment.