Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/dgw/sopel-http-codes
- Owner: dgw
- License: other
- Created: 2016-12-07T06:09:16.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-07T13:07:50.000Z (about 1 month ago)
- Last Synced: 2024-10-07T13:20:02.305Z (about 1 month ago)
- Topics: hacktoberfest
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 4
- 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.