dunctes-archive / CleverBot4J

A java api wrapper for cleverbot.io
Apache License 2.0
1 stars 0 forks source link

Is it actually dead? #2

Closed ZenSirzechs closed 5 years ago

ZenSirzechs commented 5 years ago

I have a python Discord bot that uses cleverbot.io and it's still working fine. Maybe they changed something else? I am not sure but I was really looking forward to using this API.

duncte123 commented 5 years ago

You can try to use it but I've received a lot of timeouts with it

ZenSirzechs commented 5 years ago

I've tried and same thing happened to me. I tried using out libraries to post requests too but I am not experienced in Java so probs did something wrong.

Though If I do this in Python requests.post('https://cleverbot.io/1.0/create', json={'user':user, 'key':key, 'nick':'Test'}) it just still works. Maybe they changed something in their API?

duncte123 commented 5 years ago

https://github.com/duncte123/CleverBot4J/blob/master/src/main/java/ml/duncte123/CleverBot4J/CleverbotBuilder.java#L97-L121

ZenSirzechs commented 5 years ago

I tried that but never worked. But thanks for your time.