meerkat

package
v0.0.0-...-e51e3fb Latest Latest
Warning

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

Go to latest
Published: Feb 14, 2018 License: MIT Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Meerkat

type Meerkat struct {
	Interval    int
	SleepTime   int
	Username    string
	Password    string
	TargetUsers []string
	OutputType  string

	TelegramToken string
	TelegramUser  int
	// contains filtered or unexported fields
}

func New

func New() (*Meerkat, error)

func (*Meerkat) Logout

func (m *Meerkat) Logout() error

func (*Meerkat) Run

func (m *Meerkat) Run(done chan bool) error

type Sender

type Sender interface {
	Send(to interface{}, message string) error
}

type User

type User struct {
	Username  string
	Bio       string
	Followers int
	Following int
	Posts     int
	Tags      int
}

Jump to

Keyboard shortcuts

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