This bot was developed with the goal of providing an interface for Gensen and enabling communication with some personal algorithms.
Before starting, make sure Python 3.10 or later is installed on your machine. If Python is not installed, follow the instructions here.
-
Clone this repository to your local machine:
git clone https://github.com/denzylegacy/gensen-interface.git cd gensen-interface
-
Create and activate a virtual environment (optional but recommended):
python -m venv venv source venv/bin/activate # On Windows use: venv\Scripts\activate
-
Install the required dependencies:
pip install -r requirements.txt
After installing the dependencies, run the main script using the following command:
python main.py
This command will start the project and run the main script main.py
.
Feel free to open issues or pull requests. Feedback is always welcome!