jaraco / irc

Full-featured Python IRC library for Python.
MIT License
390 stars 85 forks source link

More examples? #130

Closed imaia closed 6 years ago

imaia commented 6 years ago

Take a look at these examples: https://github.com/kenkeiras/PyIC/blob/master/example.py They show how to complete a lot of common and quite useful tasks. It would be nice to have examples like those with this library.

jaraco commented 6 years ago

Sounds reasonable. Are you thinking they would go in the README? Can you draft the change in a PR?

imaia commented 6 years ago

I like very much how it was done within pyic, a single python file with the examples. README could just link to it, like: "For more usage examples, take a look at ". I'll make a simple PR with what I have in mind.

jaraco commented 6 years ago

Sounds good. I look forward to it.