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

Figure out how Twitch sends "whispers" or private messages. #19

Closed
calledtoconstruct opened this issue Aug 26, 2019 · 2 comments
Closed
Labels
discussion Request for discussion on an issue. high priority Something that should be implemented sooner rather than later

Comments

@calledtoconstruct
Copy link
Owner

Currently, PRIVMSG is used within the channel, so it works differently than IRC, I believe.

@calledtoconstruct calledtoconstruct created this issue from a note in Lambdabot Development (To do) Aug 26, 2019
@calledtoconstruct calledtoconstruct added enhancement New feature or request high priority Something that should be implemented sooner rather than later labels Aug 26, 2019
@Andrewnetwork
Copy link
Collaborator

@Andrewnetwork
Copy link
Collaborator

Andrewnetwork commented Aug 26, 2019

It's possible to to send whispers to users, but not to receive them as a bot. Twitch uses /w <user> <message> to send whispers, but that lies outside IRC. There is currently no API available to access your private messages. The only solution, it seems, would be to have a headless browser login to twitch as the bot and grab the messages through the web UI.

Edit: It is not possible to do through IRC, but there is another API for this. See #22 .

Lambdabot Development automation moved this from To do to Done Aug 26, 2019
@Andrewnetwork Andrewnetwork added discussion Request for discussion on an issue. and removed enhancement New feature or request labels Aug 26, 2019
@Andrewnetwork Andrewnetwork reopened this Aug 26, 2019
Lambdabot Development automation moved this from Done to In progress Aug 26, 2019
Lambdabot Development automation moved this from In progress to Done Aug 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discussion Request for discussion on an issue. high priority Something that should be implemented sooner rather than later
Projects
Development

No branches or pull requests

2 participants