Managing licensesAnswered

Hello everyone,

I'm wondering, has anyone written Python script that could be run privately on workstations, that can be used for administering licenses, populating all the product feature stuffs and custom fields for a new customer, reading / writing stuffs from LimeLM into local CRM, creating a backup and similar?

Thanks,Nenad.

Answer

We're releasing a customer portal soon (LicenseChest) where a customer can enter their product key and see all of the details about the license.

No hard date. ASAP. It will be announced on our blog: https://wyday.com/blog/

, edited

Wyatt,

Thank you very much for your answer. However I was not very clear in the question. I actually need to implement remote automation to integrate with other online systems using Python and the LimeLM Web API.

What would be ideal is to have the WebAPI package PHP/LimeLM.php core LimeLM class implementation translated to Python, then I can build out from there using these core services.

I'd like to reach out and ask if anyone from the LimeLM user community who works with Python is willing to share such a core class python implementation?

Thanks,Nenad

The web API is fairly simple (make an HTTP POST request to the API url with the function you want to use: https://wyday.com/limelm/help/api/ ). No complicated handshakes needed.