Skip to content
This repository has been archived by the owner on Jan 16, 2024. It is now read-only.

RPI Arm setup

kozabrada123 edited this page Mar 9, 2022 · 2 revisions

RPI / Arm setup:

  1. Git clone or download this repository and extract it
  2. Install requirements using either pip install -r requirements.txt or pip3 install -r requirements.txt inside the extracted folder.
  3. Setup a Discord Bot Account
  4. Open Settings.py in a text editor or ide:
  • Set the stars in Token = **** to your bot token
  • Set the stars in Username = **** to your aternos username
  • Set the stars in Password = **** to your aternos password
  1. Setup Chromium
    1. sudo apt-get install chromium-browser
    2. sudo apt-get install chromium-chromedriver
  2. To start the bot run this command: python3 Bot.py

Troubleshooting:

Visit the troubleshooting wiki page for common issues and fixes

Clone this wiki locally