https://github.com/dantecatalfamo/steampipe-plugin-xkcd
Steampipe plugin for querying XKCD data
https://github.com/dantecatalfamo/steampipe-plugin-xkcd
steampipe steampipe-plugin xkcd xkcd-api
Last synced: about 2 months ago
JSON representation
Steampipe plugin for querying XKCD data
- Host: GitHub
- URL: https://github.com/dantecatalfamo/steampipe-plugin-xkcd
- Owner: dantecatalfamo
- License: mit
- Created: 2022-10-20T06:00:41.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-21T01:50:42.000Z (over 2 years ago)
- Last Synced: 2025-03-05T21:03:36.291Z (about 2 months ago)
- Topics: steampipe, steampipe-plugin, xkcd, xkcd-api
- Language: Go
- Homepage:
- Size: 36.1 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# XKCD Plugin for Steampipe
`SELECT * FROM xkcd_comic WHERE id = 2`
| alt | day | image_url | url | month | news | id | safe_title | title | transcript | year | _ctx |
|-----------------------------------------------------------------------------------------------------|-----|---------------------------------------------------|-----|-------|------|----|----------------------|----------------------|--------------------------------------------------------------------------------------------------------------------|------|----------------------------|
| 'Petit' being a reference to Le Petit Prince, which I only thought about halfway through the sketch | 1 | https://imgs.xkcd.com/comics/tree_cropped_(1).jpg | | 1 | | 2 | Petit Trees (sketch) | Petit Trees (sketch) | [[Two trees are growing on opposite sides of a sphere.]] {{Alt-title: 'Petit' being a reference to Le Petit Prince, which I only thought about halfway through the sketch}} | 2006 | {"connection_name":"xkcd"} |## Building
```make```
## Installing
```make install```