Skip to content
This repository has been archived by the owner on Apr 19, 2022. It is now read-only.

Installation

Ender edited this page May 7, 2017 · 3 revisions
  1. Install dependencies: Git, Python3, Python3-PIP and Python3-Virtualenv.
  • sudo apt-get install git python3 python3-pip python3-virtualenv
  1. Clone the repository.
  • git clone https://github.com/luksireiku/polaris
  1. Go to the Polaris directory.
  • cd polaris
  1. Copy the sample config file and add the bot token.
  • mv bots/config.json.example bots/mybot.json
  • nano bots/mybot.json
  1. Run it!
  • ./runme.sh
Clone this wiki locally