Ankit404butfound / PyWhatKit

Send WhatsApp message at certain time and many other things.
MIT License
1.37k stars 297 forks source link

Text To Handwriting Unable to access Pywhatkit api right now #249

Closed svmalvaez closed 1 year ago

svmalvaez commented 1 year ago

Description

When using pywhatkit.text_to_handwriting(text) get an exception:

UnableToAccessApi: Unable to access Pywhatkit api right now

To Reproduce

import pywhatkit text='your text' pywhatkit.text_to_handwriting(text)

Screenshots

Captura de Pantalla 2022-12-16 a la(s) 14 09 08 Captura de Pantalla 2022-12-16 a la(s) 14 08 44

If applicable, add Screenshots to help explain your Problem

Version Information

You can Check the PyWhatKit Version using

print(pywhatkit.__VERSION__)
Ankit404butfound commented 1 year ago

image As Heroku will no longer support free dyno, this feature will be available after some time once we set up the server somewhere else.

IgorMunizS commented 1 year ago

Isn't this feature open-source? Where can I get the source code instead of an API request?

Ankit404butfound commented 1 year ago

Isn't this feature open-source? Where can I get the source code instead of an API request?

Source code can be found here https://github.com/Ankit404butfound/pywhatkit.herokuapp.com/blob/3025a13b6782e62689d3066bcd3cfc4276c07de3/app.py#L133.