README
¶
How to get Bearer Token?
Make a request to this page, without Cookies:
in the response should be something like this:
"authorization":"Bearer AAAAAAAAAAAAAAAAAAAAANRILgAAAAAAnNwIzUejRCOuH5E6I8xnZ...
How to get Space Persisted Query?
Visit a spaces link:
https://twitter.com/i/spaces/1kvKpAdOwXgGE
and look at the requests.
Why does this exist?
2022-02-25
Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var LogLevel format.LogLevel
Functions ¶
This section is empty.
Types ¶
type AudioSpace ¶ added in v1.49.0
type AudioSpace struct { Metadata struct { Media_Key string Title string Started_At int64 Ended_At int64 `json:"ended_at,string"` } Participants struct { Admins []struct { Display_Name string } } }
func (AudioSpace) Admins ¶ added in v1.49.0
func (a AudioSpace) Admins() string
func (AudioSpace) Base ¶ added in v1.49.0
func (a AudioSpace) Base() string
func (AudioSpace) Duration ¶ added in v1.49.0
func (a AudioSpace) Duration() time.Duration
func (AudioSpace) String ¶ added in v1.49.0
func (a AudioSpace) String() string
func (AudioSpace) Time ¶ added in v1.49.0
func (a AudioSpace) Time() time.Time
type Guest ¶ added in v1.42.5
type Guest struct {
Guest_Token string
}
func (Guest) AudioSpace ¶ added in v1.49.0
func (g Guest) AudioSpace(id string) (*AudioSpace, error)
func (Guest) SearchCount ¶ added in v1.49.6
type Media ¶ added in v1.46.8
type Search ¶ added in v1.48.4
Click to show internal directories.
Click to hide internal directories.