ui_faces v0.1.7 UiFaces.Face

Get random authorized user and an authorized user by Twitter username.

Examples

# Returns a random authorized user

UiFaces.Face.random

# Returns an authorized user
UiFaces.Face.user("calebogden")

Summary

Functions

Returns a random authorized user

Returns an authorized user

Functions

random()

Returns a random authorized user

Examples

UiFaces.Face.random
user(username)

Returns an authorized user

Examples

UiFaces.Face.user("calebogden")