compilebot icon indicating copy to clipboard operation
compilebot copied to clipboard

A bot that executes source code in reddit comments

Results 3 compilebot issues
Sort by recently updated
recently updated
newest added

I used your wrapper and I found an error, looks like the first exception should be moved in 3rd position otherwise APIException and ClientException will never be called. https://github.com/renfredxh/compilebot/blob/12830c76d348f3a2814e4a5dd4b25c70ef348519/compilebot/compilebot.py#L30

Seems there's a Python3 SOAP client so this should be possible now https://github.com/cackharot/suds-py3

It seems that compilebot doesn't reply for the compile request mention if the mention's permalink contains non-ascii character. For example: 1. https://www.reddit.com/r/test/comments/6rov8e/compilebot_test/dl6nlsp/ - works as intended 2. https://www.reddit.com/r/test/comments/6roxtv/compilebot_%E3%83%86%E3%82%B9%E3%83%88/dl6o5qp/ - doesn't...