Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/levshx/twitch-bot
- Owner: levshx
- License: mit
- Created: 2022-11-12T20:10:31.000Z (about 2 years ago)
- Default Branch: devel
- Last Pushed: 2022-11-20T18:28:24.000Z (almost 2 years ago)
- Last Synced: 2023-05-19T10:39:17.904Z (over 1 year ago)
- Topics: bot, nim, twitch, twitch-api, twitch-bot
- Language: Nim
- Homepage: https://levshx.github.io/twitch-bot/
- Size: 117 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```