Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

README usage examples only show user auth examples #30

Open
CodeSpent opened this issue Feb 3, 2021 · 0 comments
Open

README usage examples only show user auth examples #30

CodeSpent opened this issue Feb 3, 2021 · 0 comments
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@CodeSpent
Copy link
Owner

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.

@CodeSpent CodeSpent self-assigned this Feb 3, 2021
@CodeSpent CodeSpent added the documentation Improvements or additions to documentation label Feb 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant