/sopel-hackernews

Hacker News plugin for Sopel

Primary LanguagePythonOtherNOASSERTION

sopel-hackernews

Hacker News plugin for Sopel.

Development status

The current version is more or less stable, but is still considered beta or pre-1.0 due to missing planned features and lack of testing for edge cases. See plans for 1.0 at #3

We welcome contributions from anyone who feels like implementing something from the 1.0 "wishlist", as well as bug reports and feature suggestions.

Installing

Releases are hosted on PyPI, so after installing Sopel, all you need is pip:

$ pip install sopel-hackernews

Usage

Links to Hacker News items are expanded automatically.

You can search for a link on HN using the .rhn command:

.rhn https://somecool.site/that/posted/an/article/

Credits

Loosely based on dasu's hn.py module, which was licensed as "literally do whatever you want, i'm not liable for anything lol". Thank you for the springboard!