Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dgw/sopel-http-codes

Sopel plugin to look up standard HTTP status codes. Used to be a web-scraper, but now uses Python3's stdlib.
https://github.com/dgw/sopel-http-codes

hacktoberfest

Last synced: about 1 month ago
JSON representation

Sopel plugin to look up standard HTTP status codes. Used to be a web-scraper, but now uses Python3's stdlib.

Awesome Lists containing this project

README

        

# sopel-http-codes

Sopel plugin to look up standard HTTP status codes.

## Installing

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

```shell
$ pip install sopel-http-codes
```

### Requirements

This plugin is written for:

* Python 3.8+
* Sopel 8.0+

## Using

Commands & arguments:

`.http `: Returns the name of the given status `` and a brief
description of its purpose from Python's `http` module, along with a link to an
image macro showing a cat or dog personifying(?) that status code.