rawsonj / triviabot

A simple IRC trivia bot written in python using twisted.
GNU General Public License v3.0
41 stars 52 forks source link

What python need to run? #74

Closed HarryDotMY closed 6 years ago

HarryDotMY commented 6 years ago

Hi there, im using a new python3.6 , its support?

rawsonj commented 6 years ago

This is annoying.

So github is about sharing code and development. I've told you it works with python, how about just try running it and see? If it doesn't work try figuring out why it doesn't work. When you can't figure it out or you think there's a bug in the code _THEN_FILE_ANISSUE. Maybe don't file an issue on a repo that gets little activity to ask a silly question you can figure out for yourself because it will annoy the guy who has other, better things he could be doing with his time.

That said, looking casually over a couple of files I don't see anything that would prevent it from running under python 3.x, provided the twisted library has been updated sufficiently to provide what triviabot needs.

If you run into a problem and you have spent a little time trying to resolve it yourself and need me to take a look, file an issue with the stack trace you're seeing and I'll get to it when I have a few cycles.

But don't open trivial issues against my triviabot, or I will trivially close them without response.