instascrap

package module
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Jun 28, 2018 License: MIT Imports: 6 Imported by: 0

README

Instascrap

Build Status Coverage Status Go Report Card

Simple and reliable Instagram scrapper for educational purposes.

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Account

type Account struct {
	ID       string
	Username string
}

Instagram account info.

type Media

type Media struct {
	ID            string
	Owner         Account
	Shortcode     string
	Date          uint64
	Caption       string
	CommentsCount uint32
	LikesCount    uint32
	IsAdvertising bool
}

A Media describes an Instagram media info.

func GetHashtagMedia

func GetHashtagMedia(tag string) ([]Media, error)

Returns latest medias from the hashtag page

Jump to

Keyboard shortcuts

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