Julien00859 / BotDiscord

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Requirements:

  • Python >= 3.5 (debian: python3)
  • virtualenv (debian: python-virtualenv)

Installation standlone:

  • Download the bot from the release page
  • Extract it and move into the directory
  • Install the project dependancies along with a virtual environnement virtualenv -p $(which python3.5) venv && venv/bin/pip install -r requirements.txt
  • Set the environ variable DISCORD_TOKEN
  • Start the bot ./start.py

About


Languages

Language:Python 99.1%Language:Dockerfile 0.9%