Skip to content

Latest commit

 

History

History
130 lines (93 loc) · 6.99 KB

File metadata and controls

130 lines (93 loc) · 6.99 KB

Shared Types

from influship.types import CreatorBasic, ProfileSummary

Health

Types:

from influship.types import HealthCheckResponse

Methods:

Creators

Types:

from influship.types import (
    CreatorRetrieveResponse,
    CreatorAutocompleteResponse,
    CreatorLookalikeResponse,
    CreatorMatchResponse,
)

Methods:

Search

Types:

from influship.types import MatchInfo, SearchCreateResponse, SearchRetrieveResponse

Methods:

Profiles

Types:

from influship.types import (
    ProfileActivity,
    ProfileGrowth,
    ProfileMetrics,
    ProfileResponseData,
    ProfileGetResponse,
    ProfileLookupResponse,
)

Methods:

Posts

Types:

from influship.types import PostListResponse

Methods:

Raw

Instagram

Types:

from influship.types.raw import (
    InstagramSinglePostResponse,
    InstagramTranscriptResponse,
    RawScraperError,
    InstagramGetPostResponse,
    InstagramGetPostsResponse,
    InstagramGetProfileResponse,
    InstagramGetTranscriptResponse,
    InstagramGetTranscriptsResponse,
)

Methods:

Youtube

Types:

from influship.types.raw import (
    TranscriptSegment,
    YoutubeGetChannelResponse,
    YoutubeGetChannelTranscriptsResponse,
    YoutubeGetTranscriptResponse,
    YoutubeSearchResponse,
)

Methods: