Skip to content

Commit

Permalink
Added password hash calculator for #20
Browse files Browse the repository at this point in the history
  • Loading branch information
thelabcat committed Aug 12, 2024
1 parent 885693c commit dd64ac6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ requires-python = ">=3.8"
dependencies = [
"browsermob-proxy",
"cocorum",
"js2py",
"moviepy",
"requests",
"selenium",
Expand Down
3 changes: 3 additions & 0 deletions src/rumchat_actor/localvars.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
#Rumble channel URL. Format with channel_name
CHANNEL_URL = RUMBLE_BASE_URL + "/c/{channel_name}"

#Rumble control service
SERVICE_URL = RUMBLE_BASE_URL + "/service.php"

#Maximum chat message length
MAX_MESSAGE_LEN = 200

Expand Down

0 comments on commit dd64ac6

Please sign in to comment.