Integrating with Jesse Bot
Assuming that you already have installed the environment dependencies, you can run the following command to create your project:
# you can change "my-project" to any name you want
git clone https://github.com/equeumco/bot-jesse-equeum.git my-project
# to create a .env file of yours
cp .env.example .env/ Some code
Don't forget to update the variable
_equeum_token
with right API Token
, obtained from Eqeueum Website.While in the project folder run:
cd docker
docker-compose up Some code