All it takes to go viral on TikTok is one good clip.
Clipbot automatically posts your Twitch clips to TikTok and Youtube so you'll go viral overnight.
Website
Clipbot frontend repo. Help make Clipbot better!
-
npm
npm install npm@latest -g
-
Download Clipbot
- Clone the repo
git clone https://github.com/Roxkstar74/ClipbotFrontend.git
- Checkout the dev branch
git checkout dev
- Install NPM packages
npm install
- Run the app
To run the backend you need to run the live version of clipbotThis will open an electron app. To open dev tools in electron you can press 'crtl'+'shift'+i.npm start
- Join the Discord
Any contributions you make are greatly appreciated.
- Fork the Project
- Checkout dev branch (
git checkout dev
) - Create your Feature Branch (
git checkout -b newBranch
) - Commit your Changes (
git commit -m 'New Changes'
) - Push to the Branch (
git push origin newBranch
) - Open a Pull Request
Github standard Form & Pull request workflow