Home - ghostselfbot/ghost GitHub Wiki

Ghost is a powerful and customisable Discord selfbot designed to enhance user experience with a suite of over 150 commands and a bespoke graphical user interface (GUI). Developed in Python, it offers advanced features for personal automation and interaction within Discord.

Warning

Using Ghost is against Discord's TOS and can result in account termination! To avoid termination, do not use any commands in bigger servers especially ones moderated by Discord staff and do not use any of the abuse commands. I do not take any responsibility for the actions that may be caused by using Ghost. Please use with caution!

Use the below commands to quickly setup Ghost from source code

git clone https://github.com/ghostselfbot/ghost
cd ghost
python3 -m venv .venv      # create venv (requires Python 3.10+)
source .venv/bin/activate  # or on Windows: .\.venv\Scripts\activate
pip install -r requirements.txt
python3 ghost.py

Follow this guide on how to get your account token!
Ghost requires Python 3.10+

CleanShot 2025-05-16 at 9  36 19@2x CleanShot 2025-05-16 at 9  36 35@2x

Note

Please note that Ghost is developed on Mac OS which means the Windows build's may have issues. However, Ghost will work on Windows, Linux and Mac OS without issues when run from the source code! Please follow the steps above or this setup guide to insure proper installation!

⚠️ **GitHub.com Fallback** ⚠️