Skip to main content

The core framework for cool Martian bots.

Project description

Mars College Discord Bots Framework

This repository contains code for creating chatbots/utility bots for Mars College, or otherwise.

There are several useful utilities for chat programs, including support for numerous language model API providers, as well as methods for completing text, searching topics, and getting message similarity.

Setup (for development)

python -m virtualenv venv
pip install flit
flit install --deps=all --pth-file

Creating a bot

All bots must be placed in a directory equal to or higher in the file system than the run script (bot.py). It is recommended that you create a folder called bots in the marsbots-core directory, then create additional folders and files in there as needed.

All bots expect three things:

  • A JSON settings file
  • A Python script containing the bot's code as a Discord.py Cog class
  • A .env file to load API keys/settings from

Settings File

The bot's JSON settings file should contain the following:

"name": The name of the bot "token_env": The name of the environment variable which contains the discord bot token used to run the bot (Optional) "command_prefix": This will be the prefix used for the bot to respond to commands. (Optional) "intents": A list of special intents needed. Takes a list, with accepted values "presence" and "members"

Cog File

The bot's main logic should be created as a Discord.py Cog class, and should have a setup function which adds the Cog to the bot.

Env File

This should contain any API keys or sensitive variables you need to use to run the bot. Expected default names for environment variables can be found in the config.py file of Marsbots core.

Running Your Bot

Locally

Bots can be run locally using a command such as the following:

python bot.py ./examples/examplebot/examplebot.json --cog-path=examples.examplebot.examplebot --dotenv-path=.env

Note that the --cog-path flag should be provided using python module syntax, using dots.

Managing several bots with PM2

Several bots can be managed at once using PM2 and a PM2 config file. An example config file is provided in the examples folder for running the example bot using PM2.

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

marsbots-0.2.1.tar.gz (1.3 MB view details)

Uploaded Source

Built Distribution

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

marsbots-0.2.1-py2.py3-none-any.whl (10.1 kB view details)

Uploaded Python 2Python 3

File details

Details for the file marsbots-0.2.1.tar.gz.

File metadata

  • Download URL: marsbots-0.2.1.tar.gz
  • Upload date:
  • Size: 1.3 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-requests/2.28.1

File hashes

Hashes for marsbots-0.2.1.tar.gz
Algorithm Hash digest
SHA256 f605390c3f5a65bcd0556f4978a9d4f50de7c50072d33598892b332d7299f7f7
MD5 b3e1eafd52e0f1c85b5cae788d18801a
BLAKE2b-256 579322cf8ad2547e04d2f195cd0d8735f72f8b6b038450b1f640a7adfb8fa393

See more details on using hashes here.

File details

Details for the file marsbots-0.2.1-py2.py3-none-any.whl.

File metadata

  • Download URL: marsbots-0.2.1-py2.py3-none-any.whl
  • Upload date:
  • Size: 10.1 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-requests/2.28.1

File hashes

Hashes for marsbots-0.2.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 e62b38965e117feeaeb6e444bd50c2e14dffda9ff688de73936345fbda717450
MD5 a70e74e9eafced224db7ff7289c1e78e
BLAKE2b-256 42726b81c5c0994801fa034696a054806fd90c274724467efba9210fdee04fb4

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