ML Arg Bot to monitor track respond sales and answers, manage your account. You will be able to see new questions, sales and messages, as well as reply to them
- You will need to compile the code and generate a jar file for execution
- You will need to create an API-SCR on Developers-Mercadolibre
java -jar compiled_jar
-
bot_Token=FILL_WITH_BOT_TOKEN
-
ChatID=FILL_WITH_CHAT_ID
-
SellerID=ML_SELLER_ID
-
seller_email=ML_SELLER_EMAIL
##App
- APP_ID=ML_REG_APP_ID
The usage is mainly via Telegram Bots, all message will get to you automatically
Once you set your bot you can ask for help by typing "help"
Until Auth2token is working you will be asked for a new token everytime the in-use one expires
Comandos:
- G#{preguntas|ventas|ventasall|mensajes}
- Devolvera las Preguntas o Mensajes sin responder. En el caso de las ventas devuelve todas por el momento.
- Q{ID}#{TEXTO}
- EJ: Q11#Efectivamente, podes hacer la compra. Saluda
- Metodo para responder las Preguntas segun el ID
- M{ID}#{TEXTO}
- EJ: M11#Si necesitas otro , tenemos 2!
- Metodo para responder los Mensajes de las VENTAS segun el ID
- V{ID}#{TEXTO}
- Envia un Mensaje a la Venta Elegida
- EJ: V22#Gracias por tu Compra!
- T#{TOKEN}
- Deben entrar en la web que se envia, con al APP ID que se pasa y obtener el nuevo token. Luego responderlo:
- T#APP_USR-TOKEN..
Project License type: GPL-3.0 License - Check LICENSE file for more details.