LEECH_SPLIT_SIZE: Size of split in bytes. Default is 2GB. Default is 4GB if your account is premium. Int AS_DOCUMENT: Default type of Telegram file upload. Default is False mean as media. Bool EQUAL_SPLITS: Spli
Build And Run The Docker Image Using Official Docker Commands Start Docker daemon (SKIP if already running, mostly you don't need to do this): sudo dockerd Build Docker image: sudo docker build . -t wzmlx Run the image: sudo docker run -p 80:80 -p 8080:8080 wzmlx To stop...
At this point, you should be able to test the integrated Azure Health Bot service, embed it into a page, and start a chat. When the chat is opened, it should immediately start the chatbot and show the automatic welcome message. All messages are now exchanged through the chatbot and its ...
Using official docker commands. Using docker-compose. (Recommended) Build And Run The Docker Image Using Official Docker Commands Start Docker daemon (SKIP if already running, mostly you don't need to do this): sudo dockerd Build Docker image: sudo docker build . -t wzmlx Run the im...
CMD_SUFFIX: commands index number. This number will added at the end all commands. Str|Int AUTHORIZED_CHATS: Fill user_id and chat_id of groups/users you want to authorize. Separate them by space. Int SUDO_USERS: Fill user_id of users whom you want to give sudo permission. Separate th...
LEECH_SPLIT_SIZE: Size of split in bytes. Default is 2GB. Default is 4GB if your account is premium. Int AS_DOCUMENT: Default type of Telegram file upload. Default is False mean as media. Bool EQUAL_SPLITS: Split files larger than LEECH_SPLIT_SIZE into equal parts size (Not working wi...
CMD_SUFFIX: commands index number. This number will added at the end all commands. Str|Int AUTHORIZED_CHATS: Fill user_id and chat_id of groups/users you want to authorize. Separate them by space. Int SUDO_USERS: Fill user_id of users whom you want to give sudo permission. Separate th...
LEECH_SPLIT_SIZE: Size of split in bytes. Default is 2GB. Default is 4GB if your account is premium. Int AS_DOCUMENT: Default type of Telegram file upload. Default is False mean as media. Bool EQUAL_SPLITS: Split files larger than LEECH_SPLIT_SIZE into equal parts size (Not working wi...
EQUAL_SPLITS: Split files larger thanLEECH_SPLIT_SIZEinto equal parts size (not working with zip cmd). Default isFalse.Bool USER_SESSION_STRING: Pyrogram session string for batch commands and for telegram premium upload. To generate string session use this commandpython3 session_generator.pyon co...
Build And Run The Docker Image Using Official Docker Commands Start Docker daemon (SKIP if already running, mostly you don't need to do this): sudo dockerd Build Docker image: sudo docker build . -t wzmlx Run the image: sudo docker run -p 80:80 -p 8080:8080 wzmlx ...