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.1.0.tar.gz (11.4 kB view details)

Uploaded Source

Built Distribution

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

marsbots-0.1.0-py2.py3-none-any.whl (12.1 kB view details)

Uploaded Python 2Python 3

File details

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

File metadata

  • Download URL: marsbots-0.1.0.tar.gz
  • Upload date:
  • Size: 11.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-requests/2.27.1

File hashes

Hashes for marsbots-0.1.0.tar.gz
Algorithm Hash digest
SHA256 27689a840bea9cd651fc9749fffe9ef4ccfbaf93a915ce267b5fbdf048430435
MD5 31be7b3316ca072afff515e94f59e11b
BLAKE2b-256 eb9f2e5b0b1138ee0ec5e5a7db730243398ed27e8bcf43f61b2ba47ed382ed69

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for marsbots-0.1.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 a5ee58b731a044e17a03f65ea023deea9c33e4fa0e934f818c7b7e9e692509fa
MD5 b41353f6e2c54603f8c3c22cfdf0b297
BLAKE2b-256 14b84f9a687d804d112f6bcede86d25d17df325e2046f6cfe26bc1534b045355

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