managementbot / app.py
xdragxt's picture
Create app.py
dd52df4
raw
history blame
319 Bytes
import os
# Clone the GitHub repository
os.system("git clone https://github.com/taslim19/Seonari")
# Navigate into the cloned repository directory
os.chdir("Seonari")
# Install dependencies from requirements.txt
os.system("pip install -r requirements.txt")
# Run the main Python file
os.system("python3 -m Powers")