Shawk
Shawk copied to clipboard
Library to Send & Receive SMS for Free using Email or Your Phone Number
Traceback (most recent call last): File "C:\Users\Lev\Desktop\fish.py", line 5, in client = shawk.Client(user, password) File "C:\Users\Lev\AppData\Roaming\Python\Python39\site-packages\shawk\Client.py", line 43, in __init__ self.smtp.login(str(user), str(pwd)) File "C:\Program Files\Python39\lib\smtplib.py", line 734, in login raise...
My code: `import shawk client = shawk.Client('******@gmail.com', '************')` My error: `Traceback (most recent call last): File "/", line 2, in client = shawk.Client('******@gmail.com', '************') File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/shawk/Client.py", line 49, in __init__...
raise SMTPAuthenticationError(code, resp) smtplib.SMTPAuthenticationError: (535, b'5.7.8 Username and Password not accepted. Learn more at\n5.7.8 https://support.google.com/mail/?p=BadCredentials r22sm816511wmh.2 - gsmtp')
The asynchronous nature of communications lends itself well Node.js, in my opinion. Maybe it's because I learned asynchrony first in JS, but I'd like to port this library to JavaScript...
Currently Shawk can only send messages via an email address, Gmail in particular. It would be wonderful if a "Shawk Native" client existed such that a regular Python Shawk Client...
Being able to respond with emojis would really help Shawk catch up to modern texting. Using [carpedm20's emoji available on pip](https://github.com/carpedm20/emoji/) should make this pretty easy, and inuitive to those...
The following error is encountered when refreshing inbox with `ssl=True`: `SSLError: [('SSL routines', 'SSL3_GET_RECORD', 'decryption failed or bad record mac')]` This error occurs when using `imapclient==1.0.2` with `ssl=True`. It seems...
Gmail is great - but it has its limits. It is possible that other email services have much looser limits on sending messages via SMTP. That being said, "*everyone*" has...