Giter Site home page Giter Site logo

simp-bot-guilded's Introduction

CodeFactor Maintainability Forks Stars License Lines of code GitHub repo size GitHub last commit Build Docker Image

Simp Bot

A Discord bot that is a simp

Contributing

Feel free to fork & open a pull request

Self-hosting the bot

Docker

  • Install docker
  • Create a file named "config.json" using the format below:
{
  "token": "your-bot-token",
  "clientID": "your-bot-clientid",
  "devCmdServerID": "your-server-id",
  "mysql": {
    "ip": "sql-host-ip/domain",
    "port": "sql-port",
    "username": "sql-username",
    "password": "sql-password",
    "schema": "sql-schema-name"
  },
  "embedColor": "hex-color-code",
  "hfkey": "your-huggingface-api-key",
  "allowed": ["your-user-id"],
  "feedbackChannels": {
    "bugs": ["bug-channel-id"],
    "suggestions": ["sug-channel-id"]
  }
}
  • Build and run the docker container
docker build -t simpbot . --network=host
docker run --restart unless-stopped -it simpbot

Manual

  • Install git, nodejs, python3, python3-pip & yarn
 git clone https://github.com/OOF2510/simp-bot.git
 cd simp-bot
 yarn run setup
 yarn run start

The original simp bot

I reworte Simp bot 10000 because it wouldn't let me add it to my server, I tried hosting it myself, but it kept crashing, so I rewrote the code and added a bunch of stuff of my own onto it. Simp bot 10000 seems to be abandoned now and is never online. I have reached out to the creator of Simp Bot 10000 via google fourms asking them if they would be interested in working on simp bot with me, no response yet.

ok

simp-bot-guilded's People

Contributors

oof2510 avatar dependabot[bot] avatar mezotv avatar codacy-badger avatar timmy21300 avatar turnern427 avatar

Stargazers

 avatar

Watchers

 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.