├── Images ├── diagram.png ├── screenshot1.PNG ├── screenshot2.PNG ├── server.PNG └── vidgenerator.PNG ├── LICENSE ├── README.md ├── Twitch Client ├── Assets │ └── twitchlogo.png ├── UI │ ├── ClipEditor.ui │ ├── clipDownload.ui │ ├── clipUpload.ui │ ├── login.ui │ └── menu.ui ├── client.py ├── clientUI.py ├── main.py ├── scriptwrapper.py └── settings.py ├── Twitch Server ├── Assets │ └── twitchlogo.png ├── UI │ └── clipPassiveDownload.ui ├── autodownloader.py ├── autodownloaderUI.py ├── database.py ├── main.py ├── scriptwrapper.py ├── server.py ├── settings.py └── twitch.py └── Twitch Video Generator ├── Assets └── Music │ └── Epic │ └── placemp3shere!.txt ├── Logo └── twitchlogo.png ├── UI └── videoRendering.ui ├── main.py ├── scriptwrapper.py ├── server.py ├── settings.py ├── vidGen.py └── vidgenUI.py /Images/diagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HA6Bots/Twitch-Clips-Compilation-Generator-TCCG-/HEAD/Images/diagram.png -------------------------------------------------------------------------------- /Images/screenshot1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HA6Bots/Twitch-Clips-Compilation-Generator-TCCG-/HEAD/Images/screenshot1.PNG -------------------------------------------------------------------------------- /Images/screenshot2.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HA6Bots/Twitch-Clips-Compilation-Generator-TCCG-/HEAD/Images/screenshot2.PNG -------------------------------------------------------------------------------- /Images/server.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HA6Bots/Twitch-Clips-Compilation-Generator-TCCG-/HEAD/Images/server.PNG -------------------------------------------------------------------------------- /Images/vidgenerator.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HA6Bots/Twitch-Clips-Compilation-Generator-TCCG-/HEAD/Images/vidgenerator.PNG -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HA6Bots/Twitch-Clips-Compilation-Generator-TCCG-/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HA6Bots/Twitch-Clips-Compilation-Generator-TCCG-/HEAD/README.md -------------------------------------------------------------------------------- /Twitch Client/Assets/twitchlogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HA6Bots/Twitch-Clips-Compilation-Generator-TCCG-/HEAD/Twitch Client/Assets/twitchlogo.png -------------------------------------------------------------------------------- /Twitch Client/UI/ClipEditor.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HA6Bots/Twitch-Clips-Compilation-Generator-TCCG-/HEAD/Twitch Client/UI/ClipEditor.ui -------------------------------------------------------------------------------- /Twitch Client/UI/clipDownload.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HA6Bots/Twitch-Clips-Compilation-Generator-TCCG-/HEAD/Twitch Client/UI/clipDownload.ui -------------------------------------------------------------------------------- /Twitch Client/UI/clipUpload.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HA6Bots/Twitch-Clips-Compilation-Generator-TCCG-/HEAD/Twitch Client/UI/clipUpload.ui -------------------------------------------------------------------------------- /Twitch Client/UI/login.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HA6Bots/Twitch-Clips-Compilation-Generator-TCCG-/HEAD/Twitch Client/UI/login.ui -------------------------------------------------------------------------------- /Twitch Client/UI/menu.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HA6Bots/Twitch-Clips-Compilation-Generator-TCCG-/HEAD/Twitch Client/UI/menu.ui -------------------------------------------------------------------------------- /Twitch Client/client.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HA6Bots/Twitch-Clips-Compilation-Generator-TCCG-/HEAD/Twitch Client/client.py -------------------------------------------------------------------------------- /Twitch Client/clientUI.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HA6Bots/Twitch-Clips-Compilation-Generator-TCCG-/HEAD/Twitch Client/clientUI.py -------------------------------------------------------------------------------- /Twitch Client/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HA6Bots/Twitch-Clips-Compilation-Generator-TCCG-/HEAD/Twitch Client/main.py -------------------------------------------------------------------------------- /Twitch Client/scriptwrapper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HA6Bots/Twitch-Clips-Compilation-Generator-TCCG-/HEAD/Twitch Client/scriptwrapper.py -------------------------------------------------------------------------------- /Twitch Client/settings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HA6Bots/Twitch-Clips-Compilation-Generator-TCCG-/HEAD/Twitch Client/settings.py -------------------------------------------------------------------------------- /Twitch Server/Assets/twitchlogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HA6Bots/Twitch-Clips-Compilation-Generator-TCCG-/HEAD/Twitch Server/Assets/twitchlogo.png -------------------------------------------------------------------------------- /Twitch Server/UI/clipPassiveDownload.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HA6Bots/Twitch-Clips-Compilation-Generator-TCCG-/HEAD/Twitch Server/UI/clipPassiveDownload.ui -------------------------------------------------------------------------------- /Twitch Server/autodownloader.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HA6Bots/Twitch-Clips-Compilation-Generator-TCCG-/HEAD/Twitch Server/autodownloader.py -------------------------------------------------------------------------------- /Twitch Server/autodownloaderUI.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HA6Bots/Twitch-Clips-Compilation-Generator-TCCG-/HEAD/Twitch Server/autodownloaderUI.py -------------------------------------------------------------------------------- /Twitch Server/database.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HA6Bots/Twitch-Clips-Compilation-Generator-TCCG-/HEAD/Twitch Server/database.py -------------------------------------------------------------------------------- /Twitch Server/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HA6Bots/Twitch-Clips-Compilation-Generator-TCCG-/HEAD/Twitch Server/main.py -------------------------------------------------------------------------------- /Twitch Server/scriptwrapper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HA6Bots/Twitch-Clips-Compilation-Generator-TCCG-/HEAD/Twitch Server/scriptwrapper.py -------------------------------------------------------------------------------- /Twitch Server/server.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HA6Bots/Twitch-Clips-Compilation-Generator-TCCG-/HEAD/Twitch Server/server.py -------------------------------------------------------------------------------- /Twitch Server/settings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HA6Bots/Twitch-Clips-Compilation-Generator-TCCG-/HEAD/Twitch Server/settings.py -------------------------------------------------------------------------------- /Twitch Server/twitch.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HA6Bots/Twitch-Clips-Compilation-Generator-TCCG-/HEAD/Twitch Server/twitch.py -------------------------------------------------------------------------------- /Twitch Video Generator/Assets/Music/Epic/placemp3shere!.txt: -------------------------------------------------------------------------------- 1 | put your mp3s here! :) -------------------------------------------------------------------------------- /Twitch Video Generator/Logo/twitchlogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HA6Bots/Twitch-Clips-Compilation-Generator-TCCG-/HEAD/Twitch Video Generator/Logo/twitchlogo.png -------------------------------------------------------------------------------- /Twitch Video Generator/UI/videoRendering.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HA6Bots/Twitch-Clips-Compilation-Generator-TCCG-/HEAD/Twitch Video Generator/UI/videoRendering.ui -------------------------------------------------------------------------------- /Twitch Video Generator/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HA6Bots/Twitch-Clips-Compilation-Generator-TCCG-/HEAD/Twitch Video Generator/main.py -------------------------------------------------------------------------------- /Twitch Video Generator/scriptwrapper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HA6Bots/Twitch-Clips-Compilation-Generator-TCCG-/HEAD/Twitch Video Generator/scriptwrapper.py -------------------------------------------------------------------------------- /Twitch Video Generator/server.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HA6Bots/Twitch-Clips-Compilation-Generator-TCCG-/HEAD/Twitch Video Generator/server.py -------------------------------------------------------------------------------- /Twitch Video Generator/settings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HA6Bots/Twitch-Clips-Compilation-Generator-TCCG-/HEAD/Twitch Video Generator/settings.py -------------------------------------------------------------------------------- /Twitch Video Generator/vidGen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HA6Bots/Twitch-Clips-Compilation-Generator-TCCG-/HEAD/Twitch Video Generator/vidGen.py -------------------------------------------------------------------------------- /Twitch Video Generator/vidgenUI.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HA6Bots/Twitch-Clips-Compilation-Generator-TCCG-/HEAD/Twitch Video Generator/vidgenUI.py --------------------------------------------------------------------------------