This bot creates the invoice for each client of EpsilonNet. I have implemented the "add product" method and "add client" method based on certain conditions. It adds the given product to the invoices and sets the quantity and price of every product.
python3.11 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python3 main.py