Is it possible to use only curl to perfome requests and etc without websocket and etc?
wecand0 opened this issue · 3 comments
wecand0 commented
Is it possible to use only curl to perfome requests and etc without websocket and etc?
yourWaifu commented
Yes but it's not recommend because there's no intented way to get messages or other interactions as they come in because there's no server that you can run using this library. This library is client only.
yourWaifu commented
Just don't call the client.run() function
wecand0 commented
Thanks for rapid reply, your are the best!
If you have time, can you write a very small example how to use your great library only with curl, for example send message)