Skip to content

A Discord bot which pushes email notifications for orders (with Medusa.js)

License

Notifications You must be signed in to change notification settings

Omar8345/Medusa-Discord-Email-Notification-Pusher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A Discord bot which pushes email notifications for orders (with Medusa.js)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published