-
Notifications
You must be signed in to change notification settings - Fork 1
Installation
Barnaby edited this page Feb 14, 2021
·
5 revisions
- Clone the repository
- Install either GraphicsMagick or ImageMagick (It seems that GM is faster than IM but GM has less support so if it doesn't work with GM, use IM instead).
- Run
npm install
in the frogeBot directory - Set up bot config by copying
.env.example
as.env
and adjusting to your needs, the option are explained here. - Run the bot with
npm start