Jump to content

geozz

Members
  • Posts

    4
  • Joined

  • Last visited

geozz's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hi and thanks for your answer. Okay, ill understand. Your links doens't work :S Regards
  2. sudo /home/geozz/Muziekbot1/MusicBot-master/run.sh python /home/geozz/Muziekbot1/MusicBot-master/run.py Not working
  3. Actually, what is the server time location? I tried 14PM on Amsterdam time
  4. Hi, I want to run a musicbot for discord. This bot normally starts running /filepath/run.py This bot uses discord.py etc, i think all modules are available, https://krydos2.heliohost.org/cgi-bin/modules36.py But, the bot just dont start? Cron job: 0 15 0 0 0 home/myname/Muziekbot1/musicbot-master/run.py This bot can work on ubuntu, raspbian, windows and mac. This is the bot: https://github.com/Just-Some-Bots/MusicBot This is the official guide for ubuntu 16, but i do not know how to run that here. But i just uploaded the files, and added a cron for run.py # Install build tools sudo apt-get install build-essential unzip -y sudo apt-get install software-properties-common -y # Add external repositories sudo add-apt-repository ppa:mc3man/xerus-media -y # Install system dependencies sudo apt-get update -y sudo apt-get install git ffmpeg libopus-dev libffi-dev libsodium-dev python3-pip python3-dev -y sudo apt-get upgrade -y # Clone the MusicBot to your home directory git clone https://github.com/Just-Some-Bots/MusicBot.git ~/MusicBot -b master cd ~/MusicBot # Install Python dependencies sudo python3 -m pip install -U pip sudo python3 -m pip install -U -r requirements.txt Any idea how to get this working? Regards
×
×
  • Create New...