Script for migration of Customers & Cards to MercadoPago account
1- Install the dependences:
$pip3 install -r requirements.txt
2- You need to create a file named Data.xlsx with the Customers & Cards Data , format example is in the project.
3- Set your MercadoPago Credentials in the lines 5,6 over the file mercadoPago.py , your credentials are available in https://www.mercadopago.com/mco/account/credentials
4- Run the main file:
$Python3 main.py
5- You can check now the progress user by user in your console output
6- Review your logs.log file , the last line contains the information about failed users
7- in the same root of the app you will find the output.xls file with the data of id, customer_id , card_id of the success created users
- success rate: successfully users created over the total users
- Youtube video explanation: https://www.youtube.com/watch?v=oDOLG_bOLmQ&feature=youtu.be