Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1014 Bytes

README.md

File metadata and controls

42 lines (27 loc) · 1014 Bytes

Seadman | Automation Helper

Introduction

Seadman Automation Helper is a Python-based tool designed to serve as a bridge between the Software Engineering and Development Club's services.

Getting Started

Prerequisites

  • Python 3.x
  • Discord
  • Telegram

Install the required dependencies using:

pip install -r requirements.txt

Usage

  • /help: shows help menu
  • /ban / /kick: allows you to restrict an access to someone from a group (reply to act)
  • /mute <minutes>: allows you to mute a person for a certain time (reply to act)
  • !<message>: sends message in the important topic
  • /<reply on a message with a name of the topic>: forwards message to the specific topic on behalf of a bot

Running the Application

python src/main.py

Contributing

  • Pull requests are welcome, for major changes, please open an issue first to discuss what you would like to change.
  • Please make sure to update tests as appropriate.

License