From 4cabd33b70e645a2e9e64d6e0bd00488f6aed063 Mon Sep 17 00:00:00 2001 From: Alex Orid Date: Wed, 28 Apr 2021 03:39:37 -0400 Subject: [PATCH] updated readme --- README.md | 32 +++++++++----------------------- 1 file changed, 9 insertions(+), 23 deletions(-) diff --git a/README.md b/README.md index 88f04e2..93003a5 100644 --- a/README.md +++ b/README.md @@ -1,46 +1,30 @@ -A chatbot to help with live stream production and effects. +An evolving chatbot to help users primarily with live stream production and effects. ___ # Standalone V2 Info -## Usage: - - -Run the following to enable these V2 modules without Docker. (After you install requirements)
-`pip install -r requirements.txt`
- -`python standalone_command.py`
-`python standalone_twitch_script.py`
-`python standalone_discord_script.py`
- ## Docker: ### Image Setup: Use these commands to build the images.
`docker build --file Dockerfile_standalone_command --tag standalone_command .`
-`docker build --file Dockerfile_standalone_TwitchScript --tag standalone_twitchscript .`
+`docker build --file Dockerfile_standalone_channelRewards --tag standalone_channelrewards .`
+`docker build --file Dockerfile_standalone_lights --tag standalone_lights .`
`docker build --file Dockerfile_standalone_DiscordScript --tag standalone_discordscript .`
+`docker build --file Dockerfile_standalone_TwitchScript --tag standalone_twitchscript .`
+`docker build --file Dockerfile_standalone_Twitch_Pubsub --tag standalone_twitch_pubsub .`
### Docker-Compose Info: To Start: -`docker-compose up`
+`docker-compose up -d`
To Stop: `docker-compose down`
+
___ -~~# V1 Info:~~ - -~~## Docker:~~ - -~~### Docker Info:~~ - -~~Currently to build the container run the following command.~~ - -~~`docker create -p 2501:2501 -e ISDOCKER=cat --name praxis praxis`~~ -___ # Credentials: ## Credentials Setup: @@ -72,4 +56,6 @@ Token = `https://discord.com/developers/` Place json credentials in the `/credentials/` folder. To load them, run `load_credentials()` from `Credentials_Module` in the `credentials.py` script. +
+ ___ \ No newline at end of file