spacemacs/layers/+web-services/twitch
Arif Er 00f9ab19ac chore: update copyright headers to 2022
The script used to identify and update the change is added into the GitHub
workflows script directory. A workflow action can be created to trigger the
script to update the headers on the first of every new year. Possibly a task for
a consequent PR.
2022-06-03 17:32:20 +02:00
..
README.org [bot] "documentation_updates" Sat Sep 11 22:58:39 UTC 2021 2021-09-12 02:11:16 +03:00
config.el chore: update copyright headers to 2022 2022-06-03 17:32:20 +02:00
layers.el chore: update copyright headers to 2022 2022-06-03 17:32:20 +02:00
packages.el chore: update copyright headers to 2022 2022-06-03 17:32:20 +02:00

README.org

twitch layer

Description

This layer adds support for twitch. You can search for streamers and open the stream in the browser. You are also able to connect to twitch irc and join the streamer channel.

Features:

  • Connect to Twitch irc via erc
  • Join streamer channel
  • Start watching stream via streamlink

Install

To use this configuration layer, add it to your ~/.spacemacs. You will need to add twitch to the existing dotspacemacs-configuration-layers list in this file.

Configuration

You can get an OAUTH token for twitch here. Remove oauth: from the token.

  erc ;; optional
  (twitch :variables
          twitch-api-username "USERNAME"
          twitch-api-oauth-token "TOKEN") ;; remove oauth: prefix

Key bindings

Key binding Description
SPC a c i t Connect to Twitch irc via erc
SPC a w s t Start twitch helm and search for streams

Twitch helm

Key binding Description
F1 or RET Open stream in streamlink
F2 Join this stream in irc Twitch channel
F3 Open this stream in a browser (default)