This is a respository for Koi_Bot running on discord with python. (Koi_Bot#4999)
This project was created out of a personal need.
- LaptopManagement.py is written assuming that the code runs with the laptop as the server, optimized for specific computers.
If it does not apply, you can remove it.
This respository was created by referring to the following respository.
- Setabot Framework : https://github.com/Kimu-Nowchira/SetaBot.
- Used at Logger.py, Permission.py, SetaSQLiteClass.py, UserClass.py at Utils folder.
- Install Chrome to run
Tools.py
- Please install according to the execution environment.
- Install python libraries to execute files.
- Execute
requirements.bat
to install all libraries for Windows environment. - If you needed, you can use
pip install -r requirements.txt
for library installation.
- Execute
- Edit
config.py
andkey.py
to suit your environment. - If your execution environment is non-display? (Such as docker)
- Install xvfb to make virtual display (for
pyautogui
) - Replace
python Main.py
in run.sh and run.bat toxvfb-run python Main.py
.
- Install xvfb to make virtual display (for
- Execute
run.sh
orrun.bat
to executeMain.py
To-Do List
- debug_options() error resolve
- Optimize some codes
- Add some function related with SQL