GithubHelp home page GithubHelp logo

exhabition / killua Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kile/killua

0.0 0.0 0.0 2.59 MB

Source code for the discord bot Killua

Home Page: https://killua.dev

License: GNU General Public License v3.0

Python 100.00%

killua's Introduction

Killua Discord Bot

Killua

Games, Moderation, todo lists and much more.

Discord Server Lines discord.py Support Killua on Patreon! Language grade: Python

Details

Hello and thanks for checking out Killua's source code! I have been working on Killua for months and I learned Python by programming him. He is frequently updated with a team of developers, each doing their part.

Website: https://killua.dev

Invite Killua to your guild here

Feel free to add issues or PRs, I would really appreciate it

What you need to run Killua locally

First, set up a virtual environment. Do so with python3 -m venv env; source env/bin/activate. To leave the virtual environment after you are done, simply run deactivate

requirements.txt contains the libraries you'll need and probably a few more. To install the libraries use pip3 install -r requirements.txt

You will need a mongodb account. Why do I use mongodb and not sql? In my opinion mongo is easier to use and you can manually add and remove data

You will need the following mongodb structure where # resembles a database and - collections:

#Killua
  -teams
  -guilds
  
#general
  -blacklist
  -presence
  -todo
  -updates
  -shop

You will need to insert initial data in shop, presence and updates

Note: you will have to create a mongodb account here

You will also need a file named config.json having the layout like this:

{
  "token": "your_bots_token",
  "mongodb": "your_mongodb_connection_details",
  "pxlapi": "your_pxlapi_api_key",
  "dbl": {
    "token": "your_dbl_token",
    "password": "your_webhook_password",
    "port": "your_open_port"
  },
  "ipc": "some_ipc_token"
}

If you don't like me using one of your images for the hug or pat command, please contact me on discord Kile#0606 or on [email protected]

If you have any further questions, join my discord server or dm me!

killua's People

Contributors

dependabot[bot] avatar keenanoh avatar kile avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.