dorsum

Version, currently main branch1 version
  • main branchlatestDec 12, 2022

github.com/Manfred/dorsum

Little Twitch bot

0 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  dorsum:
    github: Manfred/dorsum
    branch: main

main is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
no constraint declared
License
MIT

Dependencies

Development Dependencies

  • webmock*github: manastech/webmock.cr, branch: masterdev

README

Dorsum

Generate an OAuth password for your account.

dorsum config --username <username> --password <password>
dorsum --channel teammanfred

If you also want to interact with the API you will need to create an app in the developer dashboars and set the client_id and client_secret.

Development

shards install
crystal spec