Skip to main content

A framework that makes discord bot programming easy

Project description

██████╗ ██╗  ██╗ ██████╗ ███╗   ██╗██╗  ██╗██████╗     ██████╗  ██████╗ ████████╗
██╔══██╗██║  ██║██╔═══██╗████╗  ██║██║ ██╔╝██╔══██╗    ██╔══██╗██╔═══██╗╚══██╔══╝
██████╔╝███████║██║   ██║██╔██╗ ██║█████╔╝ ██║  ██║    ██████╔╝██║   ██║   ██║   
██╔═══╝ ██╔══██║██║   ██║██║╚██╗██║██╔═██╗ ██║  ██║    ██╔══██╗██║   ██║   ██║   
██║     ██║  ██║╚██████╔╝██║ ╚████║██║  ██╗██████╔╝    ██████╔╝╚██████╔╝   ██║   
╚═╝     ╚═╝  ╚═╝ ╚═════╝ ╚═╝  ╚═══╝╚═╝  ╚═╝╚═════╝     ╚═════╝  ╚═════╝    ╚═╝   
---------------------------------------------------------------------------------

License: MIT

Phonkd_bot is a free discord bot framework made with the intent to help beginner programmers learn python. It allows you to take console-based programs and convert them into discord bots by substituting the input and print functions. It takes the Discord library and abstracts all of the complex functionality to make writing these programs simpler.

Setup

Installation

Before installing phonkd_bot, you must check that Python is installed on your machine. To find out, open a command prompt (if you have Windows) or a terminal (if you have MacOS or Linux) and type this:

python --version

If a message such as "Python 3.8.10" appears, it means that Python is correctly installed. If an error message appears, it means that it is not installed yet. You must then go to the official website and install it.

Once Python is installed, you have to perform a final check: you have to see if pip is installed. Generally, pip is pre-installed with Python but we are never sure. Same as for Python, type the following command:

pip --version

If a message such as "pip 20.0.2 from /usr/lib/python3/dist-packages/pip (python 3.8)" appears, you are ready to install the library. To install it, enter this command:

pip install phonkd_bot

Creating a Discord Bot

Now you will need to create a discord bot, to do so, follow these instructions:

  1. Go to discord.com/developers/applications
  2. Click New Application
  3. Give the bot a name, agree to the terms, then click Create
  4. (optional) give the bot a profile picture, tags, and or a description, then click Save Changes
  5. Go to the Bot page on the side panel
  6. (optional) give the bot a username
  7. Click Reset Token, Yes, do it! and Copy, save the token somewhere safe
  8. Allow Presence Intent, Server Members Intent, and Message Content Intent
  9. Click Save Changes
  10. Expand OAuth2 on the side panel and go to URL Generator
  11. Check bot, this will reveal Bot Permissions, you will need to check Administrator in this new section
  12. Scroll down, and open the generated url in another tab
  13. Select the server to add the bot to and click Continue
  14. Make sure Administrator is checked and click Authorize
  15. Do the captcha (if one appears) and close the window once you see "Success!" on your screen

Setting up the environment

Create a file named config.json in the same directory as your script. Copy and paste your bot token (from discord.com/developers) into the file, it should look something like this:

{
    "token": "MTE2nze0MDYzmzk5MTk5MTMxNg.Gm0Mnf.kmsdIjbvOZFMIs94ipxOCt70aLs3lKQsl0VaPE"
}

This token is not real, you will need to replace it with your own.

Help

If you want to use this framework check out the reference documentation on the docs page. If you find issues with this library please reach out to me.

Meta

Gmail - phonkibusiness@gmail.com

Github - https://github.com/RealPhonki

Find me on the Python Discord Server - https://discord.com/invite/python

Discord Tags - Phonki#0090, slamsandwich19

Code distributed under the MIT license. See LICENSE for more information.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

phonkd_bot-1.0.2.tar.gz (11.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

phonkd_bot-1.0.2-py3-none-any.whl (10.8 kB view details)

Uploaded Python 3

File details

Details for the file phonkd_bot-1.0.2.tar.gz.

File metadata

  • Download URL: phonkd_bot-1.0.2.tar.gz
  • Upload date:
  • Size: 11.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.5

File hashes

Hashes for phonkd_bot-1.0.2.tar.gz
Algorithm Hash digest
SHA256 0e09c616204622560905718dbefd9ff1e294c66cf10f697857747dddab74413d
MD5 6d2d61f7b2ba5431dca12f678be81db2
BLAKE2b-256 75a4f90dae209d48a67b39c5aa97a6358c53980dc1bf3a7b64ea3a6b7fe5e8c0

See more details on using hashes here.

File details

Details for the file phonkd_bot-1.0.2-py3-none-any.whl.

File metadata

  • Download URL: phonkd_bot-1.0.2-py3-none-any.whl
  • Upload date:
  • Size: 10.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.5

File hashes

Hashes for phonkd_bot-1.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 d1ed99bcf850de84522f517e44cd800c218a22230433badbeee7727aa030b8ce
MD5 31c62a1399e8305447b82ed9d570d32c
BLAKE2b-256 b942244bd3a98ea160e1f4a5118091e22e9b81822fc935a2f8effc1b105afde1

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page