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: 3 months ago
JSON representation
Sopel plugin to look up standard HTTP status codes. Used to be a web-scraper, but now uses Python3's stdlib.
- Host: GitHub
- URL: https://github.com/dgw/sopel-http-codes
- Owner: dgw
- License: other
- Created: 2016-12-07T06:09:16.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-01-07T17:22:11.000Z (6 months ago)
- Last Synced: 2025-03-27T00:22:59.314Z (3 months ago)
- Topics: hacktoberfest
- Language: Python
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.