PythonistaGuild / TwitchIO

An Async Bot/API wrapper for Twitch made in Python.
https://twitchio.dev
MIT License
791 stars 163 forks source link

Add login method to Client #267

Closed tkdrob closed 2 years ago

tkdrob commented 2 years ago

Pull request summary

This PR is intended to make this package compatible with the https://github.com/home-assistant/core twitch integration. This offers asyncio. The current supporting pypi package is sync. For this integration there is currently no need for logging into the irc chat. Running the current run method actually kills the running loop, crashing the entire program. Perhaps I missed something in this project that already allows me to just login. If not, this PR is a step in the right direction imo.

Checklist