Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/levshx/twitch-bot

Twitch bot written in Nim
https://github.com/levshx/twitch-bot

bot nim twitch twitch-api twitch-bot

Last synced: 8 days ago
JSON representation

Twitch bot written in Nim

Awesome Lists containing this project

README

        

# twitch-bot

[![Build](https://github.com/levshx/twitch-bot/actions/workflows/build_ci.yml/badge.svg)](https://github.com/levshx/twitch-bot/actions/workflows/build_ci.yml)
[![Docs](https://github.com/levshx/twitch-bot/actions/workflows/docs_ci.yml/badge.svg)](https://github.com/levshx/twitch-bot/actions/workflows/docs_ci.yml)

To build using [Nimble](https://github.com/nim-lang/nimble) run the following:

Before build, create oAuth key and write him in `bin\oauth.key`

```
$ cd twitch-bot
$ nimble build
```