Skip to content

ZaneH/edenrpg-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DaFarmz 2.0

Using the lessons learned from 1.0, here is the next iteration of DaFarmz. An idle farming game for Discord using Cup Nooble's Sprout Lands for the art.

Invite the bot using this link or visit the home grown Discord server here.

Quickstart

git clone https://github.com/ZaneH/dafarmz-py.git
cd dafarmz-py

conda create -n dafarmz-py python=3.10 -y
conda activate dafarmz-py
pip install -r requirements.txt

# Start a MongoDB instance
make mongodb

# Start bot
python main.py

Environment Variables

DISCORD_TOKEN=
MONGO_URI=
TOPGG_WEBHOOK_SECRET=

Other