Ini adalah script bash yang dibuat untuk mempermudah menjalankan script di Virtual Environment secara otomatis. Untuk scriptnya bisa kalian cari di repo developer kepercayaan anda.
[TOC]
- pyenv (Manager Python)
- Python 3.10+
- wmctrl
- php (optional)
- Create virtual environment
pyenv virtualenv telebots
- Activate venv
pyenv activate telebots
- Install requirements
pip install -r requirements.txt
- Make it executable
chmod +x /path/to/your/auto.sh
- Execute file in working folder
./auto.sh
- Follow the instructions.
Just run ./auto.sh
in the working directory if you already set this up.
You need to place this bash on the same directory as the scripts lies to make this work and make sure you are already setting up the script before using this (See screenshot below)
You need to install the PHP first to run the PHP script
- Make a debian package.
- Setup python scripts inside this.
- Control the window generated.
- Add support for PHP script
- Add support for JS/Nodejs script
- Add support for windows
- Integrate GUI