jaraco / wolframalpha

MIT License
148 stars 26 forks source link

Add async support #30

Closed denizsincar29 closed 3 months ago

denizsincar29 commented 1 year ago

Hello! How to use this package asynchronously? I do an asynchronous telegram bot that use wolfram alpha api to get question results.

Muhammadyusuf96 commented 8 months ago

same, le dot

jaraco commented 3 months ago

I don't believe this library has any async support. It was written before async was a thing in Python. I welcome contributions to add async support.

jaraco commented 3 months ago

In v5.1.0, client.aquery should work as an async call. Give it a try and let me know how it works.