Skip to content
This repository has been archived by the owner on Jan 8, 2019. It is now read-only.
/ go-weeb Public archive

An easy way of getting images from rra.ram.moe in Golang

License

Notifications You must be signed in to change notification settings

Pepijn98/go-weeb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

Go Report Card

go-weeb

go-weeb is here to make it simple getting images from rra.ram.moe

Install

go get github.com/KurozeroPB/go-weeb

Usage

Quick example:

package main

import (
  "fmt"

  "github.com/KurozeroPB/go-weeb"
)

func main() {
  img, err := weeb.GetImage("pat")
  if err != nil {
    fmt.Printf("Error: %s", err)
    return
  }
  fmt.Printf("Image: %s", img)
}

Here's a list of types you can use to get images from:

  • cry
  • cuddle
  • hug
  • kiss
  • lewd
  • lick
  • nom
  • nyan
  • owo
  • pat
  • pout
  • rem
  • slap
  • smug
  • stare
  • tickle
  • triggered
  • nsfw-gtn
  • potato
  • kermit

About

An easy way of getting images from rra.ram.moe in Golang

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages