diff options
author | Bryson Steck <steck.bryson@gmail.com> | 2022-03-12 00:30:32 -0700 |
---|---|---|
committer | Bryson Steck <steck.bryson@gmail.com> | 2022-03-12 00:30:32 -0700 |
commit | 13cce85cb7e473b44ab3cdb53f4906e77ab2ad75 (patch) | |
tree | f7f04de3b7fa2ee8145ae12d0eb715a11fb0fc17 | |
parent | 0ea889d43bc2b57e7e23b3681fd0135944762125 (diff) | |
download | lset-13cce85cb7e473b44ab3cdb53f4906e77ab2ad75.tar lset-13cce85cb7e473b44ab3cdb53f4906e77ab2ad75.tar.gz lset-13cce85cb7e473b44ab3cdb53f4906e77ab2ad75.tar.bz2 |
finish readme for now
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ This repo contains a new and ongoing project. Currently, this repo works and ins Ever wanted to stream on Linux and *really* don't want to mess with any yucky online services to make your stream worthwhile? Well now you can, using your own self hosted tools! -Here you can find two separate programs: a Node.JS Twitch bot and a Python script for a follower/sub goal. In order to set it up, read the [installing](#installing) section of this README, or you can view the documents for both the [Twitch bot]() and the [Python script]() to set them up separately. +Here you can find two separate programs: a Node.JS Twitch bot and a Python script for a follower/sub goal. Both of these scripts stem off the scripts I made for my streams, just heavily altered so they can be configured using JSON files. In order to set it up, read the [installing](#installing) section of this README, or you can view the documents for both the [Twitch bot]() and the [Python script]() to set them up separately. ## Installing |