Omar Moustafa
:Twitter
: @DevOmar100GitHub
: @Omar8345
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!
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
- First of all, clone the GitHub repo:
$ git clone https://github.com/medusa-discord-email-notification-pusher medusa-discord-email
- Change the directory and get your enviroment variables ready:
$ cd medusa-discord-email
$ mv .env.template .env
-
Open your
.env
file and add your keys, like the SMTP server and your Discord bot token. -
After that you are ready to run your Discord bot, but you have to install any required Python packages:
$ pip install -r requirements.txt
- Last but not least, you now get to run your bot:
$ python main.py