github.com/gkstretton/dark/services/goo@v0.0.0-20231114224855-2d1a2074d446/README.md (about)

     1  # goo - go orchestrator
     2  
     3  This isn't really an orchestrator. It's a place for the following and other
     4  related features. Hopefully doesn't become too gooey.
     5  
     6  - [ ] Store / make available the Piece data.
     7  - [ ] Store / make available the Events.
     8  - [ ] Connect with the cloud system over gRPC, facilitating communication.
     9  - Perhaps, eventually replace pygateway and have controller<>goo be proto-based.
    10  
    11  ## Twitch auth
    12  
    13  Set up the twitch cli and do
    14  
    15  ```bash
    16  twitch token -u -s 'chat:read chat:edit moderator:manage:announcements'
    17  ```
    18  
    19  Save the refresh token in `kv/TWITCH_REFRESH_TOKEN`