Giter VIP home page Giter VIP logo

titanbot's Introduction

TitanBot

An intelligent Discord bot, written for Titan Programming

TitanBot is designed to provide various features, from utility to entertainment. While these are tailored specifically for my Titan Programming server, they should work anywhere else.

A goal of TitanBot is to provide modularity. Modules are toggleable without having to remove portions of code. Modules (and commands) can also be disabled at the user level, so if a pesky user is abusing a command, their permissions can be revoked.

Additionally, custom commands can be used to expand the functionality of the bot right from your server. See the wiki for custom commands.

Hosting TitanBot

I do not provide servers to host TitanBot anywhere other than my own server. If you wish to use TitanBot, you will need to provide the server.

What TitanBot needs:

  • A folder to operate in
  • A Python 3 installation (currently built with 3.10.7, older versions may work but aren't verified)
  • Some pip modules. Those can be installed from the requirements.txt file in the repository.

You will need to create a .env file in the root of the operating folder. This stores environment variables that TitanBot needs. The file should look somewhat like this:

DISCORD_TOKEN=<your bot token>
MANAGEMENT_PORTAL_URL<your management portal URL>

You will need to replace any text within <> with your own data.

The management portal is a new feature starting with v2.3.0 that allows you to manage your bot from a web interface. The portal is required for the bot to operate. The source code for the portal is not yet available, but hopefully will be soon. Until then, please use v2.2.x. Alternatively, you could attempt to reverse-engineer the portal from the source code of TitanBot (though I'd imagine you have better things to do with your time).

To run TitanBot, simply execute the following in your terminal: python TitanBot.py. A message will be logged stating that the bot has connected.

Other Information

This really is just a side project of mine, I am not too invested into it. I will try to attend to issue reports when I can, but it is not a priority. The only supported version is the latest one.

If you wish to contribute, please join the Titan Programming Discord server (link can be found on my profile). We will discuss any changes.

titanbot's People

Contributors

anonymoushacker1279 avatar fury-the-coder avatar th3snowyowl 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.