dusterherz / almanax-discord-bot

Send everyday a picture of the current offering and bonus for the Dofus' Almanax in your discord server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

almanax-discord-bot

Send everyday a picture of the current offering and bonus for the Dofus' Almanax in your discord server. Uses python, imgkit and discord.py

Installation

This project run with pipenv. To install it, use : pipenv install

Then copy-paste .env.example into .env and complete the file with your variables.

You'll need also wkhtmltopdf to be installed on your distro for imgkit to work.

Run

You can run the projet by doing : pipenv run python -m almanax

If you don't have an xserver installed (required by imgkit) on your server, you can use xvfb to run the project: xvfb-run pipenv run python -m almanax

About

Send everyday a picture of the current offering and bonus for the Dofus' Almanax in your discord server

License:MIT License


Languages

Language:Python 87.5%Language:Shell 7.9%Language:CSS 4.6%