superboum / cleverbot

A python3 binding of cleverbot wich support special characters
3 stars 7 forks source link

Change hash substring to be 26 characters instead of 20. #1

Closed EvanDotPro closed 11 years ago

EvanDotPro commented 11 years ago

Cleverbot released an update that requires the first 26 characters after stimulus= in the post body to be hashed for the incognocheck parameter. Previously it only required the first 20. Since the update, if you only hash 20 characters, you end up getting 'DENIED' back for the session ID.

superboum commented 11 years ago

Thanks a lot for your help, I never imagined that someone contributes to this repository :) I'm very honored !