Python Forum
Python, Salesforce and WordPress - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Web Scraping & Web Development (https://python-forum.io/forum-13.html)
+--- Thread: Python, Salesforce and WordPress (/thread-41158.html)



Python, Salesforce and WordPress - arthurk88 - Nov-20-2023

Hello,

My organization is interested in displaying real-time Salesforce data (graphs and charts) on our WordPress website for the public (no Salesforce login access) to view. This would be aggregated data from our Salesforce Org, and preferably from reports already built.

Filters that the public can interact with on the website (graphs/charts) are also needed (so they can drill down by county, for example).

Is this something that Python could do effectively, and if so, does anyone have any resources that they could recommend? I have looked into Simple Salesforce for accessing Salesforce data.

I have also started to look into Tableau (embedded code) and the Sawfish plugin (connected app), but I am curious if others have found ways to visualize Salesforce data on their WordPress websites (or similar) using Python.

Thank you!


RE: Python, Salesforce and WordPress - Larz60+ - Nov-21-2023

You can find pypi packages having to do with wordpress here.
These will cover many different aspects of wordpress, and you will have to decide which if any have any value for your project.