tumblr

package
v1.48.7 Latest Latest
Warning

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

Go to latest
Published: Mar 1, 2022 License: OSL-3.0 Imports: 5 Imported by: 0

README

Tumblr

How to get oauth_consumer_key?

Install system cert:

https://play.google.com/store/apps/details?id=com.tumblr

Then use MITM Proxy:

https://github.com/mitmproxy/mitmproxy

Why does this exist?

February 11 2022

https://github.com/RipMeApp/ripme/issues/1950

Documentation

Index

Constants

This section is empty.

Variables

View Source
var LogLevel format.LogLevel

Functions

This section is empty.

Types

type BlogPost

type BlogPost struct {
	Response struct {
		Timeline struct {
			Elements []Element
		}
	}
}

type Element added in v1.46.9

type Element struct {
	Blog struct {
		Title string
	}
	Summary          string
	Thumbnail_Width  int64
	Thumbnail_Height int64
	Duration         int64
	Video_URL        string
}

func (Element) String added in v1.46.9

func (e Element) String() string
type Permalink struct {
	BlogName string
	PostID   int64
}
func NewPermalink(address string) (*Permalink, error)

func (Permalink) BlogPost

func (p Permalink) BlogPost() (*BlogPost, error)

Jump to

Keyboard shortcuts

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