Skip to content

README usage examples only show user auth examples #30

@CodeSpent

Description

@CodeSpent
from twitchy import Helix

twitch = Helix(client_id="****", oauth_token="****")

me = twitch.get_user()

print(me.id)
print(me.display_name)

Usage example only shows how to use the library as a user, but not as an application.

Metadata

Metadata

Assignees

Labels

documentationImprovements or additions to documentation

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions