The following is a program for a generalized bot you can interact with in your console written in python3. This bot has been designed as a general framework for performing a multitude of tasks.
- Open your console
- Create a virtual enviroment
- Type the following command:
pip install -r requirements.txt
- Type the following command:
cd <app directory>
- Type the following command:
python3 main.py
- Type in the action you wish to perform.
To get a better understanding of why the code is written this way check out my detailed write up: