weeb

package module
v0.0.0-...-49e7d60 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 2, 2018 License: MIT Imports: 6 Imported by: 0

README

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetImage

func GetImage(Type string) (string, error)

GetImage gets image from the given type

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL