src.Core package
Submodules
src.Core.core module
- async src.Core.core.check_connection() None [source]
Check the Internet connection of the Host Machine
src.Core.exceptions module
- exception src.Core.exceptions.CallTimeException[source]
Bases:
Exception
Wait time is too short for WhatsApp Web to Open
- exception src.Core.exceptions.CountryCodeException[source]
Bases:
Exception
Country Code is not present in the Phone Number
- exception src.Core.exceptions.InternetException[source]
Bases:
Exception
Host machine is not connected to the Internet or the connection Speed is Slow
- exception src.Core.exceptions.InvalidPhoneNumber[source]
Bases:
Exception
Phone number given is invalid
src.Core.log module
- async src.Core.log.format_message(message: str) str [source]
Formats the Message to remove redundant Spaces and Newline chars