From c053a6085fe850a72b3476c81b4eb49f3ad32b1a Mon Sep 17 00:00:00 2001 From: Alex Orid Date: Fri, 14 May 2021 17:25:41 -0400 Subject: [PATCH] Fixed Formatting --- channel_rewards/channelRewards_base.py | 8 +++---- channel_rewards/channelRewards_loader.py | 8 +++---- .../implemented/ChannelReward_Hydration.py | 8 +++---- .../implemented/ChannelReward_RubiksCube.py | 8 +++---- .../implemented/ChannelReward_SuggestPoll.py | 8 +++---- .../implemented/ChannelReward_TTS.py | 8 +++---- .../ChannelReward_Workout_Pushups.py | 8 +++---- .../ChannelReward_Workout_Situps.py | 8 +++---- .../ChannelReward_Workout_Squats.py | 8 +++---- .../implemented/ChannelReward_twitchBits.py | 8 +++---- .../implemented/ChannelReward_twitchSubs.py | 8 +++---- chyron_module.py | 4 ++-- commands/command_base.py | 8 +++---- commands/implemented/Command_chyron_v2.py | 8 +++---- commands/implemented/Command_lights_v2.py | 8 +++---- commands/implemented/Command_roll_v2.py | 8 +++---- commands/implemented/Command_test_v2.py | 8 +++---- commands/implemented/Command_text_v2.py | 8 +++---- commands/implemented/Command_tts_v2.py | 8 +++---- commands/loader.py | 8 +++---- config.py | 4 ++-- cooldowns.py | 4 ++-- credentials.py | 4 ++-- db.py | 4 ++-- event_logs/event_log_Module.py | 8 +++---- help_module.py | 4 ++-- hotkey_script.py | 4 ++-- lights_module.py | 4 ++-- main.py | 4 ++-- obsWebSocket.py | 4 ++-- praxis_logging.py | 4 ++-- standalone_channelrewards.py | 4 ++-- standalone_command.py | 4 ++-- standalone_discord_script.py | 4 ++-- standalone_eventLog.py | 4 ++-- standalone_lights.py | 4 ++-- standalone_obsWebSocket.py | 4 ++-- standalone_tts_core.py | 4 ++-- standalone_tts_speaker.py | 4 ++-- standalone_twitch_pubsub.py | 4 ++-- standalone_twitch_script.py | 4 ++-- standalone_user_client.py | 4 ++-- standalone_webSource.py | 4 ++-- tempText_Module.py | 4 ++-- test_module.py | 4 ++-- timers_module.py | 4 ++-- tts.py | 4 ++-- twitch_generate_credentials.py | 4 ++-- user_client/v1/webclient.js | 23 +++++++++++++++++++ user_client_module_InfoLookup.py | 4 ++-- user_module.py | 4 ++-- utilities_script.py | 8 +++---- 52 files changed, 167 insertions(+), 144 deletions(-) diff --git a/channel_rewards/channelRewards_base.py b/channel_rewards/channelRewards_base.py index 702f116..5512b8a 100644 --- a/channel_rewards/channelRewards_base.py +++ b/channel_rewards/channelRewards_base.py @@ -1,12 +1,12 @@ # Copyright (C) 2021 -# Authors: -# Name / Email / Website -# Twitter / Twitch / Youtube / Github +# Author Info Examples: +# Name / Email / Website +# Twitter / Twitch / Youtube / Github # Authors: # Alex Orid / inquiries@thecuriousnerd.com / TheCuriousNerd.com -# Twitter: @TheCuriousNerd / Twitch: TheCuriousNerd / Youtube: thecuriousnerd / Github: TheCuriousNerd +# Twitter: @TheCuriousNerd / Twitch: TheCuriousNerd / Youtube: thecuriousnerd / Github: TheCuriousNerd # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/channel_rewards/channelRewards_loader.py b/channel_rewards/channelRewards_loader.py index 616370f..726f5b0 100644 --- a/channel_rewards/channelRewards_loader.py +++ b/channel_rewards/channelRewards_loader.py @@ -1,12 +1,12 @@ # Copyright (C) 2021 -# Authors: -# Name / Email / Website -# Twitter / Twitch / Youtube / Github +# Author Info Examples: +# Name / Email / Website +# Twitter / Twitch / Youtube / Github # Authors: # Alex Orid / inquiries@thecuriousnerd.com / TheCuriousNerd.com -# Twitter: @TheCuriousNerd / Twitch: TheCuriousNerd / Youtube: thecuriousnerd / Github: TheCuriousNerd +# Twitter: @TheCuriousNerd / Twitch: TheCuriousNerd / Youtube: thecuriousnerd / Github: TheCuriousNerd # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/channel_rewards/implemented/ChannelReward_Hydration.py b/channel_rewards/implemented/ChannelReward_Hydration.py index 7544564..bcef2c1 100644 --- a/channel_rewards/implemented/ChannelReward_Hydration.py +++ b/channel_rewards/implemented/ChannelReward_Hydration.py @@ -1,12 +1,12 @@ # Copyright (C) 2021 -# Authors: -# Name / Email / Website -# Twitter / Twitch / Youtube / Github +# Author Info Examples: +# Name / Email / Website +# Twitter / Twitch / Youtube / Github # Authors: # Alex Orid / inquiries@thecuriousnerd.com / TheCuriousNerd.com -# Twitter: @TheCuriousNerd / Twitch: TheCuriousNerd / Youtube: thecuriousnerd / Github: TheCuriousNerd +# Twitter: @TheCuriousNerd / Twitch: TheCuriousNerd / Youtube: thecuriousnerd / Github: TheCuriousNerd # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/channel_rewards/implemented/ChannelReward_RubiksCube.py b/channel_rewards/implemented/ChannelReward_RubiksCube.py index db4ca93..f6dd6dd 100644 --- a/channel_rewards/implemented/ChannelReward_RubiksCube.py +++ b/channel_rewards/implemented/ChannelReward_RubiksCube.py @@ -1,12 +1,12 @@ # Copyright (C) 2021 -# Authors: -# Name / Email / Website -# Twitter / Twitch / Youtube / Github +# Author Info Examples: +# Name / Email / Website +# Twitter / Twitch / Youtube / Github # Authors: # Alex Orid / inquiries@thecuriousnerd.com / TheCuriousNerd.com -# Twitter: @TheCuriousNerd / Twitch: TheCuriousNerd / Youtube: thecuriousnerd / Github: TheCuriousNerd +# Twitter: @TheCuriousNerd / Twitch: TheCuriousNerd / Youtube: thecuriousnerd / Github: TheCuriousNerd # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/channel_rewards/implemented/ChannelReward_SuggestPoll.py b/channel_rewards/implemented/ChannelReward_SuggestPoll.py index 728931d..b12395e 100644 --- a/channel_rewards/implemented/ChannelReward_SuggestPoll.py +++ b/channel_rewards/implemented/ChannelReward_SuggestPoll.py @@ -1,12 +1,12 @@ # Copyright (C) 2021 -# Authors: -# Name / Email / Website -# Twitter / Twitch / Youtube / Github +# Author Info Examples: +# Name / Email / Website +# Twitter / Twitch / Youtube / Github # Authors: # Alex Orid / inquiries@thecuriousnerd.com / TheCuriousNerd.com -# Twitter: @TheCuriousNerd / Twitch: TheCuriousNerd / Youtube: thecuriousnerd / Github: TheCuriousNerd +# Twitter: @TheCuriousNerd / Twitch: TheCuriousNerd / Youtube: thecuriousnerd / Github: TheCuriousNerd # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/channel_rewards/implemented/ChannelReward_TTS.py b/channel_rewards/implemented/ChannelReward_TTS.py index 90ad5db..0b1ccd4 100644 --- a/channel_rewards/implemented/ChannelReward_TTS.py +++ b/channel_rewards/implemented/ChannelReward_TTS.py @@ -1,12 +1,12 @@ # Copyright (C) 2021 -# Authors: -# Name / Email / Website -# Twitter / Twitch / Youtube / Github +# Author Info Examples: +# Name / Email / Website +# Twitter / Twitch / Youtube / Github # Authors: # Alex Orid / inquiries@thecuriousnerd.com / TheCuriousNerd.com -# Twitter: @TheCuriousNerd / Twitch: TheCuriousNerd / Youtube: thecuriousnerd / Github: TheCuriousNerd +# Twitter: @TheCuriousNerd / Twitch: TheCuriousNerd / Youtube: thecuriousnerd / Github: TheCuriousNerd # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/channel_rewards/implemented/ChannelReward_Workout_Pushups.py b/channel_rewards/implemented/ChannelReward_Workout_Pushups.py index 3cd5121..63335a2 100644 --- a/channel_rewards/implemented/ChannelReward_Workout_Pushups.py +++ b/channel_rewards/implemented/ChannelReward_Workout_Pushups.py @@ -1,12 +1,12 @@ # Copyright (C) 2021 -# Authors: -# Name / Email / Website -# Twitter / Twitch / Youtube / Github +# Author Info Examples: +# Name / Email / Website +# Twitter / Twitch / Youtube / Github # Authors: # Alex Orid / inquiries@thecuriousnerd.com / TheCuriousNerd.com -# Twitter: @TheCuriousNerd / Twitch: TheCuriousNerd / Youtube: thecuriousnerd / Github: TheCuriousNerd +# Twitter: @TheCuriousNerd / Twitch: TheCuriousNerd / Youtube: thecuriousnerd / Github: TheCuriousNerd # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/channel_rewards/implemented/ChannelReward_Workout_Situps.py b/channel_rewards/implemented/ChannelReward_Workout_Situps.py index afac5a9..b6f024e 100644 --- a/channel_rewards/implemented/ChannelReward_Workout_Situps.py +++ b/channel_rewards/implemented/ChannelReward_Workout_Situps.py @@ -1,12 +1,12 @@ # Copyright (C) 2021 -# Authors: -# Name / Email / Website -# Twitter / Twitch / Youtube / Github +# Author Info Examples: +# Name / Email / Website +# Twitter / Twitch / Youtube / Github # Authors: # Alex Orid / inquiries@thecuriousnerd.com / TheCuriousNerd.com -# Twitter: @TheCuriousNerd / Twitch: TheCuriousNerd / Youtube: thecuriousnerd / Github: TheCuriousNerd +# Twitter: @TheCuriousNerd / Twitch: TheCuriousNerd / Youtube: thecuriousnerd / Github: TheCuriousNerd # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/channel_rewards/implemented/ChannelReward_Workout_Squats.py b/channel_rewards/implemented/ChannelReward_Workout_Squats.py index 463c0f4..90bbc14 100644 --- a/channel_rewards/implemented/ChannelReward_Workout_Squats.py +++ b/channel_rewards/implemented/ChannelReward_Workout_Squats.py @@ -1,12 +1,12 @@ # Copyright (C) 2021 -# Authors: -# Name / Email / Website -# Twitter / Twitch / Youtube / Github +# Author Info Examples: +# Name / Email / Website +# Twitter / Twitch / Youtube / Github # Authors: # Alex Orid / inquiries@thecuriousnerd.com / TheCuriousNerd.com -# Twitter: @TheCuriousNerd / Twitch: TheCuriousNerd / Youtube: thecuriousnerd / Github: TheCuriousNerd +# Twitter: @TheCuriousNerd / Twitch: TheCuriousNerd / Youtube: thecuriousnerd / Github: TheCuriousNerd # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/channel_rewards/implemented/ChannelReward_twitchBits.py b/channel_rewards/implemented/ChannelReward_twitchBits.py index e9d4a5c..452eb15 100644 --- a/channel_rewards/implemented/ChannelReward_twitchBits.py +++ b/channel_rewards/implemented/ChannelReward_twitchBits.py @@ -1,12 +1,12 @@ # Copyright (C) 2021 -# Authors: -# Name / Email / Website -# Twitter / Twitch / Youtube / Github +# Author Info Examples: +# Name / Email / Website +# Twitter / Twitch / Youtube / Github # Authors: # Alex Orid / inquiries@thecuriousnerd.com / TheCuriousNerd.com -# Twitter: @TheCuriousNerd / Twitch: TheCuriousNerd / Youtube: thecuriousnerd / Github: TheCuriousNerd +# Twitter: @TheCuriousNerd / Twitch: TheCuriousNerd / Youtube: thecuriousnerd / Github: TheCuriousNerd # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/channel_rewards/implemented/ChannelReward_twitchSubs.py b/channel_rewards/implemented/ChannelReward_twitchSubs.py index df7ec17..5f3a2cd 100644 --- a/channel_rewards/implemented/ChannelReward_twitchSubs.py +++ b/channel_rewards/implemented/ChannelReward_twitchSubs.py @@ -1,12 +1,12 @@ # Copyright (C) 2021 -# Authors: -# Name / Email / Website -# Twitter / Twitch / Youtube / Github +# Author Info Examples: +# Name / Email / Website +# Twitter / Twitch / Youtube / Github # Authors: # Alex Orid / inquiries@thecuriousnerd.com / TheCuriousNerd.com -# Twitter: @TheCuriousNerd / Twitch: TheCuriousNerd / Youtube: thecuriousnerd / Github: TheCuriousNerd +# Twitter: @TheCuriousNerd / Twitch: TheCuriousNerd / Youtube: thecuriousnerd / Github: TheCuriousNerd # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/chyron_module.py b/chyron_module.py index 7cd3388..966233d 100644 --- a/chyron_module.py +++ b/chyron_module.py @@ -1,12 +1,12 @@ # Copyright (C) 2021 -# Authors: +# Author Info Examples: # Name / Email / Website # Twitter / Twitch / Youtube # Authors: # Alex Orid / inquiries@thecuriousnerd.com / TheCuriousNerd.com -# Twitter: @TheCuriousNerd / Twitch: TheCuriousNerd / Youtube: thecuriousnerd / Github: TheCuriousNerd +# Twitter: @TheCuriousNerd / Twitch: TheCuriousNerd / Youtube: thecuriousnerd / Github: TheCuriousNerd # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/commands/command_base.py b/commands/command_base.py index 02dc2c3..7b92230 100644 --- a/commands/command_base.py +++ b/commands/command_base.py @@ -1,12 +1,12 @@ # Copyright (C) 2021 -# Authors: -# Name / Email / Website -# Twitter / Twitch / Youtube / Github +# Author Info Examples: +# Name / Email / Website +# Twitter / Twitch / Youtube / Github # Authors: # Alex Orid / inquiries@thecuriousnerd.com / TheCuriousNerd.com -# Twitter: @TheCuriousNerd / Twitch: TheCuriousNerd / Youtube: thecuriousnerd / Github: TheCuriousNerd +# Twitter: @TheCuriousNerd / Twitch: TheCuriousNerd / Youtube: thecuriousnerd / Github: TheCuriousNerd # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/commands/implemented/Command_chyron_v2.py b/commands/implemented/Command_chyron_v2.py index 0503a57..f7860c7 100644 --- a/commands/implemented/Command_chyron_v2.py +++ b/commands/implemented/Command_chyron_v2.py @@ -1,12 +1,12 @@ # Copyright (C) 2021 -# Authors: -# Name / Email / Website -# Twitter / Twitch / Youtube / Github +# Author Info Examples: +# Name / Email / Website +# Twitter / Twitch / Youtube / Github # Authors: # Alex Orid / inquiries@thecuriousnerd.com / TheCuriousNerd.com -# Twitter: @TheCuriousNerd / Twitch: TheCuriousNerd / Youtube: thecuriousnerd / Github: TheCuriousNerd +# Twitter: @TheCuriousNerd / Twitch: TheCuriousNerd / Youtube: thecuriousnerd / Github: TheCuriousNerd # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/commands/implemented/Command_lights_v2.py b/commands/implemented/Command_lights_v2.py index 36e6ed5..4f3d011 100644 --- a/commands/implemented/Command_lights_v2.py +++ b/commands/implemented/Command_lights_v2.py @@ -1,12 +1,12 @@ # Copyright (C) 2021 -# Authors: -# Name / Email / Website -# Twitter / Twitch / Youtube / Github +# Author Info Examples: +# Name / Email / Website +# Twitter / Twitch / Youtube / Github # Authors: # Alex Orid / inquiries@thecuriousnerd.com / TheCuriousNerd.com -# Twitter: @TheCuriousNerd / Twitch: TheCuriousNerd / Youtube: thecuriousnerd / Github: TheCuriousNerd +# Twitter: @TheCuriousNerd / Twitch: TheCuriousNerd / Youtube: thecuriousnerd / Github: TheCuriousNerd # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/commands/implemented/Command_roll_v2.py b/commands/implemented/Command_roll_v2.py index 7b41a98..3741f09 100644 --- a/commands/implemented/Command_roll_v2.py +++ b/commands/implemented/Command_roll_v2.py @@ -1,12 +1,12 @@ # Copyright (C) 2021 -# Authors: -# Name / Email / Website -# Twitter / Twitch / Youtube / Github +# Author Info Examples: +# Name / Email / Website +# Twitter / Twitch / Youtube / Github # Authors: # Alex Orid / inquiries@thecuriousnerd.com / TheCuriousNerd.com -# Twitter: @TheCuriousNerd / Twitch: TheCuriousNerd / Youtube: thecuriousnerd / Github: TheCuriousNerd +# Twitter: @TheCuriousNerd / Twitch: TheCuriousNerd / Youtube: thecuriousnerd / Github: TheCuriousNerd # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/commands/implemented/Command_test_v2.py b/commands/implemented/Command_test_v2.py index ba45943..2b23ff5 100644 --- a/commands/implemented/Command_test_v2.py +++ b/commands/implemented/Command_test_v2.py @@ -1,12 +1,12 @@ # Copyright (C) 2021 -# Authors: -# Name / Email / Website -# Twitter / Twitch / Youtube / Github +# Author Info Examples: +# Name / Email / Website +# Twitter / Twitch / Youtube / Github # Authors: # Alex Orid / inquiries@thecuriousnerd.com / TheCuriousNerd.com -# Twitter: @TheCuriousNerd / Twitch: TheCuriousNerd / Youtube: thecuriousnerd / Github: TheCuriousNerd +# Twitter: @TheCuriousNerd / Twitch: TheCuriousNerd / Youtube: thecuriousnerd / Github: TheCuriousNerd # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/commands/implemented/Command_text_v2.py b/commands/implemented/Command_text_v2.py index cd6842a..0265385 100644 --- a/commands/implemented/Command_text_v2.py +++ b/commands/implemented/Command_text_v2.py @@ -1,12 +1,12 @@ # Copyright (C) 2021 -# Authors: -# Name / Email / Website -# Twitter / Twitch / Youtube / Github +# Author Info Examples: +# Name / Email / Website +# Twitter / Twitch / Youtube / Github # Authors: # Alex Orid / inquiries@thecuriousnerd.com / TheCuriousNerd.com -# Twitter: @TheCuriousNerd / Twitch: TheCuriousNerd / Youtube: thecuriousnerd / Github: TheCuriousNerd +# Twitter: @TheCuriousNerd / Twitch: TheCuriousNerd / Youtube: thecuriousnerd / Github: TheCuriousNerd # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/commands/implemented/Command_tts_v2.py b/commands/implemented/Command_tts_v2.py index 314e12b..09956da 100644 --- a/commands/implemented/Command_tts_v2.py +++ b/commands/implemented/Command_tts_v2.py @@ -1,12 +1,12 @@ # Copyright (C) 2021 -# Authors: -# Name / Email / Website -# Twitter / Twitch / Youtube / Github +# Author Info Examples: +# Name / Email / Website +# Twitter / Twitch / Youtube / Github # Authors: # Alex Orid / inquiries@thecuriousnerd.com / TheCuriousNerd.com -# Twitter: @TheCuriousNerd / Twitch: TheCuriousNerd / Youtube: thecuriousnerd / Github: TheCuriousNerd +# Twitter: @TheCuriousNerd / Twitch: TheCuriousNerd / Youtube: thecuriousnerd / Github: TheCuriousNerd # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/commands/loader.py b/commands/loader.py index 373733d..eb45908 100644 --- a/commands/loader.py +++ b/commands/loader.py @@ -1,12 +1,12 @@ # Copyright (C) 2021 -# Authors: -# Name / Email / Website -# Twitter / Twitch / Youtube / Github +# Author Info Examples: +# Name / Email / Website +# Twitter / Twitch / Youtube / Github # Authors: # Alex Orid / inquiries@thecuriousnerd.com / TheCuriousNerd.com -# Twitter: @TheCuriousNerd / Twitch: TheCuriousNerd / Youtube: thecuriousnerd / Github: TheCuriousNerd +# Twitter: @TheCuriousNerd / Twitch: TheCuriousNerd / Youtube: thecuriousnerd / Github: TheCuriousNerd # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/config.py b/config.py index c553281..9940643 100644 --- a/config.py +++ b/config.py @@ -1,12 +1,12 @@ # Copyright (C) 2021 -# Authors: +# Author Info Examples: # Name / Email / Website # Twitter / Twitch / Youtube # Authors: # Alex Orid / inquiries@thecuriousnerd.com / TheCuriousNerd.com -# Twitter: @TheCuriousNerd / Twitch: TheCuriousNerd / Youtube: thecuriousnerd / Github: TheCuriousNerd +# Twitter: @TheCuriousNerd / Twitch: TheCuriousNerd / Youtube: thecuriousnerd / Github: TheCuriousNerd # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/cooldowns.py b/cooldowns.py index 272c2b6..23a5018 100644 --- a/cooldowns.py +++ b/cooldowns.py @@ -1,12 +1,12 @@ # Copyright (C) 2021 -# Authors: +# Author Info Examples: # Name / Email / Website # Twitter / Twitch / Youtube # Authors: # Alex Orid / inquiries@thecuriousnerd.com / TheCuriousNerd.com -# Twitter: @TheCuriousNerd / Twitch: TheCuriousNerd / Youtube: thecuriousnerd / Github: TheCuriousNerd +# Twitter: @TheCuriousNerd / Twitch: TheCuriousNerd / Youtube: thecuriousnerd / Github: TheCuriousNerd # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/credentials.py b/credentials.py index 51cd647..2bccb23 100644 --- a/credentials.py +++ b/credentials.py @@ -1,12 +1,12 @@ # Copyright (C) 2021 -# Authors: +# Author Info Examples: # Name / Email / Website # Twitter / Twitch / Youtube # Authors: # Alex Orid / inquiries@thecuriousnerd.com / TheCuriousNerd.com -# Twitter: @TheCuriousNerd / Twitch: TheCuriousNerd / Youtube: thecuriousnerd / Github: TheCuriousNerd +# Twitter: @TheCuriousNerd / Twitch: TheCuriousNerd / Youtube: thecuriousnerd / Github: TheCuriousNerd # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/db.py b/db.py index 386e738..5b44b7a 100644 --- a/db.py +++ b/db.py @@ -1,12 +1,12 @@ # Copyright (C) 2021 -# Authors: +# Author Info Examples: # Name / Email / Website # Twitter / Twitch / Youtube # Authors: # Alex Orid / inquiries@thecuriousnerd.com / TheCuriousNerd.com -# Twitter: @TheCuriousNerd / Twitch: TheCuriousNerd / Youtube: thecuriousnerd / Github: TheCuriousNerd +# Twitter: @TheCuriousNerd / Twitch: TheCuriousNerd / Youtube: thecuriousnerd / Github: TheCuriousNerd # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/event_logs/event_log_Module.py b/event_logs/event_log_Module.py index cf7e125..c4cedd4 100644 --- a/event_logs/event_log_Module.py +++ b/event_logs/event_log_Module.py @@ -1,12 +1,12 @@ # Copyright (C) 2021 -# Authors: -# Name / Email / Website -# Twitter / Twitch / Youtube / Github +# Author Info Examples: +# Name / Email / Website +# Twitter / Twitch / Youtube / Github # Authors: # Alex Orid / inquiries@thecuriousnerd.com / TheCuriousNerd.com -# Twitter: @TheCuriousNerd / Twitch: TheCuriousNerd / Youtube: thecuriousnerd / Github: TheCuriousNerd +# Twitter: @TheCuriousNerd / Twitch: TheCuriousNerd / Youtube: thecuriousnerd / Github: TheCuriousNerd # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/help_module.py b/help_module.py index a5b674d..76ad5e0 100644 --- a/help_module.py +++ b/help_module.py @@ -1,12 +1,12 @@ # Copyright (C) 2021 -# Authors: +# Author Info Examples: # Name / Email / Website # Twitter / Twitch / Youtube # Authors: # Alex Orid / inquiries@thecuriousnerd.com / TheCuriousNerd.com -# Twitter: @TheCuriousNerd / Twitch: TheCuriousNerd / Youtube: thecuriousnerd / Github: TheCuriousNerd +# Twitter: @TheCuriousNerd / Twitch: TheCuriousNerd / Youtube: thecuriousnerd / Github: TheCuriousNerd # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/hotkey_script.py b/hotkey_script.py index 141a794..7cf28c8 100644 --- a/hotkey_script.py +++ b/hotkey_script.py @@ -1,12 +1,12 @@ # Copyright (C) 2021 -# Authors: +# Author Info Examples: # Name / Email / Website # Twitter / Twitch / Youtube # Authors: # Alex Orid / inquiries@thecuriousnerd.com / TheCuriousNerd.com -# Twitter: @TheCuriousNerd / Twitch: TheCuriousNerd / Youtube: thecuriousnerd / Github: TheCuriousNerd +# Twitter: @TheCuriousNerd / Twitch: TheCuriousNerd / Youtube: thecuriousnerd / Github: TheCuriousNerd # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/lights_module.py b/lights_module.py index 6b57ea4..b696ab3 100644 --- a/lights_module.py +++ b/lights_module.py @@ -1,12 +1,12 @@ # Copyright (C) 2021 -# Authors: +# Author Info Examples: # Name / Email / Website # Twitter / Twitch / Youtube # Authors: # Alex Orid / inquiries@thecuriousnerd.com / TheCuriousNerd.com -# Twitter: @TheCuriousNerd / Twitch: TheCuriousNerd / Youtube: thecuriousnerd / Github: TheCuriousNerd +# Twitter: @TheCuriousNerd / Twitch: TheCuriousNerd / Youtube: thecuriousnerd / Github: TheCuriousNerd # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/main.py b/main.py index 601e3dd..a4a92bd 100644 --- a/main.py +++ b/main.py @@ -1,12 +1,12 @@ # Copyright (C) 2021 -# Authors: +# Author Info Examples: # Name / Email / Website # Twitter / Twitch / Youtube # Authors: # Alex Orid / inquiries@thecuriousnerd.com / TheCuriousNerd.com -# Twitter: @TheCuriousNerd / Twitch: TheCuriousNerd / Youtube: thecuriousnerd / Github: TheCuriousNerd +# Twitter: @TheCuriousNerd / Twitch: TheCuriousNerd / Youtube: thecuriousnerd / Github: TheCuriousNerd # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/obsWebSocket.py b/obsWebSocket.py index 53cb715..65c5865 100644 --- a/obsWebSocket.py +++ b/obsWebSocket.py @@ -1,12 +1,12 @@ # Copyright (C) 2021 -# Authors: +# Author Info Examples: # Name / Email / Website # Twitter / Twitch / Youtube # Authors: # Alex Orid / inquiries@thecuriousnerd.com / TheCuriousNerd.com -# Twitter: @TheCuriousNerd / Twitch: TheCuriousNerd / Youtube: thecuriousnerd / Github: TheCuriousNerd +# Twitter: @TheCuriousNerd / Twitch: TheCuriousNerd / Youtube: thecuriousnerd / Github: TheCuriousNerd # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/praxis_logging.py b/praxis_logging.py index 32c97d8..dc31319 100644 --- a/praxis_logging.py +++ b/praxis_logging.py @@ -1,12 +1,12 @@ # Copyright (C) 2021 -# Authors: +# Author Info Examples: # Name / Email / Website # Twitter / Twitch / Youtube # Authors: # Alex Orid / inquiries@thecuriousnerd.com / TheCuriousNerd.com -# Twitter: @TheCuriousNerd / Twitch: TheCuriousNerd / Youtube: thecuriousnerd / Github: TheCuriousNerd +# Twitter: @TheCuriousNerd / Twitch: TheCuriousNerd / Youtube: thecuriousnerd / Github: TheCuriousNerd # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/standalone_channelrewards.py b/standalone_channelrewards.py index 9dfb15f..fb9fceb 100644 --- a/standalone_channelrewards.py +++ b/standalone_channelrewards.py @@ -1,12 +1,12 @@ # Copyright (C) 2021 -# Authors: +# Author Info Examples: # Name / Email / Website # Twitter / Twitch / Youtube # Authors: # Alex Orid / inquiries@thecuriousnerd.com / TheCuriousNerd.com -# Twitter: @TheCuriousNerd / Twitch: TheCuriousNerd / Youtube: thecuriousnerd / Github: TheCuriousNerd +# Twitter: @TheCuriousNerd / Twitch: TheCuriousNerd / Youtube: thecuriousnerd / Github: TheCuriousNerd # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/standalone_command.py b/standalone_command.py index ba52f20..dfe80b6 100644 --- a/standalone_command.py +++ b/standalone_command.py @@ -1,12 +1,12 @@ # Copyright (C) 2021 -# Authors: +# Author Info Examples: # Name / Email / Website # Twitter / Twitch / Youtube # Authors: # Alex Orid / inquiries@thecuriousnerd.com / TheCuriousNerd.com -# Twitter: @TheCuriousNerd / Twitch: TheCuriousNerd / Youtube: thecuriousnerd / Github: TheCuriousNerd +# Twitter: @TheCuriousNerd / Twitch: TheCuriousNerd / Youtube: thecuriousnerd / Github: TheCuriousNerd # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/standalone_discord_script.py b/standalone_discord_script.py index 6803d8c..87b5b0d 100644 --- a/standalone_discord_script.py +++ b/standalone_discord_script.py @@ -1,12 +1,12 @@ # Copyright (C) 2021 -# Authors: +# Author Info Examples: # Name / Email / Website # Twitter / Twitch / Youtube # Authors: # Alex Orid / inquiries@thecuriousnerd.com / TheCuriousNerd.com -# Twitter: @TheCuriousNerd / Twitch: TheCuriousNerd / Youtube: thecuriousnerd / Github: TheCuriousNerd +# Twitter: @TheCuriousNerd / Twitch: TheCuriousNerd / Youtube: thecuriousnerd / Github: TheCuriousNerd # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/standalone_eventLog.py b/standalone_eventLog.py index 4b4503c..680c6c3 100644 --- a/standalone_eventLog.py +++ b/standalone_eventLog.py @@ -1,12 +1,12 @@ # Copyright (C) 2021 -# Authors: +# Author Info Examples: # Name / Email / Website # Twitter / Twitch / Youtube # Authors: # Alex Orid / inquiries@thecuriousnerd.com / TheCuriousNerd.com -# Twitter: @TheCuriousNerd / Twitch: TheCuriousNerd / Youtube: thecuriousnerd / Github: TheCuriousNerd +# Twitter: @TheCuriousNerd / Twitch: TheCuriousNerd / Youtube: thecuriousnerd / Github: TheCuriousNerd # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/standalone_lights.py b/standalone_lights.py index be25a82..59234a9 100644 --- a/standalone_lights.py +++ b/standalone_lights.py @@ -1,12 +1,12 @@ # Copyright (C) 2021 -# Authors: +# Author Info Examples: # Name / Email / Website # Twitter / Twitch / Youtube # Authors: # Alex Orid / inquiries@thecuriousnerd.com / TheCuriousNerd.com -# Twitter: @TheCuriousNerd / Twitch: TheCuriousNerd / Youtube: thecuriousnerd / Github: TheCuriousNerd +# Twitter: @TheCuriousNerd / Twitch: TheCuriousNerd / Youtube: thecuriousnerd / Github: TheCuriousNerd # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/standalone_obsWebSocket.py b/standalone_obsWebSocket.py index 51b8901..a4ebaa0 100644 --- a/standalone_obsWebSocket.py +++ b/standalone_obsWebSocket.py @@ -1,12 +1,12 @@ # Copyright (C) 2021 -# Authors: +# Author Info Examples: # Name / Email / Website # Twitter / Twitch / Youtube # Authors: # Alex Orid / inquiries@thecuriousnerd.com / TheCuriousNerd.com -# Twitter: @TheCuriousNerd / Twitch: TheCuriousNerd / Youtube: thecuriousnerd / Github: TheCuriousNerd +# Twitter: @TheCuriousNerd / Twitch: TheCuriousNerd / Youtube: thecuriousnerd / Github: TheCuriousNerd # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/standalone_tts_core.py b/standalone_tts_core.py index 8718210..396523f 100644 --- a/standalone_tts_core.py +++ b/standalone_tts_core.py @@ -1,12 +1,12 @@ # Copyright (C) 2021 -# Authors: +# Author Info Examples: # Name / Email / Website # Twitter / Twitch / Youtube # Authors: # Alex Orid / inquiries@thecuriousnerd.com / TheCuriousNerd.com -# Twitter: @TheCuriousNerd / Twitch: TheCuriousNerd / Youtube: thecuriousnerd / Github: TheCuriousNerd +# Twitter: @TheCuriousNerd / Twitch: TheCuriousNerd / Youtube: thecuriousnerd / Github: TheCuriousNerd # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/standalone_tts_speaker.py b/standalone_tts_speaker.py index f7a5e7b..9a8e63f 100644 --- a/standalone_tts_speaker.py +++ b/standalone_tts_speaker.py @@ -1,12 +1,12 @@ # Copyright (C) 2021 -# Authors: +# Author Info Examples: # Name / Email / Website # Twitter / Twitch / Youtube # Authors: # Alex Orid / inquiries@thecuriousnerd.com / TheCuriousNerd.com -# Twitter: @TheCuriousNerd / Twitch: TheCuriousNerd / Youtube: thecuriousnerd / Github: TheCuriousNerd +# Twitter: @TheCuriousNerd / Twitch: TheCuriousNerd / Youtube: thecuriousnerd / Github: TheCuriousNerd # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/standalone_twitch_pubsub.py b/standalone_twitch_pubsub.py index bab0051..10cabba 100644 --- a/standalone_twitch_pubsub.py +++ b/standalone_twitch_pubsub.py @@ -1,12 +1,12 @@ # Copyright (C) 2021 -# Authors: +# Author Info Examples: # Name / Email / Website # Twitter / Twitch / Youtube # Authors: # Alex Orid / inquiries@thecuriousnerd.com / TheCuriousNerd.com -# Twitter: @TheCuriousNerd / Twitch: TheCuriousNerd / Youtube: thecuriousnerd / Github: TheCuriousNerd +# Twitter: @TheCuriousNerd / Twitch: TheCuriousNerd / Youtube: thecuriousnerd / Github: TheCuriousNerd # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/standalone_twitch_script.py b/standalone_twitch_script.py index d9f67fa..31a8b71 100644 --- a/standalone_twitch_script.py +++ b/standalone_twitch_script.py @@ -1,12 +1,12 @@ # Copyright (C) 2021 -# Authors: +# Author Info Examples: # Name / Email / Website # Twitter / Twitch / Youtube # Authors: # Alex Orid / inquiries@thecuriousnerd.com / TheCuriousNerd.com -# Twitter: @TheCuriousNerd / Twitch: TheCuriousNerd / Youtube: thecuriousnerd / Github: TheCuriousNerd +# Twitter: @TheCuriousNerd / Twitch: TheCuriousNerd / Youtube: thecuriousnerd / Github: TheCuriousNerd # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/standalone_user_client.py b/standalone_user_client.py index c062094..f9100b5 100644 --- a/standalone_user_client.py +++ b/standalone_user_client.py @@ -1,12 +1,12 @@ # Copyright (C) 2021 -# Authors: +# Author Info Examples: # Name / Email / Website # Twitter / Twitch / Youtube # Authors: # Alex Orid / inquiries@thecuriousnerd.com / TheCuriousNerd.com -# Twitter: @TheCuriousNerd / Twitch: TheCuriousNerd / Youtube: thecuriousnerd / Github: TheCuriousNerd +# Twitter: @TheCuriousNerd / Twitch: TheCuriousNerd / Youtube: thecuriousnerd / Github: TheCuriousNerd # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/standalone_webSource.py b/standalone_webSource.py index b8ba2d2..7db16bb 100644 --- a/standalone_webSource.py +++ b/standalone_webSource.py @@ -1,12 +1,12 @@ # Copyright (C) 2021 -# Authors: +# Author Info Examples: # Name / Email / Website # Twitter / Twitch / Youtube # Authors: # Alex Orid / inquiries@thecuriousnerd.com / TheCuriousNerd.com -# Twitter: @TheCuriousNerd / Twitch: TheCuriousNerd / Youtube: thecuriousnerd / Github: TheCuriousNerd +# Twitter: @TheCuriousNerd / Twitch: TheCuriousNerd / Youtube: thecuriousnerd / Github: TheCuriousNerd # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/tempText_Module.py b/tempText_Module.py index 30a9d2e..a1fbfc8 100644 --- a/tempText_Module.py +++ b/tempText_Module.py @@ -1,12 +1,12 @@ # Copyright (C) 2021 -# Authors: +# Author Info Examples: # Name / Email / Website # Twitter / Twitch / Youtube # Authors: # Alex Orid / inquiries@thecuriousnerd.com / TheCuriousNerd.com -# Twitter: @TheCuriousNerd / Twitch: TheCuriousNerd / Youtube: thecuriousnerd / Github: TheCuriousNerd +# Twitter: @TheCuriousNerd / Twitch: TheCuriousNerd / Youtube: thecuriousnerd / Github: TheCuriousNerd # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/test_module.py b/test_module.py index 4488409..68097ba 100644 --- a/test_module.py +++ b/test_module.py @@ -1,12 +1,12 @@ # Copyright (C) 2021 -# Authors: +# Author Info Examples: # Name / Email / Website # Twitter / Twitch / Youtube # Authors: # Alex Orid / inquiries@thecuriousnerd.com / TheCuriousNerd.com -# Twitter: @TheCuriousNerd / Twitch: TheCuriousNerd / Youtube: thecuriousnerd / Github: TheCuriousNerd +# Twitter: @TheCuriousNerd / Twitch: TheCuriousNerd / Youtube: thecuriousnerd / Github: TheCuriousNerd # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/timers_module.py b/timers_module.py index 900b25c..d81fda4 100644 --- a/timers_module.py +++ b/timers_module.py @@ -1,12 +1,12 @@ # Copyright (C) 2021 -# Authors: +# Author Info Examples: # Name / Email / Website # Twitter / Twitch / Youtube # Authors: # Alex Orid / inquiries@thecuriousnerd.com / TheCuriousNerd.com -# Twitter: @TheCuriousNerd / Twitch: TheCuriousNerd / Youtube: thecuriousnerd / Github: TheCuriousNerd +# Twitter: @TheCuriousNerd / Twitch: TheCuriousNerd / Youtube: thecuriousnerd / Github: TheCuriousNerd # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/tts.py b/tts.py index daa3d5a..c0fa498 100644 --- a/tts.py +++ b/tts.py @@ -1,12 +1,12 @@ # Copyright (C) 2021 -# Authors: +# Author Info Examples: # Name / Email / Website # Twitter / Twitch / Youtube # Authors: # Alex Orid / inquiries@thecuriousnerd.com / TheCuriousNerd.com -# Twitter: @TheCuriousNerd / Twitch: TheCuriousNerd / Youtube: thecuriousnerd / Github: TheCuriousNerd +# Twitter: @TheCuriousNerd / Twitch: TheCuriousNerd / Youtube: thecuriousnerd / Github: TheCuriousNerd # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/twitch_generate_credentials.py b/twitch_generate_credentials.py index 3ed998f..8907b68 100644 --- a/twitch_generate_credentials.py +++ b/twitch_generate_credentials.py @@ -1,12 +1,12 @@ # Copyright (C) 2021 -# Authors: +# Author Info Examples: # Name / Email / Website # Twitter / Twitch / Youtube # Authors: # Alex Orid / inquiries@thecuriousnerd.com / TheCuriousNerd.com -# Twitter: @TheCuriousNerd / Twitch: TheCuriousNerd / Youtube: thecuriousnerd / Github: TheCuriousNerd +# Twitter: @TheCuriousNerd / Twitch: TheCuriousNerd / Youtube: thecuriousnerd / Github: TheCuriousNerd # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/user_client/v1/webclient.js b/user_client/v1/webclient.js index 786addd..bb9c43e 100644 --- a/user_client/v1/webclient.js +++ b/user_client/v1/webclient.js @@ -1,3 +1,26 @@ +// Copyright (C) 2021 + +// Authors: +// Name / Email / Website +// Twitter / Twitch / Youtube / Github + +// Authors: +// Alex Orid / inquiries@thecuriousnerd.com / TheCuriousNerd.com +// Twitter: @TheCuriousNerd / Twitch: TheCuriousNerd / Youtube: thecuriousnerd / Github: TheCuriousNerd + +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. + +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. + +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see . + refresh = () => response = fetch('http://127.0.0.1:42055/') .then((response) => { diff --git a/user_client_module_InfoLookup.py b/user_client_module_InfoLookup.py index b9ca713..de402eb 100644 --- a/user_client_module_InfoLookup.py +++ b/user_client_module_InfoLookup.py @@ -1,12 +1,12 @@ # Copyright (C) 2021 -# Authors: +# Author Info Examples: # Name / Email / Website # Twitter / Twitch / Youtube # Authors: # Alex Orid / inquiries@thecuriousnerd.com / TheCuriousNerd.com -# Twitter: @TheCuriousNerd / Twitch: TheCuriousNerd / Youtube: thecuriousnerd / Github: TheCuriousNerd +# Twitter: @TheCuriousNerd / Twitch: TheCuriousNerd / Youtube: thecuriousnerd / Github: TheCuriousNerd # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/user_module.py b/user_module.py index cca3ea3..6313e93 100644 --- a/user_module.py +++ b/user_module.py @@ -1,12 +1,12 @@ # Copyright (C) 2021 -# Authors: +# Author Info Examples: # Name / Email / Website # Twitter / Twitch / Youtube # Authors: # Alex Orid / inquiries@thecuriousnerd.com / TheCuriousNerd.com -# Twitter: @TheCuriousNerd / Twitch: TheCuriousNerd / Youtube: thecuriousnerd / Github: TheCuriousNerd +# Twitter: @TheCuriousNerd / Twitch: TheCuriousNerd / Youtube: thecuriousnerd / Github: TheCuriousNerd # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/utilities_script.py b/utilities_script.py index a7d2f2a..c89fc18 100644 --- a/utilities_script.py +++ b/utilities_script.py @@ -1,12 +1,12 @@ # Copyright (C) 2021 -# Authors: -# Name / Email / Website -# Twitter / Twitch / Youtube / Github +# Author Info Examples: +# Name / Email / Website +# Twitter / Twitch / Youtube / Github # Authors: # Alex Orid / inquiries@thecuriousnerd.com / TheCuriousNerd.com -# Twitter: @TheCuriousNerd / Twitch: TheCuriousNerd / Youtube: thecuriousnerd / Github: TheCuriousNerd +# Twitter: @TheCuriousNerd / Twitch: TheCuriousNerd / Youtube: thecuriousnerd / Github: TheCuriousNerd # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as