Skip to content

teamvista/pikalaxbot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyPI
PyPI
PyPI

PikalaxBOT

Setup

  1. Clone this repository (duh).
  2. Create a settings.json using the following template.
  3. Install the requirements using python3.6 -m pip install -r requirements.txt.
  4. Run bot.py using python3.6 bot.py.
{
    "meta": {
        "prefix": "<command_prefix>"
    },
    "credentials": {
        "owner": "<your_id>",
        "token": "<bot_oauth>"
    },
    "user": {
        "debug": <true or false>,
        "voice_chans": [list of voice channel IDs],
        "markov_channels": [list of text channel IDs],
        "help_name": "<name for help command>",
        "game": "<activity to display as playing>",
        "espeak_kw": {
            "a": amplitude,
            "s": speed,
            "v": "<voice code>",
            "p": pitch,
            "k": capital pitch modulation,
            "g": gap between words
        }
    }
}

About

Source code for PikalaxBOT

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.9%
  • Shell 0.1%