PowerBot is a chat bot for use on Livecoding.tv written in PowerShell.
It requires, and will download on first run, Selenium and PhantomJS.
- Version 0.2
- Version 0.1
- Other Versions
- Download PowerBot.
- Extract archive to a PowerShell Module location.
- Run
$env:PSModulePathin a PowerShell console to get a list of valid paths.
- Edit Initialize-PowerBot.ps1, change the default value for the
$Streamerto your Livecoding.tv username. - Save and close Initialize-PowerBot.ps1
- Open an elevated PowerShell prompt.
- Run
Initialize-PowerBot - Selenium and PhantomJS will be downloaded.
- You will be prompted to enter a username and password:
- Enter the username and password for the account you want to be automated in chat.
- Either create a secondary account or your own if you authenticate with username and password.
- Wait for the bot to join chat.
- Test functionality by typing
Out-Stream 'Test'in a PowerShell console - Run BasicLoop.ps1, this will lock the console.
- Type
!helpin chat to ensure PowerBot is responding to commands.
- see LICENSE file
