Skip to content

Latest commit

 

History

History
63 lines (38 loc) · 1.63 KB

File metadata and controls

63 lines (38 loc) · 1.63 KB

Email Notification Pusher Discord Bot

medua-logos-cover-template

About

Participants

Description

A Discord bot powered by Discord.py connected with Medusa.js to serve your customers by keeping them up-to-date with the latest order updates!

Preview

image

Set up Project

Prerequisites

Before starting the setup, please be sure to have the following ready-to-use:

  • Python3 installed on the machine
  • Medusa server installed and accessible from the bot hosting machine

Install Project

  1. First of all, clone the GitHub repo:
$ git clone https://github.com/medusa-discord-email-notification-pusher medusa-discord-email
  1. Change the directory and get your enviroment variables ready:
$ cd medusa-discord-email
$ mv .env.template .env
  1. Open your .env file and add your keys, like the SMTP server and your Discord bot token.

  2. After that you are ready to run your Discord bot, but you have to install any required Python packages:

$ pip install -r requirements.txt
  1. Last but not least, you now get to run your bot:
$ python main.py

Resources