Is there any library or package which we can use with python to get salesforce data?

Submitted 2 years, 12 months ago
Ticket #423
Views 307
Language/Framework Other
Priority Low
Status Closed

I am new to salesforce.  Please explain? 

Submitted on Apr 28, 21
add a comment

1 Answer

Verified

We can use this package simple_salesforce .

You can install it with:

$ pip install simple_salesforce

We could gain access to Salesforce account with the following:

from simple_salesforce import Salesforce
sf = Salesforce(username='youremail@abc.com', password='password', security_token='token')

Submitted 2 years, 12 months ago


Latest Blogs