https://github.com/murapadev/selfdiscord
An educational purpose only discord self bot
https://github.com/murapadev/selfdiscord
Last synced: 3 months ago
JSON representation
An educational purpose only discord self bot
- Host: GitHub
- URL: https://github.com/murapadev/selfdiscord
- Owner: murapadev
- Created: 2022-11-24T21:03:31.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-02T14:46:03.000Z (over 2 years ago)
- Last Synced: 2025-03-20T14:42:40.237Z (3 months ago)
- Language: Python
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DISCORD SELF BOT.
## This is a self bot for discord. It is not a bot account, it is a user account. It is against the discord ToS, and you can get banned for using it. I am not responsible for any bans that occur from using this program.
## Installation:
1. Download the respository as a zip file, and extract it.
2. Install python 3.8.1 from https://www.python.org/downloads/release/python-381/
3. Open a command prompt in the folder you extracted the zip file to.
4. Run `pip install -r requirements.txt`
5. Run `python main.py`
6. Follow the instructions in the command prompt.## Usage:
1. Edit the script to change the ids to your own.
2. Run the script.
3. DONE!## Features:
- [x] Send messages as a user, from a channel to a user.
- [x] Send messages as a user, from this user to the same channel.## How to get ids:
1. Enable developer mode in discord.
2. Right click on a channel, and click copy id.
3. Right click on a user, and click copy id.
4. Paste the ids into the script.## How to enable developer mode:
1. Go to User Settings.
2. Go to Appearance.
3. Scroll down to Advanced.
4. Enable Developer Mode.## How to get your discord token:
1. Press Ctrl + Shift + I.
2. Go to the Application tab.
3. Go to Local Storage.
4. Go to https://discordapp.com.
5. Copy the token.More info on how to get your token can be found here:
https://www.androidauthority.com/get-discord-token-3149920/