function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
PipDennoPipDenno 

Python simple-salesforce on Raspberry Pi

I'm am attempting to query our Salesforce instance using a Python script on my Raspberry Pi for a project we want to try.

I have found some code example on 'Simple-Salesforce' at the Python website (https://pypi.python.org/pypi/simple-salesforce) but I can't find how i import the library to allow the python script to run and connect.

Can tell me the command to dowload and install the simple-salesforce library onto a Raspberry PI or does anyone have a useful walkthrough for something similar.  

The project I want to do is to query an object and get a count of specific records.  If that count is > 1 then do something like flash an LED.

Any help is appretiated.
ShikibuShikibu
Assuming python is installed just do "pip install simple-salesforce"