Skip to content

Installation

Sashank edited this page Nov 18, 2023 · 1 revision

Installation

Follow these steps to install and set up the mod mail bot.

Prerequisites

  • Python 3.x installed
  • Git installed (for version control)

Clone the Repository

git clone https://github.com/shankypedia/mod-mail-bot.git

Install Dependencies

Navigate to the project directory and install the required Python packages:

cd mod-mail-bot
pip install -r requirements.txt

Configuration

  1. Create a config.ini file based on the provided template.

  2. Set up the database schema by executing the SQL script.

Run the Bot

Execute the following command to start the mod mail bot:

python bot.py

The bot should now be running and ready to use.

For additional configuration options and usage details, refer to the respective sections in the documentation.