FlashIt
1.0.0

Un buen sistema para notificar cuando hay soldados en productos.
# Install requirements
pip install -r requirements.txt
# Create your telegram Bot and it's API
# Start the api in a new tab
python ./api/main.py
# Start the job in a new tab
python ./bot/job.py
# Configure your Config file
# Rename config.example by config.txt
# Start the Telegram Bot in a new tab
python ./bot/main.py
# Now open the html file for the IHM view available here: ./web/index.html
# annnndd that's all... i gues! Create anissue if you need more answer!
