https://github.com/itspranavajay/waifupicgo
A powerful waifu.pics wrapper for Go.
https://github.com/itspranavajay/waifupicgo
api discord go nsfw sfw telegram waifu wrapper
Last synced: 6 months ago
JSON representation
A powerful waifu.pics wrapper for Go.
- Host: GitHub
- URL: https://github.com/itspranavajay/waifupicgo
- Owner: itspranavajay
- License: mit
- Created: 2021-07-14T05:55:39.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-18T08:04:11.000Z (about 4 years ago)
- Last Synced: 2025-02-09T13:44:31.560Z (8 months ago)
- Topics: api, discord, go, nsfw, sfw, telegram, waifu, wrapper
- Language: Go
- Homepage:
- Size: 9.77 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### waifuPicgo
A powerful waifu.pics api wrapper for Go.
```
package testimport (
"testing""github.com/moezilla/waifuPicgo"
)func sfw(w *testing.W) {
_, err := waifuPicgo.sfw("waifu")
if err != nil {
w.Error(err)
}
}func nsfw(w *testing.W) {
_, err := waifuPicgo.nsfw("waifu")
if err != nil {
w.Error(err)
}
}```
- [inspire code ](https://github.com/erizkiatama/gojikan)