This is an alternative to the WebPanel developed by the PhantomBot developers. If you are looking for theirs head over to The PhantomBot Website.
This software is free to user under GNU GENERAL PUBLIC LICENSE Version 2.
Some of the modules in PhantomBot aren't yet supported in this panel. But I will add these as soon as I can!
###Having issues using this WebPanel? Create an issue on Github Issues!### ###This repository is constantly being updated with cutting edge, untested features! Need a stable version? Check the releases.###
###Prerequisites:###
- PhantomBot 1.6.5.1 or later.
- A php enabled webserver (Try Apache)
- Make sure that './app/content/vars' is writeable by your webserver!
###Required Information:###
- Bot Address: The IP address of your bot, if you've installed PhantomBot locally this will be localhost.
- Bot Name: The Twitch username of the account your bot is using.
- Bot Oauth Token: This will be in a file called botlogin.txt, within the root of the folder you installed PhantomBot in.
- Channel Owner Name: This will be your Twitch username (or rather username of the channel the bot is active in).
###Actual Installation:###
- Copy all the files of the release into your webserver's webroot.
- Open the website in a browser (If you've installed apache locally this would be http://localhost).
- Walk through the presented installer.
- That's it! Enjoy!
###Updating###
- Download the latest release.
- Copy all the files over the old installation.
- Run call http://webserver/update.php
I shall add a full description on customizing the interface at a later point.