provider

package
v0.0.0-...-4e86a9b Latest Latest
Warning

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

Go to latest
Published: Oct 30, 2017 License: MIT Imports: 4 Imported by: 8

Documentation

Index

Constants

View Source
const (
	Images = "images"
	Videos = "videos"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Instagram

type Instagram interface {
	Login() error
	Logout() error
	Stories() ([]*Media, error)
}

func NewInstagram

func NewInstagram(login, password string) (Instagram, error)

type Media

type Media struct {
	URL       string
	Username  string
	Timestamp int64
	Path      string
}

Jump to

Keyboard shortcuts

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