- The application will be a CLI application that will automate my e-commerce tasks.
- The application will be able to:
- Load an excel file with the orders
- Create a CSV file with the orders to save them in contact phone
- Use numbers from the orders to send messages to the customers
- Connect the app to WhatsApp to send messages
- Send messages to the customers from the file for confirmation
- Send messages to the customers from the file for shipping
- Send messages to the customers from the file for delivery
- Send messages to the customers from the file for feedback
- Create an delivery card with the order details for each order
- The delivery card will be a PDF file and will contain a maximum of 6 orders
- Python
- Pandas
- Create the project structure
- Create the main file
- Create the functions to load the excel file
- Create the functions to create the CSV file
- Create the functions to send messages
- Create the functions to create the delivery card
- Create the functions to connect to WhatsApp
create-csv: Create the CSV file with the orderssend-messages: Send messages to the customerscreate-delivery-card: Create the delivery cardconnect-whatsapp: Connect to WhatsApp
Author: JoCode