Introducing Emperors - Reignite Your Group's Spirit!
Emperors is here to breathe new life into your group! With this simple yet engaging concept, you can create unlimited emperors using photos of your choice.
- Clone the repository with
git clone https://github.com/ImOnlyFire/emperors-bot/
- Rename the
bot/.env.example
file to.env
and insert your bot token - If you want to, you can modify the messages by editing
bot/locales/<your-language>.ftl
- Run
docker compose up
- Done
- Install
python3
,deno
andscreen
to simplify your work - Clone the repository with
git clone https://github.com/ImOnlyFire/emperors-bot/
- Rename the
bot/.env.example
file to.env
and insert your bot token - If you want to, you can modify the messages by editing
bot/locales/<your-language>.ftl
- Inside the
bot
directory, create a screen withscreen -S <screen-name>
, then rundeno cache src/index.ts
anddeno start src/index.ts
- Exit the current screen with
CTRL+A
, thend
- Inside the
image_server
directory, create a screen withscreen -S <screen-name>
, runpip install -r requirements.txt
andpython server.py