Skip to content

TheCrimsonborn/ChiMP-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ChiMP

CodeFactor Grade GitHub commit merge status GitHub issues GitHub forks GitHub Repo stars

A Music Player Bot for Discord Servers

Requirements:

Binaries

- Python 3.8 or greater 
- ffmpeg
- Git 

Python packages:
- python3 -m pip install -r requirements.txt

Ubuntu Server

Basic Installation

sudo apt-get update -y && sudo apt-get upgrade -y

sudo apt-get dist-upgrade -y

sudo apt-get autoremove -y

sudo apt install software-properties-common -y

sudo add-apt-repository ppa:deadsnakes/ppa

sudo apt install python3.10 -y

sudo apt-get install ffmpeg -y

sudo apt-get install git -y

sudo apt-get install screen -y

sudo apt-get install python3-pip -y

python3 -m pip install --upgrade pip setuptools wheel

python3 -m pip install --upgrade pip

How to Create a Discord Bot Account

Use this tutorial for creating bot account.

How to Create a Discord Bot Account

If you want play Spotify musics, you need Spotify's CliendID & Client Secret

This article will help you. Development Guides of Spotify

Bot Setup

git clone https://github.com/TheCrimsonborn/ChiMP-Bot

cd ChiMP-Bot

python3 -m pip install -r requirements.txt

edit the "client_id", "client_secret", "spotify_client_id", "spotify_client_secret", "token" with 'nano' or 'vim' or you FTP connection 

screen -AmdS chimp python3 chimp.py

About

A Music Player Bot for Discord Servers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages