A chatbot to help with live stream production/effects.
Go to file
2021-05-08 19:07:35 -04:00
channel_rewards initial 2021-05-07 00:54:08 -04:00
commands Port Changes 2021-05-06 00:07:53 -04:00
credential_templates working token generation 2021-04-23 06:34:37 -04:00
event_logs Event Module 2021-05-07 14:55:06 -04:00
tests implemented quick and easy way for storing credentials in json files. Most of the stuff in here is template ideas, season them to taste for yourself 2020-09-22 01:38:35 -04:00
user_client/v1 Basic Idea 2021-05-08 19:07:35 -04:00
.gitignore Event Module 2021-05-07 14:55:06 -04:00
badwords.py Removing Old Stuff and Blocked bad words 2021-04-21 16:40:55 -04:00
chyron_module.py Fixes & New Rewards 2021-05-05 13:15:01 -04:00
config.py Made Discord TTS Command working kinda 2021-05-04 18:57:26 -04:00
cooldowns.py credential helper function + cleaning/typo fixes 2021-05-03 04:09:53 -04:00
credentials.py Revert "logging" 2021-04-27 18:55:23 -04:00
db.py Revert "logging" 2021-04-27 18:55:23 -04:00
docker-compose.yaml Docker Support 2021-05-07 16:35:43 -04:00
Dockerfile_standalone_channelRewards.Dockerfile Docker / Editor Changes 2021-05-03 03:26:30 -04:00
Dockerfile_standalone_command.Dockerfile Docker / Editor Changes 2021-05-03 03:26:30 -04:00
Dockerfile_standalone_DiscordScript.Dockerfile Docker / Editor Changes 2021-05-03 03:26:30 -04:00
Dockerfile_standalone_eventlog.Dockerfile Docker Support 2021-05-07 16:35:43 -04:00
Dockerfile_standalone_lights.Dockerfile Docker / Editor Changes 2021-05-03 03:26:30 -04:00
Dockerfile_standalone_tts_core.Dockerfile Docker / Editor Changes 2021-05-03 03:26:30 -04:00
Dockerfile_standalone_Twitch_Pubsub.Dockerfile Docker / Editor Changes 2021-05-03 03:26:30 -04:00
Dockerfile_standalone_TwitchScript.Dockerfile Docker / Editor Changes 2021-05-03 03:26:30 -04:00
Dockerfile_standalone_websource.Dockerfile Updated Websources 2021-05-03 17:24:39 -04:00
Dockerfile-OLD Docker / Editor Changes 2021-05-03 03:26:30 -04:00
help_module.py Revert "logging" 2021-04-27 18:55:23 -04:00
hotkey_script.py Let PEP8 do it's thing and reformat all the files. 2020-09-20 11:48:15 -04:00
lights_module.py Revert "logging" 2021-04-27 18:55:23 -04:00
main.py Revert "logging" 2021-04-27 18:55:23 -04:00
makedockerimages.bat Docker Support 2021-05-07 16:35:43 -04:00
obsWebSocket.py Working Version 2021-05-04 17:34:15 -04:00
praxis bot.code-workspace Docker / Editor Changes 2021-05-03 03:26:30 -04:00
praxis_logging.py working without docker 2021-04-27 19:06:58 -04:00
praxis-main-start.bat script updates 2021-04-29 18:19:43 -04:00
praxis-main-stop.bat script updates 2021-04-29 18:19:43 -04:00
praxis-tts-speaker.bat script updates 2021-04-29 18:19:43 -04:00
praxis-user.bat script updates 2021-04-29 18:19:43 -04:00
README.md updated readme 2021-04-28 03:39:37 -04:00
rebuild_docker_and_run.bat Update rebuild_docker_and_run.bat 2021-05-03 03:52:03 -04:00
requirements_sa_command.txt Docker Improvements & Simplification 2021-04-22 15:15:11 -04:00
requirements_sa_discord.txt Docker Improvements & Simplification 2021-04-22 15:15:11 -04:00
requirements_sa_twitch_pubsub.txt further testing 2021-04-23 14:51:13 -04:00
requirements_sa_twitch.txt Docker Improvements & Simplification 2021-04-22 15:15:11 -04:00
requirements.txt implemented dummy stuff 2021-04-20 21:23:39 -04:00
standalone_channelrewards.py Port Changes 2021-05-06 00:07:53 -04:00
standalone_command.py Port Changes 2021-05-06 00:07:53 -04:00
standalone_discord_script.py Docker Support 2021-05-07 16:35:43 -04:00
standalone_eventLog.py Event Log Progress 2021-05-07 16:00:11 -04:00
standalone_lights.py Port Changes 2021-05-06 00:07:53 -04:00
standalone_obsWebSocket.py Port Changes 2021-05-06 00:07:53 -04:00
standalone_tts_core.py Port Changes 2021-05-06 00:07:53 -04:00
standalone_tts_speaker.py extra 2021-04-29 11:36:10 -04:00
standalone_twitch_pubsub.py Docker Support 2021-05-07 16:35:43 -04:00
standalone_twitch_script.py Docker Support 2021-05-07 16:35:43 -04:00
standalone_user_client.py Basic Idea 2021-05-08 19:07:35 -04:00
standalone_webSource.py Port Changes 2021-05-06 00:07:53 -04:00
tempText_Module.py Revert "logging" 2021-04-27 18:55:23 -04:00
test_module.py Revert "logging" 2021-04-27 18:55:23 -04:00
timers_module.py typo 2021-05-06 00:25:22 -04:00
tts.py Revert "logging" 2021-04-27 18:55:23 -04:00
twitch_generate_credentials.py credential helper function + cleaning/typo fixes 2021-05-03 04:09:53 -04:00
user_module.py Revert "logging" 2021-04-27 18:55:23 -04:00
utilities_script.py Working Version 2021-05-05 18:00:40 -04:00

An evolving chatbot to help users primarily with live stream production and effects.


Standalone V2 Info

Docker:

Image Setup:

Use these commands to build the images.
docker build --file Dockerfile_standalone_command --tag standalone_command .
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 -d
To Stop: docker-compose down


Credentials:

Credentials Setup:

Create a json based on the templates and put them into the /credentials/ folder. Refer to the /credential_templates/ folder for examples.

For Twitch Credentials

Username = TwitchUsername (Must match credentialsNickname in config)

Helix Client ID = https://dev.twitch.tv/console/apps

Oauth = https://twitchapps.com/tmi/

V5 Client ID = https://twitchtokengenerator.com/

For Database Credentials

Nickname = Anything You Want (Must match credentialsNickname in config)

Engine = "mysql+mysqlconnector://root:password@localhost:3306/DatabaseName"

For Discord Credentials

Nickname = Anything You Want (Must match credentialsNickname in config)

Token = https://discord.com/developers/

Credential Usage:

Place json credentials in the /credentials/ folder. To load them, run load_credentials() from Credentials_Module in the credentials.py script.